Searched refs:spl_handler_SplDoublyLinkedList (Results 1 – 1 of 1) sorted by relevance
39 zend_object_handlers spl_handler_SplDoublyLinkedList; variable409 intern->std.handlers = &spl_handler_SplDoublyLinkedList; in spl_dllist_object_new_ex()412 intern->std.handlers = &spl_handler_SplDoublyLinkedList; in spl_dllist_object_new_ex()416 intern->std.handlers = &spl_handler_SplDoublyLinkedList; in spl_dllist_object_new_ex()1395 spl_handler_SplDoublyLinkedList.offset = XtOffsetOf(spl_dllist_object, std); in PHP_MINIT_FUNCTION()1396 spl_handler_SplDoublyLinkedList.clone_obj = spl_dllist_object_clone; in PHP_MINIT_FUNCTION()1397 spl_handler_SplDoublyLinkedList.count_elements = spl_dllist_object_count_elements; in PHP_MINIT_FUNCTION()1398 spl_handler_SplDoublyLinkedList.get_debug_info = spl_dllist_object_get_debug_info; in PHP_MINIT_FUNCTION()1399 spl_handler_SplDoublyLinkedList.get_gc = spl_dllist_object_get_gc; in PHP_MINIT_FUNCTION()1400 spl_handler_SplDoublyLinkedList.dtor_obj = zend_objects_destroy_object; in PHP_MINIT_FUNCTION()[all …]
Completed in 6 milliseconds