Annotation of embedaddon/php/ext/spl/tests/SplDoublyLinkedList_current.phpt, revision 1.1.1.1

1.1       misho       1: --TEST--
                      2: SplDoublyLinkedList getIteratorMode
                      3: --CREDITS--
                      4: PHPNW Testfest 2009 - Lorna Mitchell
                      5: --FILE--
                      6: <?php
                      7: $list = new SplDoublyLinkedList();
                      8: var_dump($list->current());
                      9: ?>
                     10: --EXPECT--
                     11: NULL

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>