-=[ Mr. Bumblebee ]=-
_Indonesia_

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

--TEST--
SplFixedArray::setSize() with a float param
--CREDITS--
PHPNW Testfest 2009 - Adrian Hardy
--FILE--
<?php
$fixed_array = new SplFixedArray(2);
$fixed_array->setSize(3.14159);
var_dump($fixed_array);
?>
--EXPECTF--
object(SplFixedArray)#1 (3) {
  [0]=>
  NULL
  [1]=>
  NULL
  [2]=>
  NULL
}

Copyright © 2017 || Recoded By Mr.Bumblebee