Searched refs:zip_prop_handlers (Results 1 – 1 of 1) sorted by relevance
/PHP-8.1/ext/zip/ |
H A D | php_zip.c | 817 static HashTable zip_prop_handlers; variable 1079 intern->prop_handler = &zip_prop_handlers; in php_zip_object_new() 3055 zend_hash_init(&zip_prop_handlers, 0, NULL, php_zip_free_prop_handler, 1); 3056 php_zip_register_prop_handler(&zip_prop_handlers, "lastId", php_zip_last_id, NULL, IS_LONG); 3057 php_zip_register_prop_handler(&zip_prop_handlers, "status", php_zip_status, NULL, IS_LONG); 3058 php_zip_register_prop_handler(&zip_prop_handlers, "statusSys", php_zip_status_sys, NULL, IS_LONG); 3059 …php_zip_register_prop_handler(&zip_prop_handlers, "numFiles", php_zip_get_num_files, NULL, IS_LON… 3060 …php_zip_register_prop_handler(&zip_prop_handlers, "filename", NULL, php_zipobj_get_filename, IS_S… 3061 …php_zip_register_prop_handler(&zip_prop_handlers, "comment", NULL, php_zipobj_get_zip_comment, I… 3214 zend_hash_destroy(&zip_prop_handlers);
|
Completed in 10 milliseconds