Home
last modified time | relevance | path

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

/PHP-5.5/ext/spl/
H A Dspl_dllist.c39 zend_object_handlers spl_handler_SplDoublyLinkedList; variable
410 retval.handlers = &spl_handler_SplDoublyLinkedList; in spl_dllist_object_new_ex()
413 retval.handlers = &spl_handler_SplDoublyLinkedList; in spl_dllist_object_new_ex()
417 retval.handlers = &spl_handler_SplDoublyLinkedList; in spl_dllist_object_new_ex()
1404 …memcpy(&spl_handler_SplDoublyLinkedList, zend_get_std_object_handlers(), sizeof(zend_object_handle… in PHP_MINIT_FUNCTION()
1406 spl_handler_SplDoublyLinkedList.clone_obj = spl_dllist_object_clone; in PHP_MINIT_FUNCTION()
1407 spl_handler_SplDoublyLinkedList.count_elements = spl_dllist_object_count_elements; in PHP_MINIT_FUNCTION()
1408 spl_handler_SplDoublyLinkedList.get_debug_info = spl_dllist_object_get_debug_info; in PHP_MINIT_FUNCTION()

Completed in 19 milliseconds