Home
last modified time | relevance | path

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

/PHP-7.0/ext/spl/
H A Dspl_heap.c44 zend_object_handlers spl_handler_SplHeap; variable
391 intern->std.handlers = &spl_handler_SplHeap; in spl_heap_object_new_ex()
1203 memcpy(&spl_handler_SplHeap, zend_get_std_object_handlers(), sizeof(zend_object_handlers)); in PHP_MINIT_FUNCTION()
1205 spl_handler_SplHeap.offset = XtOffsetOf(spl_heap_object, std); in PHP_MINIT_FUNCTION()
1206 spl_handler_SplHeap.clone_obj = spl_heap_object_clone; in PHP_MINIT_FUNCTION()
1207 spl_handler_SplHeap.count_elements = spl_heap_object_count_elements; in PHP_MINIT_FUNCTION()
1208 spl_handler_SplHeap.get_debug_info = spl_heap_object_get_debug_info; in PHP_MINIT_FUNCTION()
1209 spl_handler_SplHeap.get_gc = spl_heap_object_get_gc; in PHP_MINIT_FUNCTION()
1210 spl_handler_SplHeap.dtor_obj = zend_objects_destroy_object; in PHP_MINIT_FUNCTION()
1211 spl_handler_SplHeap.free_obj = spl_heap_object_free_storage; in PHP_MINIT_FUNCTION()

Completed in 8 milliseconds