Home
last modified time | relevance | path

Searched refs:PREG_RECURSION_LIMIT_ERROR (Results 1 – 7 of 7) sorted by relevance

/PHP-8.2/ext/pcre/tests/
H A Dpcre.constants.phpt17 echo "PREG_RECURSION_LIMIT_ERROR= ", PREG_RECURSION_LIMIT_ERROR, "\n";
32 PREG_RECURSION_LIMIT_ERROR= 3
H A Drecursion_limit.phpt16 var_dump(preg_last_error() === PREG_RECURSION_LIMIT_ERROR);
H A Dgrep2.phpt20 var_dump(preg_last_error() == PREG_RECURSION_LIMIT_ERROR);
H A Dsplit2.phpt19 var_dump(preg_last_error() == PREG_RECURSION_LIMIT_ERROR);
H A Dpreg_match_error4.phpt917 case PREG_RECURSION_LIMIT_ERROR:
918 … new \RuntimeException('Failed to execute regex: PREG_RECURSION_LIMIT_ERROR', PREG_RECURSION_LIMIT…
/PHP-8.2/ext/pcre/
H A Dphp_pcre.stub.php64 const PREG_RECURSION_LIMIT_ERROR = UNKNOWN; define
/PHP-8.2/sapi/cli/tests/
H A D006.phpt57 Constant [ int PREG_RECURSION_LIMIT_ERROR ] { 3 }

Completed in 11 milliseconds