3v4l.org

run code in 500+ PHP versions simultaneously
<?php var_dump(['1' => 'one', '2' => 'two', '3' => 'three', 4.22222 => 'four']);
Output for 8.1.0 - 8.1.34, 8.2.0 - 8.2.31, 8.3.0 - 8.3.31, 8.4.1 - 8.4.22, 8.5.0 - 8.5.7
Deprecated: Implicit conversion from float 4.22222 to int loses precision in /in/KK97T on line 3 array(4) { [1]=> string(3) "one" [2]=> string(3) "two" [3]=> string(5) "three" [4]=> string(4) "four" }
Output for 7.4.0 - 7.4.33, 8.0.1 - 8.0.30
array(4) { [1]=> string(3) "one" [2]=> string(3) "two" [3]=> string(5) "three" [4]=> string(4) "four" }

preferences:
79.85 ms | 1296 KiB | 4 Q