Home
last modified time | relevance | path

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

/PHP-5.4/ext/zip/
H A Dphp_zip.c792 static HashTable zip_prop_handlers; variable
1109 intern->prop_handler = &zip_prop_handlers; in php_zip_object_new()
2788 zend_hash_init(&zip_prop_handlers, 0, NULL, NULL, 1); in PHP_MINIT_FUNCTION()
2789 …php_zip_register_prop_handler(&zip_prop_handlers, "status", php_zip_status, NULL, NULL, IS_LONG… in PHP_MINIT_FUNCTION()
2790 …php_zip_register_prop_handler(&zip_prop_handlers, "statusSys", php_zip_status_sys, NULL, NULL, IS_… in PHP_MINIT_FUNCTION()
2791 …php_zip_register_prop_handler(&zip_prop_handlers, "numFiles", php_zip_get_num_files, NULL, NULL, … in PHP_MINIT_FUNCTION()
2792 …php_zip_register_prop_handler(&zip_prop_handlers, "filename", NULL, NULL, php_zipobj_get_filename,… in PHP_MINIT_FUNCTION()
2793 …php_zip_register_prop_handler(&zip_prop_handlers, "comment", NULL, php_zipobj_get_zip_comment, NUL… in PHP_MINIT_FUNCTION()
2863 zend_hash_destroy(&zip_prop_handlers); in PHP_MSHUTDOWN_FUNCTION()

Completed in 21 milliseconds