From: Rasmus Lerdorf Date: Sun, 12 Jun 2011 18:38:26 +0000 (+0000) Subject: These regexes don't fail under the new backtrack limit, so lower it X-Git-Tag: php-5.4.0alpha1~43 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c9e41e89016d13e0c5e4c94cbc2789d65617ce03;p=php These regexes don't fail under the new backtrack limit, so lower it just for the test to check the failure. --- diff --git a/ext/pcre/tests/006.phpt b/ext/pcre/tests/006.phpt index d1282bf426..2d39b6ea38 100644 --- a/ext/pcre/tests/006.phpt +++ b/ext/pcre/tests/006.phpt @@ -1,5 +1,7 @@ --TEST-- preg_replace() with array of failing regular expressions +--INI-- +pcre.backtrack_limit=100000 --FILE--