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