Searched refs:ReflectionFunctionAbstract (Results 1 – 7 of 7) sorted by relevance
/PHP-8.0/ext/reflection/ |
H A D | php_reflection_arginfo.h | 497 ZEND_METHOD(ReflectionFunctionAbstract, inNamespace); 498 ZEND_METHOD(ReflectionFunctionAbstract, isClosure); 499 ZEND_METHOD(ReflectionFunctionAbstract, isDeprecated); 500 ZEND_METHOD(ReflectionFunctionAbstract, isInternal); 502 ZEND_METHOD(ReflectionFunctionAbstract, isGenerator); 503 ZEND_METHOD(ReflectionFunctionAbstract, isVariadic); 508 ZEND_METHOD(ReflectionFunctionAbstract, getEndLine); 509 ZEND_METHOD(ReflectionFunctionAbstract, getExtension); 511 ZEND_METHOD(ReflectionFunctionAbstract, getFileName); 512 ZEND_METHOD(ReflectionFunctionAbstract, getName); [all …]
|
H A D | php_reflection.stub.php | 19 abstract class ReflectionFunctionAbstract implements Reflector class 106 class ReflectionFunction extends ReflectionFunctionAbstract 141 /** @return ReflectionFunctionAbstract */ 151 class ReflectionMethod extends ReflectionFunctionAbstract 494 /** @return ReflectionFunctionAbstract */
|
H A D | php_reflection.c | 1570 ZEND_METHOD(ReflectionFunctionAbstract, getName) in ZEND_METHOD() argument 1585 ZEND_METHOD(ReflectionFunctionAbstract, isClosure) in ZEND_METHOD() argument 1679 ZEND_METHOD(ReflectionFunctionAbstract, isInternal) in ZEND_METHOD() argument 1719 ZEND_METHOD(ReflectionFunctionAbstract, getFileName) in ZEND_METHOD() argument 1736 ZEND_METHOD(ReflectionFunctionAbstract, getStartLine) in ZEND_METHOD() argument 1753 ZEND_METHOD(ReflectionFunctionAbstract, getEndLine) in ZEND_METHOD() argument 2043 ZEND_METHOD(ReflectionFunctionAbstract, getExtension) in ZEND_METHOD() argument 3335 ZEND_METHOD(ReflectionFunctionAbstract, isDeprecated) in ZEND_METHOD() argument 3342 ZEND_METHOD(ReflectionFunctionAbstract, isGenerator) in ZEND_METHOD() argument 3349 ZEND_METHOD(ReflectionFunctionAbstract, isVariadic) in ZEND_METHOD() argument [all …]
|
/PHP-8.0/ext/reflection/tests/ |
H A D | 002.phpt | 52 string(26) "ReflectionFunctionAbstract" 58 string(26) "ReflectionFunctionAbstract"
|
H A D | ReflectionExtension_getClasses_basic.phpt | 27 ["ReflectionFunctionAbstract"]=> 30 string(26) "ReflectionFunctionAbstract"
|
/PHP-8.0/ext/reflection/tests/internal_parameter_default_value/ |
H A D | check_all.phpt | 6 function checkDefaults(ReflectionFunctionAbstract $rf) {
|
/PHP-8.0/Zend/tests/attributes/ |
H A D | 006_filter.phpt | 110 string(103) "ReflectionFunctionAbstract::getAttributes(): Argument #2 ($flags) must be a valid attr…
|
Completed in 75 milliseconds