mirror of
https://github.com/php/php-src.git
synced 2024-11-28 12:26:37 +08:00
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:
parent
43e4d8cade
commit
1313220640
@ -1,5 +1,7 @@
|
||||
--TEST--
|
||||
preg_replace() with array of failing regular expressions
|
||||
--INI--
|
||||
pcre.backtrack_limit=100000
|
||||
--FILE--
|
||||
<?php
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user