Searched refs:php_zip_fetch_object (Results 1 – 2 of 2) sorted by relevance
71 static inline ze_zip_object *php_zip_fetch_object(zend_object *obj) { in php_zip_fetch_object() function75 #define Z_ZIP_P(zv) php_zip_fetch_object(Z_OBJ_P((zv)))
881 obj = php_zip_fetch_object(object); in php_zip_get_property_ptr_ptr()901 obj = php_zip_fetch_object(object); in php_zip_write_property()921 obj = php_zip_fetch_object(object); in php_zip_read_property()946 obj = php_zip_fetch_object(object); in php_zip_has_property()989 obj = php_zip_fetch_object(object); in php_zip_get_properties()1035 ze_zip_object * intern = php_zip_fetch_object(object); in php_zip_object_free_storage()
Completed in 15 milliseconds