summaryrefslogtreecommitdiff
path: root/ext/spl/tests/SplFixedArray_getSize_pass_param.phpt
blob: ef4f40c32f1ac833fdceefe02118c1dd5b78ddc0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--TEST--
SplFixedArray::getSize() pass a parameter when none are expected
--CREDITS--
PHPNW Testfest 2009 - Adrian Hardy
--FILE--
<?php
$fixed_array = new SplFixedArray(2);
echo "*test* ".$fixed_array->getSize(3);
?>
--EXPECTF--
Warning: SplFixedArray::getSize() expects exactly 0 parameters, 1 given in %s on line %d
*test*