Home
last modified time | relevance | path

Searched refs:PREG_INTERNAL_ERROR (Results 1 – 6 of 6) sorted by relevance

/php-src/ext/pcre/tests/
H A Dpcre.constants.phpt15 echo "PREG_INTERNAL_ERROR= ", PREG_INTERNAL_ERROR, "\n";
30 PREG_INTERNAL_ERROR= 1
H A Dbug75539.phpt13 var_dump(preg_last_error() === \PREG_INTERNAL_ERROR);
H A Dbug74183.phpt10 var_dump(preg_last_error() === \PREG_INTERNAL_ERROR);
H A Dpreg_match_error4.phpt913 case PREG_INTERNAL_ERROR:
914 … throw new \RuntimeException('Failed to execute regex: PREG_INTERNAL_ERROR', PREG_INTERNAL_ERROR);
/php-src/ext/pcre/
H A Dphp_pcre.stub.php54 const PREG_INTERNAL_ERROR = UNKNOWN; define
/php-src/sapi/cli/tests/
H A D006.phpt55 Constant [ <persistent> int PREG_INTERNAL_ERROR ] { 1 }

Completed in 38 milliseconds