-=[ Mr. Bumblebee ]=-
_Indonesia_

Path : /usr/src/php/ext/spl/tests/
File Upload :
Current File : //usr/src/php/ext/spl/tests/SplDoublyLinkedList_current_empty.phpt

--TEST--
Run current() function on an empty SplDoublyLinkedList.
--CREDITS--
Philip Norton philipnorton42@gmail.com
--FILE--
<?php

$list = new SplDoublyLinkedList();
var_dump($list->current());

?>
--EXPECT--
NULL

Copyright © 2017 || Recoded By Mr.Bumblebee