3v4l.org

run code in 300+ PHP versions simultaneously
<?php function myFunction(string ...$str) { return $str; } var_dump( myFunction('test'))
Output for 5.6.7 - 5.6.13
Parse error: syntax error, unexpected end of file in /in/pX1SH on line 8
Process exited with code 255.
Output for 5.4.2 - 5.4.45, 5.5.24 - 5.5.29
Parse error: syntax error, unexpected '.', expecting '&' or variable (T_VARIABLE) in /in/pX1SH on line 3
Process exited with code 255.

preferences:
191.15 ms | 1395 KiB | 63 Q