SplQueue 236 ext/spl/php_spl.c SPL_ADD_CLASS(SplQueue, z_list, sub, allow, ce_flags); \ SplQueue 1361 ext/spl/spl_dllist.c SPL_MA(SplQueue, enqueue, SplDoublyLinkedList, push, arginfo_dllist_push, ZEND_ACC_PUBLIC) SplQueue 1362 ext/spl/spl_dllist.c SPL_MA(SplQueue, dequeue, SplDoublyLinkedList, shift, arginfo_dllist_void, ZEND_ACC_PUBLIC) SplQueue 1421 ext/spl/spl_dllist.c REGISTER_SPL_SUB_CLASS_EX(SplQueue, SplDoublyLinkedList, spl_dllist_object_new, spl_funcs_SplQueue);