-=[ Mr. Bumblebee ]=-
_Indonesia_

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

--TEST--
SplFixedArray::__construct() with array passed as integer.
--CREDITS--
PHPNW Test Fest 2009 - Jordan Hatch
--FILE--
<?php

$array = new SplFixedArray( array("string", 1) );

?>
--EXPECTF--
Warning: SplFixedArray::__construct() expects parameter 1 to be long, array given in %s on line %d

Copyright © 2017 || Recoded By Mr.Bumblebee