Home
last modified time | relevance | path

Searched refs:reflection_method (Results 1 – 2 of 2) sorted by relevance

/PHP-7.3/ext/reflection/tests/
H A Dbug62384.phpt10 $reflection_method = $reflection_class->getMethod('__invoke');
15 var_dump($reflection_method->invokeArgs($closure1, $arguments1));
16 var_dump($reflection_method->invokeArgs($closure2, $arguments2));
/PHP-7.3/ext/reflection/
H A Dphp_reflection.c2937 ZEND_METHOD(reflection_method, export) in ZEND_METHOD() argument
2945 ZEND_METHOD(reflection_method, __construct) in ZEND_METHOD() argument
3040 ZEND_METHOD(reflection_method, __toString) in ZEND_METHOD() argument
3057 ZEND_METHOD(reflection_method, getClosure) in ZEND_METHOD() argument
3212 ZEND_METHOD(reflection_method, invoke) in ZEND_METHOD() argument
3220 ZEND_METHOD(reflection_method, invokeArgs) in ZEND_METHOD() argument
3228 ZEND_METHOD(reflection_method, isFinal) in ZEND_METHOD() argument
3236 ZEND_METHOD(reflection_method, isAbstract) in ZEND_METHOD() argument
3244 ZEND_METHOD(reflection_method, isPublic) in ZEND_METHOD() argument
3252 ZEND_METHOD(reflection_method, isPrivate) in ZEND_METHOD() argument
[all …]

Completed in 27 milliseconds