Home
last modified time | relevance | path

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

/PHP-8.2/ext/spl/
H A Dspl_heap.c37 zend_object_handlers spl_handler_SplHeap; variable
454 intern->std.handlers = &spl_handler_SplHeap; in spl_heap_object_new_ex()
1153 memcpy(&spl_handler_SplHeap, &std_object_handlers, sizeof(zend_object_handlers)); in PHP_MINIT_FUNCTION()
1155 spl_handler_SplHeap.offset = XtOffsetOf(spl_heap_object, std); in PHP_MINIT_FUNCTION()
1156 spl_handler_SplHeap.clone_obj = spl_heap_object_clone; in PHP_MINIT_FUNCTION()
1157 spl_handler_SplHeap.count_elements = spl_heap_object_count_elements; in PHP_MINIT_FUNCTION()
1158 spl_handler_SplHeap.get_gc = spl_heap_object_get_gc; in PHP_MINIT_FUNCTION()
1159 spl_handler_SplHeap.free_obj = spl_heap_object_free_storage; in PHP_MINIT_FUNCTION()

Completed in 8 milliseconds