php-src/ext/spl/tests/SplFixedArray_fromArray_invalid_parameter_002.phpt
2016-11-24 22:39:39 +01:00

11 lines
258 B
PHP

--TEST--
pass a string into fromArray()
--CREDITS--
PHPNW Testfest 2009 - Lorna Mitchell
--FILE--
<?php
echo SplFixedArray::fromArray('hello');
?>
--EXPECTF--
Warning: SplFixedArray::fromArray() expects parameter 1 to be array, string given in %s on line %d