Searched refs:PHP_PCRE_NO_ERROR (Results 1 – 1 of 1) sorted by relevance
53 PHP_PCRE_NO_ERROR = 0, enumerator139 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 13 milliseconds