php-src/ext/spl/tests/SplFixedArray_fromarray_param_boolean.phpt

10 lines
285 B
Plaintext
Raw Normal View History

2009-05-23 15:37:36 +00:00
--TEST--
Tries to create a SplFixedArray using a boolean value.
--CREDITS--
Philip Norton philipnorton42@gmail.com
--FILE--
<?php
$array = SplFixedArray::fromArray(true);
?>
--EXPECTF--
Warning: SplFixedArray::fromArray() expects parameter 1 to be array, boolean given in %s on line %d