summaryrefslogtreecommitdiff
path: root/ext/spl/tests/SplDoublyLinkedList_getIteratorMode_error.phpt
blob: cb43bee1ce57e2679bd6737bc6a255d514746188 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--TEST--
SplDoublyLinkedList getIteratorMode with an unexpected parameter
--CREDITS--
PHPNW Testfest 2009 - Lorna Mitchell
--FILE--
<?php
$list = new SplDoublyLinkedList();
$list->getIteratorMode(24);
?>
--EXPECTF--
Warning: SplDoublyLinkedList::getIteratorMode() expects exactly 0 parameters, 1 given in %s on line %d