-=[ Mr. Bumblebee ]=-
_Indonesia_

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

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

$array = new SplFixedArray( 3.141 );

echo $array->getSize();

?>
--EXPECT--
3

Copyright © 2017 || Recoded By Mr.Bumblebee