-=[ Mr. Bumblebee ]=-
_Indonesia_

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

--TEST--
SplDoublyLinkedList::offsetGet() with no parameter passed.
--CREDITS--
PHPNW Test Fest 2009 - Jordan Hatch
--FILE--
<?php

$array = new SplDoublyLinkedList( );

$get = $array->pop( 'param' );

?>
--EXPECTF--
Warning: SplDoublyLinkedList::pop() expects exactly 0 parameters, 1 given in %s on line %d

Copyright © 2017 || Recoded By Mr.Bumblebee