Lines Matching refs:invoke
18 $private->invoke(new A, NULL);
34 $privateStatic->invoke(NULL, NULL);
50 $protected->invoke(new A, NULL);
66 $protectedStatic->invoke(NULL, NULL);
86 $private->invoke(new A, NULL);
88 $privateStatic->invoke(NULL, NULL);
90 $protected->invoke(new A, NULL);
92 $protectedStatic->invoke(NULL, NULL);
96 string(73) "Trying to invoke private method A::aPrivate() from scope ReflectionMethod"
97 string(73) "Trying to invoke private method A::aPrivate() from scope ReflectionMethod"
98 string(79) "Trying to invoke private method A::aPrivateStatic() from scope ReflectionMethod"
99 string(79) "Trying to invoke private method A::aPrivateStatic() from scope ReflectionMethod"
100 string(77) "Trying to invoke protected method A::aProtected() from scope ReflectionMethod"
101 string(77) "Trying to invoke protected method A::aProtected() from scope ReflectionMethod"
102 string(83) "Trying to invoke protected method A::aProtectedStatic() from scope ReflectionMethod"
103 string(83) "Trying to invoke protected method A::aProtectedStatic() from scope ReflectionMethod"