3v4l.org

run code in 300+ PHP versions simultaneously
<?php $a = ['abc' => 1, 'def' => 1, 'ghi' => 2]; arsort($a) var_dump($a);
Output for 5.6.0 - 5.6.25, 7.0.0 - 7.0.10
Parse error: syntax error, unexpected 'var_dump' (T_STRING) in /in/3iraW on line 5
Process exited with code 255.

preferences:
185.6 ms | 1395 KiB | 44 Q