--TEST-- Bug #48757 (ReflectionFunction::invoke() parameter issues) --FILE-- invoke(); $func = new ReflectionFunction('another_test'); $func->invoke('testing'); ?> --EXPECT-- Hello World string(7) "testing"