Home
last modified time | relevance | path

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

/PHP-8.2/ext/spl/
H A Dspl_heap.c38 zend_object_handlers spl_handler_SplPriorityQueue; variable
444 intern->std.handlers = &spl_handler_SplPriorityQueue; in spl_heap_object_new_ex()
1173 memcpy(&spl_handler_SplPriorityQueue, &std_object_handlers, sizeof(zend_object_handlers)); in PHP_MINIT_FUNCTION()
1175 spl_handler_SplPriorityQueue.offset = XtOffsetOf(spl_heap_object, std); in PHP_MINIT_FUNCTION()
1176 spl_handler_SplPriorityQueue.clone_obj = spl_heap_object_clone; in PHP_MINIT_FUNCTION()
1177 spl_handler_SplPriorityQueue.count_elements = spl_heap_object_count_elements; in PHP_MINIT_FUNCTION()
1178 spl_handler_SplPriorityQueue.get_gc = spl_pqueue_object_get_gc; in PHP_MINIT_FUNCTION()
1179 spl_handler_SplPriorityQueue.free_obj = spl_heap_object_free_storage; in PHP_MINIT_FUNCTION()

Completed in 7 milliseconds