--TEST-- ReflectionMethod:invokeArgs() errors --FILE-- invokeArgs($testClassInstance, array())); ?> --EXPECTF-- Method with args: Warning: Missing argument 1 for TestClass::methodWithArgs() in %s on line %d Warning: Missing argument 2 for TestClass::methodWithArgs() in %s on line %d Notice: Undefined variable: a in %s on line %d Notice: Undefined variable: b in %s on line %d Called methodWithArgs(, ) NULL