Home
last modified time | relevance | path

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

/PHP-5.5/ext/zip/
H A Dphp_zip.c790 static zend_object_handlers zip_object_handlers; variable
1134 retval.handlers = (zend_object_handlers *) & zip_object_handlers; in php_zip_object_new()
2784 memcpy(&zip_object_handlers, zend_get_std_object_handlers(), sizeof(zend_object_handlers)); in PHP_MINIT_FUNCTION()
2785 zip_object_handlers.clone_obj = NULL; in PHP_MINIT_FUNCTION()
2786 zip_object_handlers.get_property_ptr_ptr = php_zip_get_property_ptr_ptr; in PHP_MINIT_FUNCTION()
2788 zip_object_handlers.get_gc = php_zip_get_gc; in PHP_MINIT_FUNCTION()
2789 zip_object_handlers.get_properties = php_zip_get_properties; in PHP_MINIT_FUNCTION()
2790 zip_object_handlers.read_property = php_zip_read_property; in PHP_MINIT_FUNCTION()
2791 zip_object_handlers.has_property = php_zip_has_property; in PHP_MINIT_FUNCTION()

Completed in 12 milliseconds