Lines Matching refs:error_code

136 	PCRE_G(error_code) = preg_code;  in pcre_handle_exec_error()
140 static const char *php_pcre_get_error_msg(php_pcre_error_code error_code) /* {{{ */ in php_pcre_get_error_msg() argument
142 switch (error_code) { 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()
1265 PCRE_G(error_code) = PHP_PCRE_NO_ERROR; in php_pcre_match_impl()
1272 PCRE_G(error_code) = PHP_PCRE_INTERNAL_ERROR; in php_pcre_match_impl()
1474 if (PCRE_G(error_code) == PHP_PCRE_NO_ERROR) { in php_pcre_match_impl()
1636 PCRE_G(error_code) = PHP_PCRE_NO_ERROR; in php_pcre_replace_impl()
1643 PCRE_G(error_code) = PHP_PCRE_INTERNAL_ERROR; in php_pcre_replace_impl()
1676 PCRE_G(error_code) = PHP_PCRE_INTERNAL_ERROR; in php_pcre_replace_impl()
1888 PCRE_G(error_code) = PHP_PCRE_NO_ERROR; in php_pcre_replace_func_impl()
1897 PCRE_G(error_code) = PHP_PCRE_INTERNAL_ERROR; in php_pcre_replace_func_impl()
1932 PCRE_G(error_code) = PHP_PCRE_INTERNAL_ERROR; in php_pcre_replace_func_impl()
2556 PCRE_G(error_code) = PHP_PCRE_NO_ERROR; in php_pcre_split_impl()
2571 PCRE_G(error_code) = PHP_PCRE_INTERNAL_ERROR; in php_pcre_split_impl()
2601 PCRE_G(error_code) = PHP_PCRE_INTERNAL_ERROR; in php_pcre_split_impl()
2695 if (PCRE_G(error_code) != PHP_PCRE_NO_ERROR) { in php_pcre_split_impl()
2902 PCRE_G(error_code) = PHP_PCRE_NO_ERROR; in php_pcre_grep_impl()
2909 PCRE_G(error_code) = PHP_PCRE_INTERNAL_ERROR; in php_pcre_grep_impl()
2977 RETURN_LONG(PCRE_G(error_code)); in PHP_FUNCTION()
2986 RETURN_STRING(php_pcre_get_error_msg(PCRE_G(error_code))); in PHP_FUNCTION()