Home
last modified time | relevance | path

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

/php-src/ext/pcre/
H A Dphp_pcre.c2080 zend_string *replace_str, HashTable *replace_ht, in php_pcre_replace_array() argument
2088 if (replace_ht) { in php_pcre_replace_array()
2101 if (replace_idx == replace_ht->nNumUsed) { in php_pcre_replace_array()
2157 zend_string *replace_str, HashTable *replace_ht, in php_replace_in_subject() argument
2273 HashTable *replace_ht, zend_string *replace_str, in _preg_replace_common() argument
2284 if (replace_ht && !regex_ht) { in _preg_replace_common()
2349 HashTable *regex_ht, *replace_ht, *subject_ht; in preg_replace_common() local
2356 Z_PARAM_ARRAY_HT_OR_STR(replace_ht, replace_str) in preg_replace_common()
2366 replace_ht, replace_str, in preg_replace_common()
2382 HashTable *regex_ht, *replace_ht, *subject_ht; variable
[all …]
/php-src/ext/standard/
H A Dstring.c4360 if (replace_ht) {
4376 if (replace_ht) {
4379 if (HT_IS_PACKED(replace_ht)) {
4380 while (replace_idx < replace_ht->nNumUsed) {
4388 while (replace_idx < replace_ht->nNumUsed) {
4396 if (replace_idx < replace_ht->nNumUsed) {
4503 HashTable *replace_ht, zend_string *replace_str, argument
4515 if (search_str && replace_ht) {
4554 HashTable *replace_ht; local
4561 Z_PARAM_ARRAY_HT_OR_STR(replace_ht, replace_str)
[all …]

Completed in 37 milliseconds