Home
last modified time | relevance | path

Searched refs:PREG_NO_ERROR (Results 1 – 11 of 11) sorted by relevance

/PHP-8.2/ext/pcre/tests/
H A Dpcre.constants.phpt14 echo "PREG_NO_ERROR= ", PREG_NO_ERROR, "\n";
29 PREG_NO_ERROR= 0
H A Dbug37800.phpt15 var_dump(preg_last_error() === PREG_NO_ERROR);
22 var_dump(preg_last_error() === PREG_NO_ERROR);
H A Dbacktrack_limit.phpt19 var_dump(preg_last_error() === PREG_NO_ERROR);
H A Drecursion_limit.phpt19 var_dump(preg_last_error() === PREG_NO_ERROR);
H A Dinvalid_utf8_offset.phpt20 var_dump(preg_last_error() == PREG_NO_ERROR);
H A D007.phpt22 var_dump(preg_last_error() == PREG_NO_ERROR);
H A Dgrep2.phpt18 var_dump(preg_last_error() == PREG_NO_ERROR);
H A Dsplit2.phpt17 var_dump(preg_last_error() == PREG_NO_ERROR);
H A Dpreg_match_error4.phpt911 case PREG_NO_ERROR:
912 throw new \RuntimeException('Failed to execute regex: PREG_NO_ERROR', PREG_NO_ERROR);
/PHP-8.2/ext/pcre/
H A Dphp_pcre.stub.php49 const PREG_NO_ERROR = UNKNOWN; define
/PHP-8.2/sapi/cli/tests/
H A D006.phpt54 Constant [ int PREG_NO_ERROR ] { 0 }

Completed in 15 milliseconds