Searched refs:createFromMethodName (Results 1 – 14 of 14) sorted by relevance
/php-src/ext/reflection/tests/ |
H A D | 008.phpt | 16 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 D | ReflectionMethod_createFromMethodName.phpt | 2 ReflectionMethod::createFromMethodName() 12 $m = MyReflectionMethod::createFromMethodName("Foo::bar"); 17 $m = MyReflectionMethod::createFromMethodName("Foo::baz");
|
H A D | ReflectionMethod_returnsReference_basic.phpt | 14 $methodInfo = ReflectionMethod::createFromMethodName('TestClass::foo'); 17 $methodInfo = ReflectionMethod::createFromMethodName('TestClass::bar');
|
H A D | ReflectionMethod_constructor_basic.phpt | 19 $methodInfo = ReflectionMethod::createFromMethodName("ExtendsNewCtor::__construct"); 28 $methodInfo = ReflectionMethod::createFromMethodName("X::Y"); 34 $methodInfo = ReflectionMethod::createFromMethodName("Y::Y");
|
H A D | bug60367.phpt | 21 $method = ReflectionMethod::createFromMethodName("b::call"); 24 $method = ReflectionMethod::createFromMethodName("A::call");
|
H A D | ReflectionMethod_constructor_error1.phpt | 69 …_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 D | ReflectionMethod_invoke_error1.phpt | 25 $privateMethod = ReflectionMethod::createFromMethodName("TestClass::privateMethod"); 48 $abstractMethod = ReflectionMethod::createFromMethodName("AbstractClass::foo");
|
H A D | 010.phpt | 13 $m = ReflectionMethod::createFromMethodName("Bar::func");
|
H A D | ReflectionMethod_invokeArgs_basic.phpt | 30 $methodThatThrows = ReflectionMethod::createFromMethodName("TestClass::willThrow");
|
H A D | ReflectionMethod_invokeArgs_error3.phpt | 37 $staticMethod = ReflectionMethod::createFromMethodName('TestClass::staticMethod');
|
H A D | parameters_002.phpt | 72 check_params(ReflectionMethod::createFromMethodName('test::method'));
|
/php-src/ext/reflection/ |
H A D | php_reflection.stub.php | 183 public static function createFromMethodName(string $method): static {} function in ReflectionMethod
|
H A D | php_reflection_arginfo.h | 771 ZEND_METHOD(ReflectionMethod, createFromMethodName); 1057 …ZEND_ME(ReflectionMethod, createFromMethodName, arginfo_class_ReflectionMethod_createFromMethodNam…
|
H A D | php_reflection.c | 3273 ZEND_METHOD(ReflectionMethod, createFromMethodName) { in ZEND_METHOD() argument
|
Completed in 59 milliseconds