3v4l.org

run code in 300+ PHP versions simultaneously
<?php $list = [1, 2, 3, 4, 5, 6, 7, 8, 9]; shuffle($list) foreach($list as $list_value){ echo $list_value } ?>
Output for 8.0.1 - 8.0.22, 8.1.0 - 8.1.9
Parse error: syntax error, unexpected token "foreach" in /in/e5LHd on line 4
Process exited with code 255.
Output for 7.4.0 - 7.4.30
Parse error: syntax error, unexpected 'foreach' (T_FOREACH) in /in/e5LHd on line 4
Process exited with code 255.

preferences:
179.56 ms | 940 KiB | 69 Q