Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/
H A Dphp_pcre.c47 PHP_PCRE_NO_ERROR = 0, enumerator
107 pcre_globals->error_code = PHP_PCRE_NO_ERROR; in PHP_GINIT_FUNCTION()
148 REGISTER_LONG_CONSTANT("PREG_NO_ERROR", PHP_PCRE_NO_ERROR, CONST_CS | CONST_PERSISTENT); in PHP_MINIT_FUNCTION()
678 PCRE_G(error_code) = PHP_PCRE_NO_ERROR; in php_pcre_match_impl()
818 if (PCRE_G(error_code) == PHP_PCRE_NO_ERROR) { in php_pcre_match_impl()
1116 PCRE_G(error_code) = PHP_PCRE_NO_ERROR; in php_pcre_replace_impl()
1569 PCRE_G(error_code) = PHP_PCRE_NO_ERROR; in php_pcre_split_impl()
1834 PCRE_G(error_code) = PHP_PCRE_NO_ERROR; in php_pcre_grep_impl()

Completed in 19 milliseconds