Annotation of embedaddon/php/ext/spl/tests/spl_heap_count_error.phpt, revision 1.1.1.1

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

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>