Home
last modified time | relevance | path

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

/PHP-7.4/ext/reflection/tests/
H A Dbug62384.phpt9 $reflection_class = new ReflectionClass($closure1);
10 $reflection_method = $reflection_class->getMethod('__invoke');
/PHP-7.4/ext/reflection/
H A Dphp_reflection.c3684 ZEND_METHOD(reflection_class, export) in ZEND_METHOD() argument
3944 ZEND_METHOD(reflection_class, __toString) in ZEND_METHOD() argument
3961 ZEND_METHOD(reflection_class, getName) in ZEND_METHOD() argument
3972 ZEND_METHOD(reflection_class, isInternal) in ZEND_METHOD() argument
4053 ZEND_METHOD(reflection_class, getEndLine) in ZEND_METHOD() argument
4109 ZEND_METHOD(reflection_class, hasMethod) in ZEND_METHOD() argument
4128 ZEND_METHOD(reflection_class, getMethod) in ZEND_METHOD() argument
4177 ZEND_METHOD(reflection_class, getMethods) in ZEND_METHOD() argument
4610 ZEND_METHOD(reflection_class, isTrait) in ZEND_METHOD() argument
4618 ZEND_METHOD(reflection_class, isFinal) in ZEND_METHOD() argument
[all …]

Completed in 32 milliseconds