<?php class foo { public function bar($a) { echo $a; } } class not_foo { public function bar($a) { echo "not $a"; } } $r = new ReflectionClass('foo'); $m = $r->getMethod('bar'); $m->invoke(new not_foo, 'baz');
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`