summaryrefslogtreecommitdiff
path: root/ext/spl/tests/SplDoublyLinkedList_pop_params.phpt
blob: a3df71bc7191d85fa9695c2b092243d4060c5b85 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--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