@ -1,5 +1,11 @@
--TEST--
Backtracking limit
--SKIPIF--
<?php
if (@preg_match_all('/\p{N}/', '0123456789', $dummy) === false) {
die("skip no support for \p support PCRE library");
}
?>
--INI--
pcre.backtrack_limit=2
--FILE--
Bug #27103 (preg_split('//u') incorrectly splits UTF-8 strings into octets)
if (@preg_match_all('/./u', "", $matches) === false) {
die("skip no utf8 support in PCRE library");
function iter($ar)
preg_replace() and invalid UTF8
A (PCRE_ANCHORED) modififer
preg_replace()
PCRE Recursion limit
pcre.recursion_limit=2