-=[ Mr. Bumblebee ]=-
_Indonesia_
| Path : /usr/src/php/ext/spl/tests/ |
|
|
| Current File : //usr/src/php/ext/spl/tests/SplFixedArray_fromarray_param_multiarray.phpt |
--TEST--
Tries to create a SplFixedArray using the fromArray() function and a multi dimentional array.
--CREDITS--
Philip Norton philipnorton42@gmail.com
--FILE--
<?php
$array = SplFixedArray::fromArray(array(array('1')));
var_dump($array);
?>
--EXPECTF--
object(SplFixedArray)#1 (1) {
[0]=>
array(1) {
[0]=>
%string|unicode%(1) "1"
}
}
Copyright © 2017 || Recoded By Mr.Bumblebee