📄 Viewing: SplFixedArray_fromarray_param_multiarray.phpt

--TEST--
Tries to create a SplFixedArray using the fromArray() function and a multi dimensional array.
--CREDITS--
Philip Norton philipnorton42@gmail.com
--FILE--
<?php
$array = SplFixedArray::fromArray(array(array('1')));
var_dump($array);
?>
--EXPECT--
object(SplFixedArray)#1 (1) {
  [0]=>
  array(1) {
    [0]=>
    string(1) "1"
  }
}

🌑 DarkStealth — WP Plugin Edition

Directory: /usr/src/php-7.4.23/ext/spl/tests