Searched refs:subject_ht (Results 1 – 2 of 2) sorted by relevance
/php-src/ext/pcre/ |
H A D | php_pcre.c | 2358 subject_ht, subject_str, in preg_replace_common() 2384 subject_ht, subject_str, 2400 HashTable *subject_ht; in PHP_FUNCTION() local 2430 HashTable *pattern, *subject_ht; in PHP_FUNCTION() local 2451 if (subject_ht) { in PHP_FUNCTION() 2452 GC_TRY_ADDREF(subject_ht); in PHP_FUNCTION() 2473 ZEND_ASSERT(subject_ht); in PHP_FUNCTION() 2475 subject_ht = Z_ARR(zv); in PHP_FUNCTION() 2497 if (subject_ht) { in PHP_FUNCTION() 2498 RETVAL_ARR(subject_ht); in PHP_FUNCTION() [all …]
|
/php-src/ext/standard/ |
H A D | string.c | 4472 HashTable *subject_ht, zend_string *subject_str, argument 4489 if (subject_ht) { 4494 ZEND_HASH_FOREACH_KEY_VAL(subject_ht, num_key, string_key, subject_entry) { 4524 HashTable *subject_ht; local 4530 Z_PARAM_ARRAY_HT_OR_STR(subject_ht, subject_str) 4535 …_php_str_replace_common(return_value, search_ht, search_str, replace_ht, replace_str, subject_ht, … 4549 HashTable *search_ht, *replace_ht, *subject_ht; variable 4554 Z_FLF_PARAM_ARRAY_HT_OR_STR(3, subject_ht, subject_str, subject_tmp); 4556 …_php_str_replace_common(return_value, search_ht, search_str, replace_ht, replace_str, subject_ht, …
|
Completed in 30 milliseconds