Home
last modified time | relevance | path

Searched refs:PREG_BAD_UTF8_ERROR (Results 1 – 8 of 8) sorted by relevance

/php-src/ext/pcre/tests/
H A Dpcre.constants.phpt18 echo "PREG_BAD_UTF8_ERROR= ", PREG_BAD_UTF8_ERROR, "\n";
33 PREG_BAD_UTF8_ERROR= 4
H A Dbug75089.phpt2 Bug #75089 (preg_grep() is not reporting PREG_BAD_UTF8_ERROR after first input string)
H A Dbug76127.phpt6 var_dump(preg_last_error() == PREG_BAD_UTF8_ERROR);
H A Dbug79241.phpt23 var_dump(preg_last_error() == PREG_BAD_UTF8_ERROR);
H A D007.phpt25 var_dump(preg_last_error() == PREG_BAD_UTF8_ERROR);
H A Dpreg_match_error4.phpt919 case PREG_BAD_UTF8_ERROR:
920 … throw new \RuntimeException('Failed to execute regex: PREG_BAD_UTF8_ERROR', PREG_BAD_UTF8_ERROR);
/php-src/ext/pcre/
H A Dphp_pcre.stub.php69 const PREG_BAD_UTF8_ERROR = UNKNOWN; define
/php-src/sapi/cli/tests/
H A D006.phpt58 Constant [ <persistent> int PREG_BAD_UTF8_ERROR ] { 4 }

Completed in 13 milliseconds