Home
last modified time | relevance | path

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

/PHP-8.1/ext/reflection/
H A Dphp_reflection_arginfo.h605 ZEND_METHOD(ReflectionFunctionAbstract, inNamespace);
606 ZEND_METHOD(ReflectionFunctionAbstract, isClosure);
607 ZEND_METHOD(ReflectionFunctionAbstract, isDeprecated);
608 ZEND_METHOD(ReflectionFunctionAbstract, isInternal);
610 ZEND_METHOD(ReflectionFunctionAbstract, isGenerator);
611 ZEND_METHOD(ReflectionFunctionAbstract, isVariadic);
612 ZEND_METHOD(ReflectionFunctionAbstract, isStatic);
618 ZEND_METHOD(ReflectionFunctionAbstract, getEndLine);
619 ZEND_METHOD(ReflectionFunctionAbstract, getExtension);
621 ZEND_METHOD(ReflectionFunctionAbstract, getFileName);
[all …]
H A Dphp_reflection.stub.php20 abstract class ReflectionFunctionAbstract implements Reflector class
117 class ReflectionFunction extends ReflectionFunctionAbstract
154 public function getFunction(): ReflectionFunctionAbstract {}
163 class ReflectionMethod extends ReflectionFunctionAbstract
525 public function getDeclaringFunction(): ReflectionFunctionAbstract {}
H A Dphp_reflection.c1634 ZEND_METHOD(ReflectionFunctionAbstract, getName) in ZEND_METHOD() argument
1649 ZEND_METHOD(ReflectionFunctionAbstract, isClosure) in ZEND_METHOD() argument
1795 ZEND_METHOD(ReflectionFunctionAbstract, isInternal) in ZEND_METHOD() argument
1835 ZEND_METHOD(ReflectionFunctionAbstract, getFileName) in ZEND_METHOD() argument
1852 ZEND_METHOD(ReflectionFunctionAbstract, getStartLine) in ZEND_METHOD() argument
1869 ZEND_METHOD(ReflectionFunctionAbstract, getEndLine) in ZEND_METHOD() argument
2158 ZEND_METHOD(ReflectionFunctionAbstract, getExtension) in ZEND_METHOD() argument
3469 ZEND_METHOD(ReflectionFunctionAbstract, isGenerator) in ZEND_METHOD() argument
3476 ZEND_METHOD(ReflectionFunctionAbstract, isVariadic) in ZEND_METHOD() argument
3483 ZEND_METHOD(ReflectionFunctionAbstract, isStatic) in ZEND_METHOD() argument
[all …]
/PHP-8.1/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"
H A DReflectionFunction_getClosureUsedVariables.phpt2 ReflectionFunctionAbstract::getClosureUsedVariables
/PHP-8.1/ext/reflection/tests/internal_parameter_default_value/
H A Dcheck_all.phpt6 function checkDefaults(ReflectionFunctionAbstract $rf) {
/PHP-8.1/Zend/tests/attributes/
H A D006_filter.phpt110 string(103) "ReflectionFunctionAbstract::getAttributes(): Argument #2 ($flags) must be a valid attr…
/PHP-8.1/
H A DUPGRADING527 . Added ReflectionFunctionAbstract::getClosureUsedVariables
H A DNEWS1844 . Implement ReflectionFunctionAbstract::getClosureUsedVariables. (krakjoe)

Completed in 46 milliseconds