Home
last modified time | relevance | path

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

/php-src/ext/pcre/
H A Dphp_pcre.c2156 zend_string *regex_str, HashTable *regex_ht, in php_replace_in_subject() argument
2167 ZEND_ASSERT(regex_ht != NULL); in php_replace_in_subject()
2190 ZEND_ASSERT(regex_ht != NULL); in php_replace_in_subject_func()
2219 zend_string *regex_str, HashTable *regex_ht, in preg_replace_func_impl() argument
2272 HashTable *regex_ht, zend_string *regex_str, in _preg_replace_common() argument
2284 if (replace_ht && !regex_ht) { in _preg_replace_common()
2355 Z_PARAM_ARRAY_HT_OR_STR(regex_ht, regex_str) in preg_replace_common()
2365 regex_ht, regex_str, in preg_replace_common()
2391 regex_ht, regex_str,
2407 HashTable *regex_ht; in PHP_FUNCTION() local
[all …]

Completed in 12 milliseconds