Home
last modified time | relevance | path

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

/PHP-7.4/ext/spl/
H A Dspl_heap.c43 zend_object_handlers spl_handler_SplPriorityQueue; variable
429 intern->std.handlers = &spl_handler_SplPriorityQueue; in spl_heap_object_new_ex()
1243 memcpy(&spl_handler_SplPriorityQueue, &std_object_handlers, sizeof(zend_object_handlers)); in PHP_MINIT_FUNCTION()
1245 spl_handler_SplPriorityQueue.offset = XtOffsetOf(spl_heap_object, std); in PHP_MINIT_FUNCTION()
1246 spl_handler_SplPriorityQueue.clone_obj = spl_heap_object_clone; in PHP_MINIT_FUNCTION()
1247 spl_handler_SplPriorityQueue.count_elements = spl_heap_object_count_elements; in PHP_MINIT_FUNCTION()
1248 spl_handler_SplPriorityQueue.get_gc = spl_pqueue_object_get_gc; in PHP_MINIT_FUNCTION()
1249 spl_handler_SplPriorityQueue.dtor_obj = zend_objects_destroy_object; in PHP_MINIT_FUNCTION()
1250 spl_handler_SplPriorityQueue.free_obj = spl_heap_object_free_storage; in PHP_MINIT_FUNCTION()

Completed in 8 milliseconds