Home
last modified time | relevance | path

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

/PHP-8.3/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-8.3/ext/phar/
H A Dphar_object.c4328 HashTable *files_ht = NULL; in PHP_METHOD() local
4335 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