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.5.0 - 5.5.35, 5.6.0 - 5.6.28
The secret agents and the actors who portrayed them:<br>o => Da => Bu => Ba => Di => Vn => A
Output for 5.4.0 - 5.4.14
Parse error: syntax error, unexpected 'list' (T_LIST) in /in/CHc1U 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/CHc1U on line 12
Process exited with code 255.

preferences:
199.87 ms | 1399 KiB | 105 Q