Home
last modified time | relevance | path

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

/PHP-8.2/ext/zip/
H A Dphp_zip.c826 static void php_zip_register_prop_handler(HashTable *prop_handler, char *name, zip_read_int_t read_… in php_zip_register_prop_handler() function
3106 php_zip_register_prop_handler(&zip_prop_handlers, "lastId", php_zip_last_id, NULL, IS_LONG);
3107 php_zip_register_prop_handler(&zip_prop_handlers, "status", php_zip_status, NULL, IS_LONG);
3108 php_zip_register_prop_handler(&zip_prop_handlers, "statusSys", php_zip_status_sys, NULL, IS_LONG);
3109php_zip_register_prop_handler(&zip_prop_handlers, "numFiles", php_zip_get_num_files, NULL, IS_LON…
3110php_zip_register_prop_handler(&zip_prop_handlers, "filename", NULL, php_zipobj_get_filename, IS_S…
3111php_zip_register_prop_handler(&zip_prop_handlers, "comment", NULL, php_zipobj_get_zip_comment, I…

Completed in 15 milliseconds