3v4l.org

run code in 300+ PHP versions simultaneously
<?php // Get Smart - TV comedy debuted 1965 $agents = array( array(86 => "Don Adams"), array(99 => "Barbara Feldon"), array(08 => "Burt Mustin"), array(13 => "Dave Ketchum"), array(44 => "Victor French"), array(38 => "Angelique Pettyjohn") ); echo "The secret agents and the actors who portrayed them:"; list( $agent,$actor ) = $agents; foreach ($agents as $agents) { echo $actor, ' => ', $agent; }
Output for 5.4.0 - 5.4.45, 5.5.24 - 5.5.35, 5.6.7 - 5.6.28
The secret agents and the actors who portrayed them: Notice: Array to string conversion in /in/hPRRF on line 17 Array => Notice: Array to string conversion in /in/hPRRF on line 17 Array Notice: Array to string conversion in /in/hPRRF on line 17 Array => Notice: Array to string conversion in /in/hPRRF on line 17 Array Notice: Array to string conversion in /in/hPRRF on line 17 Array => Notice: Array to string conversion in /in/hPRRF on line 17 Array Notice: Array to string conversion in /in/hPRRF on line 17 Array => Notice: Array to string conversion in /in/hPRRF on line 17 Array Notice: Array to string conversion in /in/hPRRF on line 17 Array => Notice: Array to string conversion in /in/hPRRF on line 17 Array Notice: Array to string conversion in /in/hPRRF on line 17 Array => Notice: Array to string conversion in /in/hPRRF on line 17 Array
Output for 4.3.0 - 4.3.11, 4.4.0 - 4.4.9, 5.0.0 - 5.0.5, 5.1.0 - 5.1.6, 5.2.0 - 5.2.17, 5.3.0 - 5.3.29
The secret agents and the actors who portrayed them:Array => ArrayArray => ArrayArray => ArrayArray => ArrayArray => ArrayArray => Array

preferences:
245.7 ms | 1400 KiB | 163 Q