3v4l.org

run code in 300+ PHP versions simultaneously
<?php class Foo { public static function test($bar = null) { var_dump(func_get_args()); } } class Baz extends Foo { public static function test(...$args) { parent::test(...$args); } } Baz::test(); Baz::test('hello');

This is an error 500

Value for `_results` contains invalid data `array`


preferences:
172.46 ms | 2490 KiB | 11 Q