Home
last modified time | relevance | path

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

/PHP-7.0/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.0/ext/reflection/
H A Dphp_reflection.c3024 ZEND_METHOD(reflection_method, export) in ZEND_METHOD() argument
3032 ZEND_METHOD(reflection_method, __construct) in ZEND_METHOD() argument
3126 ZEND_METHOD(reflection_method, __toString) in ZEND_METHOD() argument
3144 ZEND_METHOD(reflection_method, getClosure) in ZEND_METHOD() argument
3179 ZEND_METHOD(reflection_method, invoke) in ZEND_METHOD() argument
3274 ZEND_METHOD(reflection_method, invokeArgs) in ZEND_METHOD() argument
3393 ZEND_METHOD(reflection_method, isFinal) in ZEND_METHOD() argument
3401 ZEND_METHOD(reflection_method, isAbstract) in ZEND_METHOD() argument
3409 ZEND_METHOD(reflection_method, isPublic) in ZEND_METHOD() argument
3417 ZEND_METHOD(reflection_method, isPrivate) in ZEND_METHOD() argument
[all …]

Completed in 21 milliseconds