Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/
H A Dphp_pcre.c58 PHP_PCRE_NO_ERROR = 0, enumerator
281 pcre_globals->error_code = PHP_PCRE_NO_ERROR; in PHP_GINIT_FUNCTION()
428 REGISTER_LONG_CONSTANT("PREG_NO_ERROR", PHP_PCRE_NO_ERROR, CONST_CS | CONST_PERSISTENT); in PHP_MINIT_FUNCTION()
1270 PCRE_G(error_code) = PHP_PCRE_NO_ERROR; in php_pcre_match_impl()
1479 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()
2563 PCRE_G(error_code) = PHP_PCRE_NO_ERROR; in php_pcre_split_impl()
2702 if (PCRE_G(error_code) != PHP_PCRE_NO_ERROR) { in php_pcre_split_impl()
2911 PCRE_G(error_code) = PHP_PCRE_NO_ERROR; in php_pcre_grep_impl()

Completed in 13 milliseconds