Home
last modified time | relevance | path

Searched refs:files_ht (Results 1 – 2 of 2) sorted by relevance

/php-src/ext/zip/
H A Dphp_zip.c2799 HashTable *files_ht = NULL; local
2809 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) {
/php-src/ext/phar/
H A Dphar_object.c4325 HashTable *files_ht = NULL; in PHP_METHOD() local
4332 Z_PARAM_ARRAY_HT_OR_STR_OR_NULL(files_ht, filename) in PHP_METHOD()
4375 if (files_ht) { in PHP_METHOD()
4376 if (zend_hash_num_elements(files_ht) == 0) { in PHP_METHOD()
4380 ZEND_HASH_FOREACH_VAL(files_ht, zval_file) { in PHP_METHOD()

Completed in 356 milliseconds