Home
last modified time | relevance | path

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

/PHP-7.2/ext/reflection/tests/
H A Dbug62384.phpt9 $reflection_class = new ReflectionClass($closure1);
10 $reflection_method = $reflection_class->getMethod('__invoke');
/PHP-7.2/ext/reflection/
H A Dphp_reflection.c3753 ZEND_METHOD(reflection_class, export) in ZEND_METHOD() argument
3966 ZEND_METHOD(reflection_class, __toString) in ZEND_METHOD() argument
3983 ZEND_METHOD(reflection_class, getName) in ZEND_METHOD() argument
3994 ZEND_METHOD(reflection_class, isInternal) in ZEND_METHOD() argument
4075 ZEND_METHOD(reflection_class, getEndLine) in ZEND_METHOD() argument
4131 ZEND_METHOD(reflection_class, hasMethod) in ZEND_METHOD() argument
4159 ZEND_METHOD(reflection_class, getMethod) in ZEND_METHOD() argument
4231 ZEND_METHOD(reflection_class, getMethods) in ZEND_METHOD() argument
4668 ZEND_METHOD(reflection_class, isTrait) in ZEND_METHOD() argument
4676 ZEND_METHOD(reflection_class, isFinal) in ZEND_METHOD() argument
[all …]

Completed in 27 milliseconds