Searched refs:PCRE_G (Results 1 – 2 of 2) sorted by relevance
77 # define PCRE_G(v) TSRMG(pcre_globals_id, zend_pcre_globals *, v) macro79 # define PCRE_G(v) (pcre_globals.v)
85 PCRE_G(error_code) = preg_code; in ZEND_DECLARE_MODULE_GLOBALS()267 zend_hash_clean(&PCRE_G(pcre_cache)); in pcre_get_compiled_regex_cache()594 extra->match_limit = PCRE_G(backtrack_limit); in php_pcre_match_impl()629 PCRE_G(error_code) = PHP_PCRE_NO_ERROR; in php_pcre_match_impl()767 if (PCRE_G(error_code) == PHP_PCRE_NO_ERROR) { in php_pcre_match_impl()1014 extra->match_limit = PCRE_G(backtrack_limit); in php_pcre_replace_impl()1057 PCRE_G(error_code) = PHP_PCRE_NO_ERROR; in php_pcre_replace_impl()1487 extra->match_limit = PCRE_G(backtrack_limit); in php_pcre_split_impl()1506 PCRE_G(error_code) = PHP_PCRE_NO_ERROR; in php_pcre_split_impl()1769 PCRE_G(error_code) = PHP_PCRE_NO_ERROR; in php_pcre_grep_impl()[all …]
Completed in 11 milliseconds