3v4l.org

run code in 300+ PHP versions simultaneously
<?php $foo = [ [1,2,3] => 'bar' ]; var_dump($foo);
Output for 7.0.33, 7.1.25, 7.2.0 - 7.2.13, 7.3.0
Fatal error: Illegal offset type in /in/09WXC on line 4
Process exited with code 255.
Output for 5.6.38
Warning: Illegal offset type in /in/09WXC on line 5 array(0) { }

preferences:
150.13 ms | 1158 KiB | 6 Q