php-src/ext/pcre/tests/bug67238.phpt
2014-05-09 22:15:54 +02:00

11 lines
149 B
PHP

--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