Home
last modified time | relevance | path

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

/PHP-5.6/ext/pcre/
H A Dphp_pcre.h77 # define PCRE_G(v) TSRMG(pcre_globals_id, zend_pcre_globals *, v) macro
79 # define PCRE_G(v) (pcre_globals.v)
H A Dphp_pcre.c90 PCRE_G(error_code) = preg_code; in ZEND_DECLARE_MODULE_GLOBALS()
293 zend_hash_clean(&PCRE_G(pcre_cache)); in pcre_get_compiled_regex_cache()
651 extra->match_limit = PCRE_G(backtrack_limit); in php_pcre_match_impl()
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()
1105 extra->match_limit = PCRE_G(backtrack_limit); in php_pcre_replace_impl()
1156 PCRE_G(error_code) = PHP_PCRE_NO_ERROR; in php_pcre_replace_impl()
1597 extra->match_limit = PCRE_G(backtrack_limit); in php_pcre_split_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()
[all …]

Completed in 10 milliseconds