SplQueue          231 ext/spl/php_spl.c 	SPL_ADD_CLASS(SplQueue, z_list, sub, allow, ce_flags); \
SplQueue         1352 ext/spl/spl_dllist.c 	SPL_MA(SplQueue, enqueue, SplDoublyLinkedList, push,  arginfo_dllist_push, ZEND_ACC_PUBLIC)
SplQueue         1353 ext/spl/spl_dllist.c 	SPL_MA(SplQueue, dequeue, SplDoublyLinkedList, shift, arginfo_dllist_void, ZEND_ACC_PUBLIC)
SplQueue         1416 ext/spl/spl_dllist.c 	REGISTER_SPL_SUB_CLASS_EX(SplQueue,           SplDoublyLinkedList,        spl_dllist_object_new, spl_funcs_SplQueue);