1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00
Files
archived-php-src/ext/spl/tests/SplFixedArray_toArray_empty.phpt
2018-02-19 08:26:34 +01:00

10 lines
190 B
PHP

--TEST--
SplFixedArray::toArray with empty array
--CREDITS--
Gabriel Caruso (carusogabriel34@gmail.com)
--FILE--
<?php var_dump((new SplFixedArray())->toArray()); ?>
--EXPECT--
array(0) {
}