Searched refs:PREG_BAD_UTF8_ERROR (Results 1 – 8 of 8) sorted by relevance
18 echo "PREG_BAD_UTF8_ERROR= ", PREG_BAD_UTF8_ERROR, "\n";33 PREG_BAD_UTF8_ERROR= 4
2 Bug #75089 (preg_grep() is not reporting PREG_BAD_UTF8_ERROR after first input string)
6 var_dump(preg_last_error() == PREG_BAD_UTF8_ERROR);
25 var_dump(preg_last_error() == PREG_BAD_UTF8_ERROR);
23 var_dump(preg_last_error() == PREG_BAD_UTF8_ERROR);
919 case PREG_BAD_UTF8_ERROR:920 … throw new \RuntimeException('Failed to execute regex: PREG_BAD_UTF8_ERROR', PREG_BAD_UTF8_ERROR);
69 const PREG_BAD_UTF8_ERROR = UNKNOWN; define
58 Constant [ int PREG_BAD_UTF8_ERROR ] { 4 }
Completed in 10 milliseconds