Searched refs:reflection_class (Results 1 – 2 of 2) sorted by relevance
/PHP-7.0/ext/reflection/tests/ |
H A D | bug62384.phpt | 9 $reflection_class = new ReflectionClass($closure1); 10 $reflection_method = $reflection_class->getMethod('__invoke');
|
/PHP-7.0/ext/reflection/ |
H A D | php_reflection.c | 3681 ZEND_METHOD(reflection_class, export) in ZEND_METHOD() argument 3894 ZEND_METHOD(reflection_class, __toString) in ZEND_METHOD() argument 3912 ZEND_METHOD(reflection_class, getName) in ZEND_METHOD() argument 3923 ZEND_METHOD(reflection_class, isInternal) in ZEND_METHOD() argument 4004 ZEND_METHOD(reflection_class, getEndLine) in ZEND_METHOD() argument 4060 ZEND_METHOD(reflection_class, hasMethod) in ZEND_METHOD() argument 4088 ZEND_METHOD(reflection_class, getMethod) in ZEND_METHOD() argument 4173 ZEND_METHOD(reflection_class, getMethods) in ZEND_METHOD() argument 4555 ZEND_METHOD(reflection_class, isTrait) in ZEND_METHOD() argument 4563 ZEND_METHOD(reflection_class, isFinal) in ZEND_METHOD() argument [all …]
|
Completed in 23 milliseconds