Home
last modified time | relevance | path

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

/PHP-7.4/ext/zip/
H A Dphp_zip.c797 zip_read_const_char_from_ze_t read_const_char_from_obj_func; member
811 hnd.read_const_char_from_obj_func = read_char_from_obj_func; in php_zip_register_prop_handler()
840 if (hnd->read_const_char_from_obj_func) { in php_zip_property_reader()
841 retchar = hnd->read_const_char_from_obj_func(obj); in php_zip_property_reader()

Completed in 13 milliseconds