php-src/ext/spl/tests/SplFixedArray_getSize_pass_param.phpt
2009-05-23 15:38:18 +00:00

13 lines
325 B
PHP

--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*