3v4l.org

run code in 300+ PHP versions simultaneously
<?php // Everything you enter here will be executed by our servers. Try it! $array = array( 'egy' => 1, 'ketto' => 2, 'harom' => 3 ); unset( array('egy' => 1, 'ketto' => 2)); print_r($array);
Output for 5.4.0 - 5.4.17
Parse error: syntax error, unexpected 'array' (T_ARRAY) in /in/TKWY9 on line 5
Process exited with code 255.
Output for 5.3.0 - 5.3.27
Parse error: syntax error, unexpected T_ARRAY in /in/TKWY9 on line 5
Process exited with code 255.

preferences:
159.81 ms | 1395 KiB | 53 Q