Home
last modified time | relevance | path

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

/PHP-7.2/ext/spl/
H A Dspl_dllist.c454 static zend_object *spl_dllist_object_new(zend_class_entry *class_type) /* {{{ */ in spl_dllist_object_new() function
1393 …REGISTER_SPL_STD_CLASS_EX(SplDoublyLinkedList, spl_dllist_object_new, spl_funcs_SplDoublyLinkedLis… in PHP_MINIT_FUNCTION()
1416 …REGISTER_SPL_SUB_CLASS_EX(SplQueue, SplDoublyLinkedList, spl_dllist_object_new, s… in PHP_MINIT_FUNCTION()
1417 …REGISTER_SPL_SUB_CLASS_EX(SplStack, SplDoublyLinkedList, spl_dllist_object_new, N… in PHP_MINIT_FUNCTION()

Completed in 7 milliseconds