Lines Matching refs:ReflectionMethod
2 ReflectionMethod constructor errors
18 $methodInfo = new ReflectionMethod(true);
24 $methodInfo = new ReflectionMethod(3);
30 $methodInfo = new ReflectionMethod(true, "foo");
36 $methodInfo = new ReflectionMethod('TestClass', true);
42 $methodInfo = new ReflectionMethod("TestClass");
48 $methodInfo = new ReflectionMethod("TestClass::foop::dedoop");
54 $methodInfo = new ReflectionMethod("TestCla::foo");
60 $methodInfo = new ReflectionMethod("TestClass::foo");
68 ReflectionException: ReflectionMethod::__construct(): Argument #1 ($objectOrMethod) must be a valid…
70 #0 %s ReflectionMethod->__construct('1')
73 ReflectionException: ReflectionMethod::__construct(): Argument #1 ($objectOrMethod) must be a valid…
75 #0 %s ReflectionMethod->__construct('3')
80 #0 %s ReflectionMethod->__construct('1', 'foo')
85 #0 %s ReflectionMethod->__construct('TestClass', '1')
88 ReflectionException: ReflectionMethod::__construct(): Argument #1 ($objectOrMethod) must be a valid…
90 #0 %s ReflectionMethod->__construct('TestClass')
95 #0 %s ReflectionMethod->__construct('TestClass::foop...')
100 #0 %s ReflectionMethod->__construct('TestCla::foo')