<?php class Foo { function __construct($some, $args) {} function bar() { echo __METHOD__, PHP_EOL; } } function create($type, ...$args) { return (new ReflectionClass($type))->newInstance(...$args); } create('Foo', 'some', 'args')->bar();
You have javascript disabled. You will not be able to edit any code.
There are `>1` results