3v4l.org

run code in 300+ PHP versions simultaneously
<?php class Greeter { function (...$args) { var_dump($args); } } $g = new Greeter; $g->greet("foo", "bar");
Output for 5.4.0 - 5.4.28, 5.5.0 - 5.5.12
Parse error: syntax error, unexpected '(', expecting identifier (T_STRING) in /in/W9Hbt on line 4
Process exited with code 255.
Output for 5.3.0 - 5.3.28
Parse error: syntax error, unexpected '(', expecting T_STRING in /in/W9Hbt on line 4
Process exited with code 255.

preferences:
188.81 ms | 1395 KiB | 78 Q