Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/
H A Dphp_pcre.c2133 zend_string *regex_str, HashTable *regex_ht, in php_replace_in_subject() argument
2144 ZEND_ASSERT(regex_ht != NULL); in php_replace_in_subject()
2167 ZEND_ASSERT(regex_ht != NULL); in php_replace_in_subject_func()
2172 ZEND_HASH_FOREACH_VAL(regex_ht, regex_entry) { in php_replace_in_subject_func()
2196 zend_string *regex_str, HashTable *regex_ht, in preg_replace_func_impl() argument
2251 HashTable *regex_ht; in preg_replace_common() local
2263 Z_PARAM_ARRAY_HT_OR_STR(regex_ht, regex_str) in preg_replace_common()
2272 if (replace_ht && !regex_ht) { in preg_replace_common()
2345 HashTable *regex_ht; in PHP_FUNCTION() local
2355 Z_PARAM_ARRAY_HT_OR_STR(regex_ht, regex_str) in PHP_FUNCTION()
[all …]

Completed in 11 milliseconds