3v4l.org

run code in 500+ PHP versions simultaneously
<?php $a = [ 1, 2, , 3 ];
Output for 8.3.5
Fatal error: Cannot use empty array elements in arrays in /in/WJUbZ on line 4
Process exited with code 255.
Output for 7.1.0 - 7.1.17, 7.2.0 - 7.2.6
Fatal error: Cannot use empty array elements in arrays in /in/WJUbZ on line 3
Process exited with code 255.
Output for 7.0.0 - 7.0.30
Parse error: syntax error, unexpected ',', expecting ']' in /in/WJUbZ on line 5
Process exited with code 255.

preferences:
43.76 ms | 715 KiB | 3 Q