Home
last modified time | relevance | path

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

/php-src/ext/reflection/tests/
H A D008.phpt16 ReflectionMethod::createFromMethodName($val);
36 …_construct() with 1 argument is deprecated, use ReflectionMethod::createFromMethodName() instead i…
38 string(91) "ReflectionMethod::createFromMethodName(): Argument #1 ($method) must be a valid method …
40 …_construct() with 1 argument is deprecated, use ReflectionMethod::createFromMethodName() instead i…
42 string(91) "ReflectionMethod::createFromMethodName(): Argument #1 ($method) must be a valid method …
44 …_construct() with 1 argument is deprecated, use ReflectionMethod::createFromMethodName() instead i…
48 …_construct() with 1 argument is deprecated, use ReflectionMethod::createFromMethodName() instead i…
52 …_construct() with 1 argument is deprecated, use ReflectionMethod::createFromMethodName() instead i…
56 …_construct() with 1 argument is deprecated, use ReflectionMethod::createFromMethodName() instead i…
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 DReflectionMethod_constructor_error1.phpt69 …_construct() with 1 argument is deprecated, use ReflectionMethod::createFromMethodName() instead i…
76 …_construct() with 1 argument is deprecated, use ReflectionMethod::createFromMethodName() instead i…
93 …_construct() with 1 argument is deprecated, use ReflectionMethod::createFromMethodName() instead i…
100 …_construct() with 1 argument is deprecated, use ReflectionMethod::createFromMethodName() instead i…
107 …_construct() with 1 argument is deprecated, use ReflectionMethod::createFromMethodName() instead i…
114 …_construct() with 1 argument is deprecated, use ReflectionMethod::createFromMethodName() instead i…
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-src/ext/reflection/
H A Dphp_reflection.stub.php189 public static function createFromMethodName(string $method): static {} function in ReflectionMethod
H A Dphp_reflection_arginfo.h684 ZEND_METHOD(ReflectionMethod, createFromMethodName);
951 …ZEND_ME(ReflectionMethod, createFromMethodName, arginfo_class_ReflectionMethod_createFromMethodNam…
H A Dphp_reflection.c3345 ZEND_METHOD(ReflectionMethod, createFromMethodName) { in ZEND_METHOD() argument
/php-src/
H A DUPGRADING414 Use ReflectionMethod::createFromMethodName() instead.

Completed in 48 milliseconds