zip_prop_handlers 765 ext/zip/php_zip.c static HashTable zip_prop_handlers; zip_prop_handlers 1025 ext/zip/php_zip.c intern->prop_handler = &zip_prop_handlers; zip_prop_handlers 3025 ext/zip/php_zip.c zend_hash_init(&zip_prop_handlers, 0, NULL, php_zip_free_prop_handler, 1); zip_prop_handlers 3026 ext/zip/php_zip.c php_zip_register_prop_handler(&zip_prop_handlers, "status", php_zip_status, NULL, NULL, IS_LONG); zip_prop_handlers 3027 ext/zip/php_zip.c php_zip_register_prop_handler(&zip_prop_handlers, "statusSys", php_zip_status_sys, NULL, NULL, IS_LONG); zip_prop_handlers 3028 ext/zip/php_zip.c php_zip_register_prop_handler(&zip_prop_handlers, "numFiles", php_zip_get_num_files, NULL, NULL, IS_LONG); zip_prop_handlers 3029 ext/zip/php_zip.c php_zip_register_prop_handler(&zip_prop_handlers, "filename", NULL, NULL, php_zipobj_get_filename, IS_STRING); zip_prop_handlers 3030 ext/zip/php_zip.c php_zip_register_prop_handler(&zip_prop_handlers, "comment", NULL, php_zipobj_get_zip_comment, NULL, IS_STRING); zip_prop_handlers 3123 ext/zip/php_zip.c zend_hash_destroy(&zip_prop_handlers);