<?php class MyClass { public static function doSomething() { echo "Did it!\n"; } } $r = new ReflectionMethod('MyClass', 'doSomething'); $args = array(); $r->invoke('WTF?', array()); $r->invokeArgs('MyClass', $args);
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`