Searched refs:files_ht (Results 1 – 2 of 2) sorted by relevance
2734 HashTable *files_ht = NULL; local2744 Z_PARAM_ARRAY_HT_OR_STR_OR_NULL(files_ht, files_str)2766 } else if (files_ht) {2767 nelems = zend_hash_num_elements(files_ht);2773 if ((zval_file = zend_hash_index_find_deref(files_ht, i)) != NULL) {
4305 HashTable *files_ht = NULL; in PHP_METHOD() local4312 Z_PARAM_ARRAY_HT_OR_STR_OR_NULL(files_ht, filename) in PHP_METHOD()4355 if (files_ht) { in PHP_METHOD()4356 if (zend_hash_num_elements(files_ht) == 0) { in PHP_METHOD()4360 ZEND_HASH_FOREACH_VAL(files_ht, zval_file) { in PHP_METHOD()
Completed in 24 milliseconds