newmanifest 2024 ext/phar/util.c HashTable newmanifest; newmanifest 2060 ext/phar/util.c zend_hash_init(&newmanifest, sizeof(phar_entry_info), newmanifest 2062 ext/phar/util.c zend_hash_copy(&newmanifest, &(*pphar)->manifest, NULL, NULL, sizeof(phar_entry_info)); newmanifest 2063 ext/phar/util.c zend_hash_apply_with_argument(&newmanifest, (apply_func_arg_t) phar_update_cached_entry, (void *)phar TSRMLS_CC); newmanifest 2064 ext/phar/util.c phar->manifest = newmanifest;