Home
last modified time | relevance | path

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

/PHP-5.6/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-5.6/ext/reflection/
H A Dphp_reflection.c2723 ZEND_METHOD(reflection_method, export) in ZEND_METHOD() argument
2731 ZEND_METHOD(reflection_method, __construct) in ZEND_METHOD() argument
2831 ZEND_METHOD(reflection_method, __toString) in ZEND_METHOD() argument
2849 ZEND_METHOD(reflection_method, getClosure) in ZEND_METHOD() argument
2884 ZEND_METHOD(reflection_method, invoke) in ZEND_METHOD() argument
2987 ZEND_METHOD(reflection_method, invokeArgs) in ZEND_METHOD() argument
3102 ZEND_METHOD(reflection_method, isFinal) in ZEND_METHOD() argument
3110 ZEND_METHOD(reflection_method, isAbstract) in ZEND_METHOD() argument
3118 ZEND_METHOD(reflection_method, isPublic) in ZEND_METHOD() argument
3126 ZEND_METHOD(reflection_method, isPrivate) in ZEND_METHOD() argument
[all …]

Completed in 21 milliseconds