newmanifest      1983 ext/phar/util.c 	HashTable newmanifest;
newmanifest      2013 ext/phar/util.c 	zend_hash_init(&newmanifest, sizeof(phar_entry_info),
newmanifest      2015 ext/phar/util.c 	zend_hash_copy(&newmanifest, &(*pphar)->manifest, phar_manifest_copy_ctor);
newmanifest      2016 ext/phar/util.c 	zend_hash_apply_with_argument(&newmanifest, phar_update_cached_entry, (void *)phar);
newmanifest      2017 ext/phar/util.c 	phar->manifest = newmanifest;