3v4l.org

run code in 300+ PHP versions simultaneously
<?php $data = [ 1 => 'First', 0 => 'Second', 3 => 'Third', 2 => 'Fourth', ]; var_dump($data);
Output for 7.4.0 - 7.4.33, 8.0.1 - 8.0.30, 8.1.0 - 8.1.33, 8.2.0 - 8.2.29, 8.3.0 - 8.3.26, 8.4.1 - 8.4.13
array(4) { [1]=> string(5) "First" [0]=> string(6) "Second" [3]=> string(5) "Third" [2]=> string(6) "Fourth" }

preferences:
81.99 ms | 407 KiB | 5 Q