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

11 lines
259 B
PHP

--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, integer given in %s on line %d