Home
last modified time | relevance | path

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

/ext-ds/src/php/handlers/
H A Dphp_map_handlers.c6 zend_object_handlers php_map_handlers; variable
152 php_map_handlers.get_gc = php_ds_map_get_gc;
153 php_map_handlers.free_obj = php_ds_map_free_object;
154 php_map_handlers.clone_obj = php_ds_map_clone_obj;
155 php_map_handlers.get_debug_info = php_ds_map_get_debug_info;
156 php_map_handlers.count_elements = php_ds_map_count_elements;
157 php_map_handlers.read_dimension = php_ds_map_read_dimension;
158 php_map_handlers.write_dimension = php_ds_map_write_dimension;
159 php_map_handlers.has_dimension = php_ds_map_has_dimension;
160 php_map_handlers.unset_dimension = php_ds_map_unset_dimension;
[all …]
H A Dphp_map_handlers.h6 extern zend_object_handlers php_map_handlers;
/ext-ds/src/php/objects/
H A Dphp_map.c15 obj->std.handlers = &php_map_handlers; in php_ds_map_create_object_ex()
/ext-ds/
H A Dconfig.w3269 "php_map_handlers.c",
H A Dconfig.m443 src/php/handlers/php_map_handlers.c \

Completed in 14 milliseconds