Home
last modified time | relevance | path

Searched refs:PHP_PCRE_INTERNAL_ERROR (Results 1 – 3 of 3) sorted by relevance

/php-src/ext/pcre/
H A Dphp_pcre.h41 PHP_PCRE_INTERNAL_ERROR, enumerator
H A Dphp_pcre_arginfo.h116 REGISTER_LONG_CONSTANT("PREG_INTERNAL_ERROR", PHP_PCRE_INTERNAL_ERROR, CONST_PERSISTENT); in register_php_pcre_symbols()
H A Dphp_pcre.c129 preg_code = PHP_PCRE_INTERNAL_ERROR; in pcre_handle_exec_error()
143 case PHP_PCRE_INTERNAL_ERROR: in php_pcre_get_error_msg()
1230 PCRE_G(error_code) = PHP_PCRE_INTERNAL_ERROR; in php_pcre_match_impl()
1642 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()
1893 PCRE_G(error_code) = PHP_PCRE_INTERNAL_ERROR; in php_pcre_replace_func_impl()
1929 PCRE_G(error_code) = PHP_PCRE_INTERNAL_ERROR; in php_pcre_replace_func_impl()
2607 PCRE_G(error_code) = PHP_PCRE_INTERNAL_ERROR; in php_pcre_split_impl()
2638 PCRE_G(error_code) = PHP_PCRE_INTERNAL_ERROR; in php_pcre_split_impl()
2947 PCRE_G(error_code) = PHP_PCRE_INTERNAL_ERROR; in php_pcre_grep_impl()

Completed in 17 milliseconds