Searched refs:reflection_method (Results 1 – 2 of 2) sorted by relevance
/PHP-7.2/ext/reflection/tests/ |
H A D | bug62384.phpt | 10 $reflection_method = $reflection_class->getMethod('__invoke'); 15 var_dump($reflection_method->invokeArgs($closure1, $arguments1)); 16 var_dump($reflection_method->invokeArgs($closure2, $arguments2));
|
/PHP-7.2/ext/reflection/ |
H A D | php_reflection.c | 2974 ZEND_METHOD(reflection_method, export) in ZEND_METHOD() argument 2982 ZEND_METHOD(reflection_method, __construct) in ZEND_METHOD() argument 3078 ZEND_METHOD(reflection_method, __toString) in ZEND_METHOD() argument 3095 ZEND_METHOD(reflection_method, getClosure) in ZEND_METHOD() argument 3257 ZEND_METHOD(reflection_method, invoke) in ZEND_METHOD() argument 3265 ZEND_METHOD(reflection_method, invokeArgs) in ZEND_METHOD() argument 3273 ZEND_METHOD(reflection_method, isFinal) in ZEND_METHOD() argument 3281 ZEND_METHOD(reflection_method, isAbstract) in ZEND_METHOD() argument 3289 ZEND_METHOD(reflection_method, isPublic) in ZEND_METHOD() argument 3297 ZEND_METHOD(reflection_method, isPrivate) in ZEND_METHOD() argument [all …]
|
Completed in 21 milliseconds