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.c2071 zend_string *replace_str, HashTable *replace_ht, in php_pcre_replace_array() argument
2079 if (replace_ht) { in php_pcre_replace_array()
2092 if (replace_idx == replace_ht->nNumUsed) { in php_pcre_replace_array()
2148 zend_string *replace_str, HashTable *replace_ht, in php_replace_in_subject() argument
2264 HashTable *replace_ht, zend_string *replace_str, in _preg_replace_common() argument
2275 if (replace_ht && !regex_ht) { in _preg_replace_common()
2340 HashTable *regex_ht, *replace_ht, *subject_ht; in preg_replace_common() local
2347 Z_PARAM_ARRAY_HT_OR_STR(replace_ht, replace_str) in preg_replace_common()
2357 replace_ht, replace_str, in preg_replace_common()
2373 HashTable *regex_ht, *replace_ht, *subject_ht; variable
[all …]
/php-src/ext/standard/
H A Dstring.c4328 if (replace_ht) {
4344 if (replace_ht) {
4347 if (HT_IS_PACKED(replace_ht)) {
4348 while (replace_idx < replace_ht->nNumUsed) {
4356 while (replace_idx < replace_ht->nNumUsed) {
4364 if (replace_idx < replace_ht->nNumUsed) {
4471 HashTable *replace_ht, zend_string *replace_str, argument
4483 if (search_str && replace_ht) {
4522 HashTable *replace_ht; local
4529 Z_PARAM_ARRAY_HT_OR_STR(replace_ht, replace_str)
[all …]

Completed in 27 milliseconds