Searched refs:php_ds_map_t (Results 1 – 3 of 3) sorted by relevance
9 } php_ds_map_t; typedef11 static inline php_ds_map_t *php_ds_map_fetch_object(zend_object *obj) { in php_ds_map_fetch_object()12 return (php_ds_map_t *)((char*)(obj) - XtOffsetOf(php_ds_map_t, std)); in php_ds_map_fetch_object()
10 … php_ds_map_t *obj = ecalloc(1, sizeof(php_ds_map_t) + zend_object_properties_size(php_ds_map_ce)); in php_ds_map_create_object_ex()12 php_ds_map_t *obj = zend_object_alloc(sizeof(php_ds_map_t), php_ds_map_ce); in php_ds_map_create_object_ex()
100 php_ds_map_t *intern = php_ds_map_fetch_object(object);150 php_map_handlers.offset = XtOffsetOf(php_ds_map_t, std);
Completed in 10 milliseconds