Home
last modified time | relevance | path

Searched refs:PHP_PCRE_NO_ERROR (Results 1 – 2 of 2) sorted by relevance

/PHP-8.0/ext/pcre/
H A Dphp_pcre.h41 PHP_PCRE_NO_ERROR = 0, enumerator
H A Dphp_pcre.c134 case PHP_PCRE_NO_ERROR: in php_pcre_get_error_msg()
301 pcre_globals->error_code = PHP_PCRE_NO_ERROR; in PHP_GINIT_FUNCTION()
448 REGISTER_LONG_CONSTANT("PREG_NO_ERROR", PHP_PCRE_NO_ERROR, CONST_CS | CONST_PERSISTENT); in PHP_MINIT_FUNCTION()
498 PCRE_G(error_code) = PHP_PCRE_NO_ERROR; in PHP_RINIT_FUNCTION()
1276 PCRE_G(error_code) = PHP_PCRE_NO_ERROR; in php_pcre_match_impl()
1485 if (PCRE_G(error_code) == PHP_PCRE_NO_ERROR) { in php_pcre_match_impl()
1647 PCRE_G(error_code) = PHP_PCRE_NO_ERROR; in php_pcre_replace_impl()
1897 PCRE_G(error_code) = PHP_PCRE_NO_ERROR; in php_pcre_replace_func_impl()
2562 PCRE_G(error_code) = PHP_PCRE_NO_ERROR; in php_pcre_split_impl()
2701 if (PCRE_G(error_code) != PHP_PCRE_NO_ERROR) { in php_pcre_split_impl()
[all …]

Completed in 14 milliseconds