Home
last modified time | relevance | path

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

/PHP-5.6/ext/pcre/
H A Dphp_pcre.c52 PHP_PCRE_NO_ERROR = 0, enumerator
112 pcre_globals->error_code = PHP_PCRE_NO_ERROR; in PHP_GINIT_FUNCTION()
153 REGISTER_LONG_CONSTANT("PREG_NO_ERROR", PHP_PCRE_NO_ERROR, CONST_CS | CONST_PERSISTENT); in PHP_MINIT_FUNCTION()
690 PCRE_G(error_code) = PHP_PCRE_NO_ERROR; in php_pcre_match_impl()
850 if (PCRE_G(error_code) == PHP_PCRE_NO_ERROR) { in php_pcre_match_impl()
1156 PCRE_G(error_code) = PHP_PCRE_NO_ERROR; in php_pcre_replace_impl()
1619 PCRE_G(error_code) = PHP_PCRE_NO_ERROR; in php_pcre_split_impl()
1888 PCRE_G(error_code) = PHP_PCRE_NO_ERROR; in php_pcre_grep_impl()

Completed in 12 milliseconds