These regexes don't fail under the new backtrack limit, so lower it just for the test to check the failure.

This commit is contained in:
Ferenc Kovacs 2011-09-04 13:27:19 +00:00
parent 43e4d8cade
commit 1313220640

View File

@ -1,5 +1,7 @@
--TEST--
preg_replace() with array of failing regular expressions
--INI--
pcre.backtrack_limit=100000
--FILE--
<?php