summaryrefslogtreecommitdiff
path: root/ext/spl/tests/spl_heap_count_error.phpt
blob: 6bed4cfa602f8fe3235be824d6c15361ea4862dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--TEST--
SPL: Priority queue count, illegal number of args
--CREDITS--
Mark Schaschke (mark@fractalturtle.com)
TestFest London May 2009
--FILE--
<?php
$h = new SplPriorityQueue();
$h->count(1);
?>
--EXPECTF--
Warning: SplPriorityQueue::count() expects exactly 0 parameters, 1 given in %s