Searched refs:PHP_PCRE_NO_ERROR (Results 1 – 3 of 3) sorted by relevance
40 PHP_PCRE_NO_ERROR = 0, enumerator
104 REGISTER_LONG_CONSTANT("PREG_NO_ERROR", PHP_PCRE_NO_ERROR, CONST_PERSISTENT); in register_php_pcre_symbols()
143 case PHP_PCRE_NO_ERROR: in php_pcre_get_error_msg()310 pcre_globals->error_code = PHP_PCRE_NO_ERROR; in PHP_GINIT_FUNCTION()483 PCRE_G(error_code) = PHP_PCRE_NO_ERROR; in PHP_RINIT_FUNCTION()1246 PCRE_G(error_code) = PHP_PCRE_NO_ERROR; in php_pcre_match_impl()1455 if (PCRE_G(error_code) == PHP_PCRE_NO_ERROR) { in php_pcre_match_impl()1617 PCRE_G(error_code) = PHP_PCRE_NO_ERROR; in php_pcre_replace_impl()1869 PCRE_G(error_code) = PHP_PCRE_NO_ERROR; in php_pcre_replace_func_impl()2537 PCRE_G(error_code) = PHP_PCRE_NO_ERROR; in php_pcre_split_impl()2676 if (PCRE_G(error_code) != PHP_PCRE_NO_ERROR) { in php_pcre_split_impl()2883 PCRE_G(error_code) = PHP_PCRE_NO_ERROR; in php_pcre_grep_impl()
Completed in 19 milliseconds