Home
last modified time | relevance | path

Searched refs:createFromMethodName (Results 1 – 14 of 14) sorted by relevance

/PHP-8.3/ext/reflection/tests/
H A DReflectionMethod_createFromMethodName.phpt2 ReflectionMethod::createFromMethodName()
12 $m = MyReflectionMethod::createFromMethodName("Foo::bar");
17 $m = MyReflectionMethod::createFromMethodName("Foo::baz");
H A DReflectionMethod_returnsReference_basic.phpt14 $methodInfo = ReflectionMethod::createFromMethodName('TestClass::foo');
17 $methodInfo = ReflectionMethod::createFromMethodName('TestClass::bar');
H A DReflectionMethod_constructor_basic.phpt19 $methodInfo = ReflectionMethod::createFromMethodName("ExtendsNewCtor::__construct");
28 $methodInfo = ReflectionMethod::createFromMethodName("X::Y");
34 $methodInfo = ReflectionMethod::createFromMethodName("Y::Y");
H A Dbug60367.phpt21 $method = ReflectionMethod::createFromMethodName("b::call");
24 $method = ReflectionMethod::createFromMethodName("A::call");
H A D008.phpt16 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 …
H A DReflectionMethod_invoke_error1.phpt25 $privateMethod = ReflectionMethod::createFromMethodName("TestClass::privateMethod");
48 $abstractMethod = ReflectionMethod::createFromMethodName("AbstractClass::foo");
H A D010.phpt13 $m = ReflectionMethod::createFromMethodName("Bar::func");
H A DReflectionMethod_invokeArgs_basic.phpt30 $methodThatThrows = ReflectionMethod::createFromMethodName("TestClass::willThrow");
H A DReflectionMethod_invokeArgs_error3.phpt37 $staticMethod = ReflectionMethod::createFromMethodName('TestClass::staticMethod');
H A Dparameters_002.phpt72 check_params(ReflectionMethod::createFromMethodName('test::method'));
/PHP-8.3/ext/reflection/
H A Dphp_reflection.stub.php208 public static function createFromMethodName(string $method): static {} function in ReflectionMethod
H A Dphp_reflection_arginfo.h665 ZEND_METHOD(ReflectionMethod, createFromMethodName);
930 …ZEND_ME(ReflectionMethod, createFromMethodName, arginfo_class_ReflectionMethod_createFromMethodNam…
H A Dphp_reflection.c3310 ZEND_METHOD(ReflectionMethod, createFromMethodName) { in ZEND_METHOD() argument
/PHP-8.3/
H A DUPGRADING449 . Added ReflectionMethod::createFromMethodName().

Completed in 45 milliseconds