Home
last modified time | relevance | path

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

/PHP-5.5/ext/spl/
H A Dspl_heap.c45 zend_object_handlers spl_handler_SplPriorityQueue; variable
430 retval.handlers = &spl_handler_SplPriorityQueue; in spl_heap_object_new_ex()
1235 …memcpy(&spl_handler_SplPriorityQueue, zend_get_std_object_handlers(), sizeof(zend_object_handlers)… in PHP_MINIT_FUNCTION()
1237 spl_handler_SplPriorityQueue.clone_obj = spl_heap_object_clone; in PHP_MINIT_FUNCTION()
1238 spl_handler_SplPriorityQueue.count_elements = spl_heap_object_count_elements; in PHP_MINIT_FUNCTION()
1239 spl_handler_SplPriorityQueue.get_debug_info = spl_pqueue_object_get_debug_info; in PHP_MINIT_FUNCTION()

Completed in 13 milliseconds