Lines Matching refs:error_code

135 	PCRE_G(error_code) = preg_code;  in pcre_handle_exec_error()
139 static const char *php_pcre_get_error_msg(php_pcre_error_code error_code) /* {{{ */ in php_pcre_get_error_msg() argument
141 switch (error_code) { in php_pcre_get_error_msg()
298 pcre_globals->error_code = PHP_PCRE_NO_ERROR; in PHP_GINIT_FUNCTION()
469 PCRE_G(error_code) = PHP_PCRE_NO_ERROR; in PHP_RINIT_FUNCTION()
1240 PCRE_G(error_code) = PHP_PCRE_NO_ERROR; in php_pcre_match_impl()
1247 PCRE_G(error_code) = PHP_PCRE_INTERNAL_ERROR; in php_pcre_match_impl()
1457 if (PCRE_G(error_code) == PHP_PCRE_NO_ERROR) { in php_pcre_match_impl()
1642 PCRE_G(error_code) = PHP_PCRE_NO_ERROR; in php_pcre_replace_impl()
1649 PCRE_G(error_code) = PHP_PCRE_INTERNAL_ERROR; in php_pcre_replace_impl()
1683 PCRE_G(error_code) = PHP_PCRE_INTERNAL_ERROR; in php_pcre_replace_impl()
1882 PCRE_G(error_code) = PHP_PCRE_NO_ERROR; in php_pcre_replace_func_impl()
1891 PCRE_G(error_code) = PHP_PCRE_INTERNAL_ERROR; in php_pcre_replace_func_impl()
1924 PCRE_G(error_code) = PHP_PCRE_INTERNAL_ERROR; in php_pcre_replace_func_impl()
2583 PCRE_G(error_code) = PHP_PCRE_NO_ERROR; in php_pcre_split_impl()
2598 PCRE_G(error_code) = PHP_PCRE_INTERNAL_ERROR; in php_pcre_split_impl()
2629 PCRE_G(error_code) = PHP_PCRE_INTERNAL_ERROR; in php_pcre_split_impl()
2723 if (PCRE_G(error_code) != PHP_PCRE_NO_ERROR) { in php_pcre_split_impl()
2931 PCRE_G(error_code) = PHP_PCRE_NO_ERROR; in php_pcre_grep_impl()
2938 PCRE_G(error_code) = PHP_PCRE_INTERNAL_ERROR; in php_pcre_grep_impl()
3006 RETURN_LONG(PCRE_G(error_code)); in PHP_FUNCTION()
3015 RETURN_STRING(php_pcre_get_error_msg(PCRE_G(error_code))); in PHP_FUNCTION()