3v4l.org

run code in 300+ PHP versions simultaneously
<?php class franz { protected function __construct(array $hello) { var_dump($hello); } } $reflection = new ReflectionClass('franz'); $reflection->newInstanceArgs(array("hello franz"));

preferences:
33.96 ms | 402 KiB | 5 Q