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 "}", expecting "," or ";" in /in/3mptt on line 6
Process exited with code 255.
Output for 7.4.0 - 7.4.30
Parse error: syntax error, unexpected '}', expecting ';' or ',' in /in/3mptt on line 6
Process exited with code 255.

preferences:
198.94 ms | 1395 KiB | 68 Q