Searched refs:spl_handler_SplPriorityQueue (Results 1 – 1 of 1) sorted by relevance
45 zend_object_handlers spl_handler_SplPriorityQueue; variable397 intern->std.handlers = &spl_handler_SplPriorityQueue; in spl_heap_object_new_ex()1225 …memcpy(&spl_handler_SplPriorityQueue, zend_get_std_object_handlers(), sizeof(zend_object_handlers)… in PHP_MINIT_FUNCTION()1227 spl_handler_SplPriorityQueue.offset = XtOffsetOf(spl_heap_object, std); in PHP_MINIT_FUNCTION()1228 spl_handler_SplPriorityQueue.clone_obj = spl_heap_object_clone; in PHP_MINIT_FUNCTION()1229 spl_handler_SplPriorityQueue.count_elements = spl_heap_object_count_elements; in PHP_MINIT_FUNCTION()1230 spl_handler_SplPriorityQueue.get_debug_info = spl_pqueue_object_get_debug_info; in PHP_MINIT_FUNCTION()1231 spl_handler_SplPriorityQueue.get_gc = spl_heap_object_get_gc; in PHP_MINIT_FUNCTION()1232 spl_handler_SplPriorityQueue.dtor_obj = zend_objects_destroy_object; in PHP_MINIT_FUNCTION()1233 spl_handler_SplPriorityQueue.free_obj = spl_heap_object_free_storage; in PHP_MINIT_FUNCTION()
Completed in 12 milliseconds