Home
last modified time | relevance | path

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

/PHP-8.3/ext/zend_test/tests/
H A Dobserver_bug81430_1.phpt32 <!-- init ReflectionFunctionAbstract::getAttributes() -->
33 <ReflectionFunctionAbstract::getAttributes>
34 </ReflectionFunctionAbstract::getAttributes>
H A Dobserver_bug81430_2.phpt36 <!-- init ReflectionFunctionAbstract::getAttributes() -->
37 <ReflectionFunctionAbstract::getAttributes>
38 </ReflectionFunctionAbstract::getAttributes>
/PHP-8.3/ext/reflection/
H A Dphp_reflection_arginfo.h619 ZEND_METHOD(ReflectionFunctionAbstract, inNamespace);
620 ZEND_METHOD(ReflectionFunctionAbstract, isClosure);
621 ZEND_METHOD(ReflectionFunctionAbstract, isDeprecated);
622 ZEND_METHOD(ReflectionFunctionAbstract, isInternal);
624 ZEND_METHOD(ReflectionFunctionAbstract, isGenerator);
625 ZEND_METHOD(ReflectionFunctionAbstract, isVariadic);
626 ZEND_METHOD(ReflectionFunctionAbstract, isStatic);
632 ZEND_METHOD(ReflectionFunctionAbstract, getEndLine);
633 ZEND_METHOD(ReflectionFunctionAbstract, getExtension);
635 ZEND_METHOD(ReflectionFunctionAbstract, getFileName);
[all …]
H A Dphp_reflection.stub.php20 abstract class ReflectionFunctionAbstract implements Reflector class
117 class ReflectionFunction extends ReflectionFunctionAbstract
162 public function getFunction(): ReflectionFunctionAbstract {}
171 class ReflectionMethod extends ReflectionFunctionAbstract
643 public function getDeclaringFunction(): ReflectionFunctionAbstract {}
H A Dphp_reflection.c1644 ZEND_METHOD(ReflectionFunctionAbstract, getName) in ZEND_METHOD() argument
1659 ZEND_METHOD(ReflectionFunctionAbstract, isClosure) in ZEND_METHOD() argument
1805 ZEND_METHOD(ReflectionFunctionAbstract, isInternal) in ZEND_METHOD() argument
1858 ZEND_METHOD(ReflectionFunctionAbstract, getFileName) in ZEND_METHOD() argument
1875 ZEND_METHOD(ReflectionFunctionAbstract, getStartLine) in ZEND_METHOD() argument
1892 ZEND_METHOD(ReflectionFunctionAbstract, getEndLine) in ZEND_METHOD() argument
2152 ZEND_METHOD(ReflectionFunctionAbstract, getExtension) in ZEND_METHOD() argument
3486 ZEND_METHOD(ReflectionFunctionAbstract, isGenerator) in ZEND_METHOD() argument
3493 ZEND_METHOD(ReflectionFunctionAbstract, isVariadic) in ZEND_METHOD() argument
3500 ZEND_METHOD(ReflectionFunctionAbstract, isStatic) in ZEND_METHOD() argument
[all …]
/PHP-8.3/ext/reflection/tests/
H A D002.phpt53 string(26) "ReflectionFunctionAbstract"
59 string(26) "ReflectionFunctionAbstract"
H A DReflectionExtension_getClasses_basic.phpt27 ["ReflectionFunctionAbstract"]=>
30 string(26) "ReflectionFunctionAbstract"
H A DReflectionFunction_getClosureUsedVariables.phpt2 ReflectionFunctionAbstract::getClosureUsedVariables
/PHP-8.3/ext/reflection/tests/internal_parameter_default_value/
H A Dcheck_all.phpt6 function checkDefaults(ReflectionFunctionAbstract $rf) {
/PHP-8.3/Zend/tests/attributes/
H A D006_filter.phpt110 string(103) "ReflectionFunctionAbstract::getAttributes(): Argument #2 ($flags) must be a valid attr…

Completed in 45 milliseconds