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

12 lines
191 B
Plaintext
Raw Normal View History

2009-05-23 15:38:18 +00:00
--TEST--
SplDoublyLinkedList getIteratorMode
--CREDITS--
PHPNW Testfest 2009 - Lorna Mitchell
--FILE--
<?php
$list = new SplDoublyLinkedList();
var_dump($list->current());
?>
--EXPECT--
NULL