Searched defs:ReflectionFunctionAbstract (Results 1 – 2 of 2) sorted by relevance
/PHP-8.2/ext/reflection/ |
H A D | php_reflection.c | 1646 ZEND_METHOD(ReflectionFunctionAbstract, getName) in ZEND_METHOD() argument 1661 ZEND_METHOD(ReflectionFunctionAbstract, isClosure) in ZEND_METHOD() argument 1807 ZEND_METHOD(ReflectionFunctionAbstract, isInternal) in ZEND_METHOD() argument 1860 ZEND_METHOD(ReflectionFunctionAbstract, getFileName) in ZEND_METHOD() argument 1877 ZEND_METHOD(ReflectionFunctionAbstract, getStartLine) in ZEND_METHOD() argument 1894 ZEND_METHOD(ReflectionFunctionAbstract, getEndLine) in ZEND_METHOD() argument 2183 ZEND_METHOD(ReflectionFunctionAbstract, getExtension) in ZEND_METHOD() argument 3527 ZEND_METHOD(ReflectionFunctionAbstract, isGenerator) in ZEND_METHOD() argument 3534 ZEND_METHOD(ReflectionFunctionAbstract, isVariadic) in ZEND_METHOD() argument 3541 ZEND_METHOD(ReflectionFunctionAbstract, isStatic) in ZEND_METHOD() argument [all …]
|
H A D | php_reflection.stub.php | 20 abstract class ReflectionFunctionAbstract implements Reflector class
|
Completed in 37 milliseconds