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

1.1       misho       1: --TEST--
                      2: SplDoublyLinkedList::offsetGet() with no parameter passed.
                      3: --CREDITS--
                      4: PHPNW Test Fest 2009 - Jordan Hatch
                      5: --FILE--
                      6: <?php
                      7: 
                      8: $array = new SplDoublyLinkedList( );
                      9: 
                     10: $get = $array->offsetGet();
                     11: 
                     12: ?>
                     13: --EXPECTF--
                     14: Warning: SplDoublyLinkedList::offsetGet() expects exactly 1 parameter, 0 given in %s on line %d

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