summaryrefslogtreecommitdiff
path: root/ext/pcre/tests/bug67238.phpt
blob: 117662af6b90834163cd2ec5519becbb3be4ff9a (plain)
1
2
3
4
5
6
7
8
9
10
--TEST--
Bug #67238 Ungreedy and min/max quantifier bug in PCRE 8.34 upstream
--FILE--
<?php

echo preg_match('/a{1,3}b/U', 'ab');

?>
--EXPECTF--
1