Home
last modified time | relevance | path

Searched refs:PREG_JIT_STACKLIMIT_ERROR (Results 1 – 5 of 5) sorted by relevance

/PHP-8.2/ext/pcre/tests/
H A Dpreg_match_error3.phpt14 var_dump(preg_last_error() === PREG_JIT_STACKLIMIT_ERROR);
H A Dbug76514.phpt2 Bug #76514 Regression in preg_match makes it fail with PREG_JIT_STACKLIMIT_ERROR
497 var_dump($res, $match['value'] ?? null, preg_last_error() == PREG_JIT_STACKLIMIT_ERROR);
H A Dpreg_match_error4.phpt923 case PREG_JIT_STACKLIMIT_ERROR:
924 …w new \RuntimeException('Failed to execute regex: PREG_JIT_STACKLIMIT_ERROR', PREG_JIT_STACKLIMIT_…
/PHP-8.2/ext/pcre/
H A Dphp_pcre.stub.php79 const PREG_JIT_STACKLIMIT_ERROR = UNKNOWN; define
/PHP-8.2/sapi/cli/tests/
H A D006.phpt60 Constant [ int PREG_JIT_STACKLIMIT_ERROR ] { 6 }

Completed in 12 milliseconds