Home
last modified time | relevance | path

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

/PHP-7.1/ext/pcre/
H A Dphp_pcre.c53 PHP_PCRE_NO_ERROR = 0, enumerator
139 pcre_globals->error_code = PHP_PCRE_NO_ERROR; in PHP_GINIT_FUNCTION()
210 REGISTER_LONG_CONSTANT("PREG_NO_ERROR", PHP_PCRE_NO_ERROR, CONST_CS | CONST_PERSISTENT); in PHP_MINIT_FUNCTION()
832 PCRE_G(error_code) = PHP_PCRE_NO_ERROR; in php_pcre_match_impl()
1042 if (PCRE_G(error_code) == PHP_PCRE_NO_ERROR) { in php_pcre_match_impl()
1254 PCRE_G(error_code) = PHP_PCRE_NO_ERROR; in php_pcre_replace_impl()
1846 PCRE_G(error_code) = PHP_PCRE_NO_ERROR; in php_pcre_split_impl()
2104 PCRE_G(error_code) = PHP_PCRE_NO_ERROR; in php_pcre_grep_impl()

Completed in 8 milliseconds