Searched defs:replace_ht (Results 1 – 2 of 2) sorted by relevance
/php-src/ext/pcre/ |
H A D | php_pcre.c | 2071 zend_string *replace_str, HashTable *replace_ht, in php_pcre_replace_array() 2148 zend_string *replace_str, HashTable *replace_ht, in php_replace_in_subject() 2264 HashTable *replace_ht, zend_string *replace_str, in _preg_replace_common() 2340 HashTable *regex_ht, *replace_ht, *subject_ht; in preg_replace_common() local 2373 HashTable *regex_ht, *replace_ht, *subject_ht; variable
|
/php-src/ext/standard/ |
H A D | string.c | 4307 zend_string *search_str, HashTable *search_ht, zend_string *replace_str, HashTable *replace_ht, 4471 HashTable *replace_ht, zend_string *replace_str, 4522 HashTable *replace_ht; local 4549 HashTable *search_ht, *replace_ht, *subject_ht; variable
|
Completed in 36 milliseconds