3v4l.org

run code in 300+ PHP versions simultaneously
<?php $test_fixed_array = New SplFixedArray(3); $test_fixed_array[0] = 0; $test_fixed_array[1] = 1; $test_fixed_array[2] = 2; $ser = serialize($test_fixed_array); $test_fixed_array_recover = unserialize($ser); var_dump($test_fixed_array_recover); var_dump($ser);

preferences:
60.49 ms | 402 KiB | 5 Q