Searched refs:files_ht (Results 1 – 2 of 2) sorted by relevance
2799 HashTable *files_ht = NULL; local2809 Z_PARAM_ARRAY_HT_OR_STR_OR_NULL(files_ht, files_str)2831 } else if (files_ht) {2832 nelems = zend_hash_num_elements(files_ht);2838 if ((zval_file = zend_hash_index_find_deref(files_ht, i)) != NULL) {
4328 HashTable *files_ht = NULL; in PHP_METHOD() local4335 Z_PARAM_ARRAY_HT_OR_STR_OR_NULL(files_ht, filename) in PHP_METHOD()4378 if (files_ht) { in PHP_METHOD()4379 if (zend_hash_num_elements(files_ht) == 0) { in PHP_METHOD()4383 ZEND_HASH_FOREACH_VAL(files_ht, zval_file) { in PHP_METHOD()
Completed in 21 milliseconds