Searched refs:zip_prop_handlers (Results 1 - 1 of 1) sorted by relevance
| /PHP_5_3/ext/zip/ |
| H A D | php_zip.c | 801 static HashTable zip_prop_handlers; variable 1104 intern->prop_handler = &zip_prop_handlers; 2798 zend_hash_init(&zip_prop_handlers, 0, NULL, NULL, 1); 2799 php_zip_register_prop_handler(&zip_prop_handlers, "status", php_zip_status, NULL, NULL, IS_LONG TSRMLS_CC); 2800 php_zip_register_prop_handler(&zip_prop_handlers, "statusSys", php_zip_status_sys, NULL, NULL, IS_LONG TSRMLS_CC); 2801 php_zip_register_prop_handler(&zip_prop_handlers, "numFiles", php_zip_get_num_files, NULL, NULL, IS_LONG TSRMLS_CC); 2802 php_zip_register_prop_handler(&zip_prop_handlers, "filename", NULL, NULL, php_zipobj_get_filename, IS_STRING TSRMLS_CC); 2803 php_zip_register_prop_handler(&zip_prop_handlers, "comment", NULL, php_zipobj_get_zip_comment, NULL, IS_STRING TSRMLS_CC); 2873 zend_hash_destroy(&zip_prop_handlers);
|
Completed in 6 milliseconds