-=[ Mr. Bumblebee ]=-
_Indonesia_

Path : /usr/src/php/ext/spl/tests/
File Upload :
Current File : //usr/src/php/ext/spl/tests/SplFixedArray_fromarray_param_boolean.phpt

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

Copyright © 2017 || Recoded By Mr.Bumblebee