Home
last modified time | relevance | path

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

/PHP-8.0/ext/pcre/
H A Dphp_pcre.c2168 zend_string *regex_str, HashTable *regex_ht, in php_replace_in_subject() argument
2179 ZEND_ASSERT(regex_ht != NULL); in php_replace_in_subject()
2202 ZEND_ASSERT(regex_ht != NULL); in php_replace_in_subject_func()
2207 ZEND_HASH_FOREACH_VAL(regex_ht, regex_entry) { in php_replace_in_subject_func()
2231 zend_string *regex_str, HashTable *regex_ht, in preg_replace_func_impl() argument
2286 HashTable *regex_ht; in preg_replace_common() local
2298 Z_PARAM_ARRAY_HT_OR_STR(regex_ht, regex_str) in preg_replace_common()
2307 if (replace_ht && !regex_ht) { in preg_replace_common()
2380 HashTable *regex_ht; in PHP_FUNCTION() local
2390 Z_PARAM_ARRAY_HT_OR_STR(regex_ht, regex_str) in PHP_FUNCTION()
[all …]

Completed in 11 milliseconds