Home
last modified time | relevance | path

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

/PHP-7.1/ext/reflection/tests/
H A Dbug62384.phpt9 $reflection_class = new ReflectionClass($closure1);
10 $reflection_method = $reflection_class->getMethod('__invoke');
/PHP-7.1/ext/reflection/
H A Dphp_reflection.c3863 ZEND_METHOD(reflection_class, export) in ZEND_METHOD() argument
4076 ZEND_METHOD(reflection_class, __toString) in ZEND_METHOD() argument
4094 ZEND_METHOD(reflection_class, getName) in ZEND_METHOD() argument
4105 ZEND_METHOD(reflection_class, isInternal) in ZEND_METHOD() argument
4186 ZEND_METHOD(reflection_class, getEndLine) in ZEND_METHOD() argument
4242 ZEND_METHOD(reflection_class, hasMethod) in ZEND_METHOD() argument
4270 ZEND_METHOD(reflection_class, getMethod) in ZEND_METHOD() argument
4355 ZEND_METHOD(reflection_class, getMethods) in ZEND_METHOD() argument
4782 ZEND_METHOD(reflection_class, isTrait) in ZEND_METHOD() argument
4790 ZEND_METHOD(reflection_class, isFinal) in ZEND_METHOD() argument
[all …]

Completed in 24 milliseconds