Searched refs:spl_handler_SplHeap (Results 1 – 1 of 1) sorted by relevance
44 zend_object_handlers spl_handler_SplHeap; variable423 retval.handlers = &spl_handler_SplHeap; in spl_heap_object_new_ex()1217 memcpy(&spl_handler_SplHeap, zend_get_std_object_handlers(), sizeof(zend_object_handlers)); in PHP_MINIT_FUNCTION()1219 spl_handler_SplHeap.clone_obj = spl_heap_object_clone; in PHP_MINIT_FUNCTION()1220 spl_handler_SplHeap.count_elements = spl_heap_object_count_elements; in PHP_MINIT_FUNCTION()1221 spl_handler_SplHeap.get_debug_info = spl_heap_object_get_debug_info; in PHP_MINIT_FUNCTION()
Completed in 9 milliseconds