summaryrefslogtreecommitdiff
path: root/ext/spl/tests/SplFixedArray_fromArray_invalid_parameter_001.phpt
blob: 3cecb8b79c4a0144af80732594a345bafa380597 (plain)
1
2
3
4
5
6
7
8
9
10
--TEST--
pass an integer into fromArray()
--CREDITS--
PHPNW Testfest 2009 - Lorna Mitchell
--FILE--
<?php
echo SplFixedArray::fromArray(17954);
?>
--EXPECTF--
Warning: SplFixedArray::fromArray() expects parameter 1 to be array, int given in %s on line %d