php-8.0.30-src/ext/spl/tests/SplDoublyLinkedList_current...

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