Home
last modified time | relevance | path

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

/PHP-5.4/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.c85 PCRE_G(error_code) = preg_code; in ZEND_DECLARE_MODULE_GLOBALS()
268 zend_hash_clean(&PCRE_G(pcre_cache)); in pcre_get_compiled_regex_cache()
620 extra->match_limit = PCRE_G(backtrack_limit); in php_pcre_match_impl()
655 PCRE_G(error_code) = PHP_PCRE_NO_ERROR; in php_pcre_match_impl()
793 if (PCRE_G(error_code) == PHP_PCRE_NO_ERROR) { in php_pcre_match_impl()
1040 extra->match_limit = PCRE_G(backtrack_limit); in php_pcre_replace_impl()
1083 PCRE_G(error_code) = PHP_PCRE_NO_ERROR; in php_pcre_replace_impl()
1513 extra->match_limit = PCRE_G(backtrack_limit); in php_pcre_split_impl()
1532 PCRE_G(error_code) = PHP_PCRE_NO_ERROR; in php_pcre_split_impl()
1795 PCRE_G(error_code) = PHP_PCRE_NO_ERROR; in php_pcre_grep_impl()
[all …]

Completed in 11 milliseconds