-=[ Mr. Bumblebee ]=-
_Indonesia_

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

--TEST--
SPL: FixedArray: Testing setSize() with NULL
--FILE--
<?php

$a = new SplFixedArray(100);

$a->setSize(NULL);

print "ok\n";

?>
--EXPECT--
ok

Copyright © 2017 || Recoded By Mr.Bumblebee