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");
69 Deprecated: Calling ReflectionMethod::__construct() with 1 argument is deprecated, use ReflectionMe…
70 ReflectionException: ReflectionMethod::__construct(): Argument #1 ($objectOrMethod) must be a valid…
72 #0 %s ReflectionMethod->__construct('1')
76 Deprecated: Calling ReflectionMethod::__construct() with 1 argument is deprecated, use ReflectionMe…
77 ReflectionException: ReflectionMethod::__construct(): Argument #1 ($objectOrMethod) must be a valid…
79 #0 %s ReflectionMethod->__construct('3')
84 #0 %s ReflectionMethod->__construct('1', 'foo')
89 #0 %s ReflectionMethod->__construct('TestClass', '1')
93 Deprecated: Calling ReflectionMethod::__construct() with 1 argument is deprecated, use ReflectionMe…
94 ReflectionException: ReflectionMethod::__construct(): Argument #1 ($objectOrMethod) must be a valid…
96 #0 %s ReflectionMethod->__construct('TestClass')
100 Deprecated: Calling ReflectionMethod::__construct() with 1 argument is deprecated, use ReflectionMe…
103 #0 %s ReflectionMethod->__construct('TestClass::foop...')
107 Deprecated: Calling ReflectionMethod::__construct() with 1 argument is deprecated, use ReflectionMe…
110 #0 %s ReflectionMethod->__construct('TestCla::foo')
114 Deprecated: Calling ReflectionMethod::__construct() with 1 argument is deprecated, use ReflectionMe…