php-src/ext/spl/tests/SplDoublyLinkedList_current.phpt
2009-05-23 15:38:18 +00:00

12 lines
191 B
PHP

--TEST--
SplDoublyLinkedList getIteratorMode
--CREDITS--
PHPNW Testfest 2009 - Lorna Mitchell
--FILE--
<?php
$list = new SplDoublyLinkedList();
var_dump($list->current());
?>
--EXPECT--
NULL