Home
last modified time | relevance | path

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

/PHP-8.2/ext/pcre/tests/
H A Derrors06.phpt6 var_dump(preg_last_error() === PREG_BAD_UTF8_OFFSET_ERROR);
H A Dinvalid_utf8_offset.phpt16 var_dump(preg_last_error() == PREG_BAD_UTF8_OFFSET_ERROR);
H A Dbug79241.phpt16 var_dump(preg_last_error() == PREG_BAD_UTF8_OFFSET_ERROR);
H A Dpreg_match_error4.phpt921 case PREG_BAD_UTF8_OFFSET_ERROR:
922 … new \RuntimeException('Failed to execute regex: PREG_BAD_UTF8_OFFSET_ERROR', PREG_BAD_UTF8_OFFSET…
/PHP-8.2/ext/pcre/
H A Dphp_pcre.stub.php74 const PREG_BAD_UTF8_OFFSET_ERROR = UNKNOWN; define
/PHP-8.2/sapi/cli/tests/
H A D006.phpt59 Constant [ int PREG_BAD_UTF8_OFFSET_ERROR ] { 5 }

Completed in 14 milliseconds