Home
last modified time | relevance | path

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

/PHP-8.1/ext/zip/
H A Dphp_zip.c2734 HashTable *files_ht = NULL; local
2744 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) {
/PHP-8.1/ext/phar/
H A Dphar_object.c4305 HashTable *files_ht = NULL; in PHP_METHOD() local
4312 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 22 milliseconds