
| Path : /usr/src/php/ext/spl/tests/ |
| Current File : //usr/src/php/ext/spl/tests/SplDoublyLinkedList_getIteratorMode.phpt |
--TEST-- SplDoublyLinkedList getIteratorMode --CREDITS-- PHPNW Testfest 2009 - Lorna Mitchell --FILE-- <?php $list = new SplDoublyLinkedList(); $list->setIteratorMode(SplDoublyLinkedList::IT_MODE_FIFO | SplDoublyLinkedList::IT_MODE_KEEP); echo $list->getIteratorMode(); ?> --EXPECT-- 0