3v4l.org

run code in 300+ PHP versions simultaneously
<?php $tmp = array(10 => 1, "ten" => 2); list( $x, $y ) = array_values( $tmp ) var_dump( $x, $y ); // 1, 2
Output for 5.4.0 - 5.4.25
Parse error: syntax error, unexpected 'var_dump' (T_STRING) in /in/6q1b2 on line 6
Process exited with code 255.
Output for 5.3.0 - 5.3.28
Parse error: syntax error, unexpected T_STRING in /in/6q1b2 on line 6
Process exited with code 255.

preferences:
174.88 ms | 1399 KiB | 62 Q