zip_prop_handlers 806 ext/zip/php_zip.c static HashTable zip_prop_handlers; zip_prop_handlers 1140 ext/zip/php_zip.c intern->prop_handler = &zip_prop_handlers; zip_prop_handlers 3050 ext/zip/php_zip.c zend_hash_init(&zip_prop_handlers, 0, NULL, NULL, 1); zip_prop_handlers 3051 ext/zip/php_zip.c php_zip_register_prop_handler(&zip_prop_handlers, "status", php_zip_status, NULL, NULL, IS_LONG TSRMLS_CC); zip_prop_handlers 3052 ext/zip/php_zip.c php_zip_register_prop_handler(&zip_prop_handlers, "statusSys", php_zip_status_sys, NULL, NULL, IS_LONG TSRMLS_CC); zip_prop_handlers 3053 ext/zip/php_zip.c php_zip_register_prop_handler(&zip_prop_handlers, "numFiles", php_zip_get_num_files, NULL, NULL, IS_LONG TSRMLS_CC); zip_prop_handlers 3054 ext/zip/php_zip.c php_zip_register_prop_handler(&zip_prop_handlers, "filename", NULL, NULL, php_zipobj_get_filename, IS_STRING TSRMLS_CC); zip_prop_handlers 3055 ext/zip/php_zip.c php_zip_register_prop_handler(&zip_prop_handlers, "comment", NULL, php_zipobj_get_zip_comment, NULL, IS_STRING TSRMLS_CC); zip_prop_handlers 3150 ext/zip/php_zip.c zend_hash_destroy(&zip_prop_handlers);