Searched refs:subject_ht (Results 1 – 2 of 2) sorted by relevance
2262 HashTable *subject_ht; in preg_replace_common() local2354 HashTable *subject_ht; in PHP_FUNCTION() local2384 HashTable *pattern, *subject_ht; in PHP_FUNCTION() local2405 if (subject_ht) { in PHP_FUNCTION()2406 GC_TRY_ADDREF(subject_ht); in PHP_FUNCTION()2427 ZEND_ASSERT(subject_ht); in PHP_FUNCTION()2429 subject_ht = Z_ARR(zv); in PHP_FUNCTION()2451 if (subject_ht) { in PHP_FUNCTION()2452 RETVAL_ARR(subject_ht); in PHP_FUNCTION()2463 if (subject_ht) { in PHP_FUNCTION()[all …]
4214 HashTable *subject_ht; local4224 Z_PARAM_ARRAY_HT_OR_STR(subject_ht, subject_str)4236 if (subject_ht) {4241 ZEND_HASH_FOREACH_KEY_VAL(subject_ht, num_key, string_key, subject_entry) {
Completed in 31 milliseconds