3v4l.org

run code in 300+ PHP versions simultaneously
<?php class Foo { public function __construct(...$args) { var_dump($args); } } $foo = new Foo(a: 'a', b: 'b');
Output for 8.1.23 - 8.1.34, 8.2.10 - 8.2.30, 8.3.0 - 8.3.30, 8.4.1 - 8.4.18, 8.5.0 - 8.5.3
array(2) { ["a"]=> string(1) "a" ["b"]=> string(1) "b" }
Output for 7.3.0 - 7.3.24, 7.4.0 - 7.4.12
Parse error: syntax error, unexpected ':', expecting ')' in /in/d7SHg on line 11
Process exited with code 255.
Output for 7.2.0 - 7.2.34
Parse error: syntax error, unexpected ':', expecting ',' or ')' in /in/d7SHg on line 11
Process exited with code 255.

preferences:
49.23 ms | 1158 KiB | 4 Q