Home
last modified time | relevance | path

Searched refs:ReflectionFunctionAbstract (Results 1 – 7 of 7) sorted by relevance

/PHP-8.0/ext/reflection/
H A Dphp_reflection_arginfo.h497 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 Dphp_reflection.stub.php19 abstract class ReflectionFunctionAbstract implements Reflector class
106 class ReflectionFunction extends ReflectionFunctionAbstract
141 /** @return ReflectionFunctionAbstract */
151 class ReflectionMethod extends ReflectionFunctionAbstract
494 /** @return ReflectionFunctionAbstract */
H A Dphp_reflection.c1570 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 D002.phpt52 string(26) "ReflectionFunctionAbstract"
58 string(26) "ReflectionFunctionAbstract"
H A DReflectionExtension_getClasses_basic.phpt27 ["ReflectionFunctionAbstract"]=>
30 string(26) "ReflectionFunctionAbstract"
/PHP-8.0/ext/reflection/tests/internal_parameter_default_value/
H A Dcheck_all.phpt6 function checkDefaults(ReflectionFunctionAbstract $rf) {
/PHP-8.0/Zend/tests/attributes/
H A D006_filter.phpt110 string(103) "ReflectionFunctionAbstract::getAttributes(): Argument #2 ($flags) must be a valid attr…

Completed in 44 milliseconds