Searched refs:php_zip_register_prop_handler (Results 1 – 1 of 1) sorted by relevance
/PHP-5.4/ext/zip/ |
H A D | php_zip.c | 809 static void php_zip_register_prop_handler(HashTable *prop_handler, char *name, zip_read_int_t read_… in php_zip_register_prop_handler() 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()
|
Completed in 9 milliseconds