3v4l.org

run code in 300+ PHP versions simultaneously
<?php // Get Smart - TV comedy debuted 1965 $agents = array(86 => "Don Adams", 99 => "Barbara Feldon", 08 => "Burt Mustin", 13 => "Dave Ketchum", 44 => "Victor French", 38 => "Angelique Pettyjohn"); echo "The secret agents and the actors who portrayed them:<br>"; foreach ($agents as list( $agent,$actor ) { echo $actor, ' => ', $agent; }
Output for 5.4.0 - 5.4.14
Parse error: syntax error, unexpected 'list' (T_LIST) in /in/vg78u on line 12
Process exited with code 255.
Output for 5.3.0 - 5.3.24
Parse error: syntax error, unexpected T_LIST in /in/vg78u on line 12
Process exited with code 255.

preferences:
174.04 ms | 1395 KiB | 47 Q