Home
last modified time | relevance | path

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

/PHP-5.5/ext/zip/
H A Dphp_zip.c792 static HashTable zip_prop_handlers; variable
1117 intern->prop_handler = &zip_prop_handlers; in php_zip_object_new()
2797 zend_hash_init(&zip_prop_handlers, 0, NULL, NULL, 1); in PHP_MINIT_FUNCTION()
2798 …php_zip_register_prop_handler(&zip_prop_handlers, "status", php_zip_status, NULL, NULL, IS_LONG… in PHP_MINIT_FUNCTION()
2799 …php_zip_register_prop_handler(&zip_prop_handlers, "statusSys", php_zip_status_sys, NULL, NULL, IS_… in PHP_MINIT_FUNCTION()
2800 …php_zip_register_prop_handler(&zip_prop_handlers, "numFiles", php_zip_get_num_files, NULL, NULL, … in PHP_MINIT_FUNCTION()
2801 …php_zip_register_prop_handler(&zip_prop_handlers, "filename", NULL, NULL, php_zipobj_get_filename,… in PHP_MINIT_FUNCTION()
2802 …php_zip_register_prop_handler(&zip_prop_handlers, "comment", NULL, php_zipobj_get_zip_comment, NUL… in PHP_MINIT_FUNCTION()
2872 zend_hash_destroy(&zip_prop_handlers); in PHP_MSHUTDOWN_FUNCTION()

Completed in 14 milliseconds