-=[ Mr. Bumblebee ]=-
_Indonesia_

Path : /usr/src/php/ext/pcre/tests/
File Upload :
Current File : //usr/src/php/ext/pcre/tests/bug52732.phpt

--TEST--
Bug #52732 (Docs say preg_match() returns FALSE on error, but it returns int(0))
--INI--
pcre.backtrack_limit=1
--FILE--
<?php
$ret = preg_match('/(?:\D+|<\d+>)*[!?]/', 'foobar foobar foobar');

var_dump($ret);

?>
--EXPECT--
bool(false)

Copyright © 2017 || Recoded By Mr.Bumblebee