Searched refs:createFromMethodName (Results 1 – 14 of 14) sorted by relevance
2 ReflectionMethod::createFromMethodName()12 $m = MyReflectionMethod::createFromMethodName("Foo::bar");17 $m = MyReflectionMethod::createFromMethodName("Foo::baz");
14 $methodInfo = ReflectionMethod::createFromMethodName('TestClass::foo');17 $methodInfo = ReflectionMethod::createFromMethodName('TestClass::bar');
19 $methodInfo = ReflectionMethod::createFromMethodName("ExtendsNewCtor::__construct");28 $methodInfo = ReflectionMethod::createFromMethodName("X::Y");34 $methodInfo = ReflectionMethod::createFromMethodName("Y::Y");
21 $method = ReflectionMethod::createFromMethodName("b::call");24 $method = ReflectionMethod::createFromMethodName("A::call");
16 ReflectionMethod::createFromMethodName($val);37 string(91) "ReflectionMethod::createFromMethodName(): Argument #1 ($method) must be a valid method …39 string(91) "ReflectionMethod::createFromMethodName(): Argument #1 ($method) must be a valid method …
25 $privateMethod = ReflectionMethod::createFromMethodName("TestClass::privateMethod");48 $abstractMethod = ReflectionMethod::createFromMethodName("AbstractClass::foo");
13 $m = ReflectionMethod::createFromMethodName("Bar::func");
30 $methodThatThrows = ReflectionMethod::createFromMethodName("TestClass::willThrow");
37 $staticMethod = ReflectionMethod::createFromMethodName('TestClass::staticMethod');
72 check_params(ReflectionMethod::createFromMethodName('test::method'));
208 public static function createFromMethodName(string $method): static {} function in ReflectionMethod
665 ZEND_METHOD(ReflectionMethod, createFromMethodName);930 …ZEND_ME(ReflectionMethod, createFromMethodName, arginfo_class_ReflectionMethod_createFromMethodNam…
3310 ZEND_METHOD(ReflectionMethod, createFromMethodName) { in ZEND_METHOD() argument
449 . Added ReflectionMethod::createFromMethodName().
Completed in 45 milliseconds