Home
last modified time | relevance | path

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

/php-src/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-src/ext/reflection/
H A Dphp_reflection_arginfo.h724 ZEND_METHOD(ReflectionFunctionAbstract, inNamespace);
725 ZEND_METHOD(ReflectionFunctionAbstract, isClosure);
726 ZEND_METHOD(ReflectionFunctionAbstract, isDeprecated);
727 ZEND_METHOD(ReflectionFunctionAbstract, isInternal);
729 ZEND_METHOD(ReflectionFunctionAbstract, isGenerator);
730 ZEND_METHOD(ReflectionFunctionAbstract, isVariadic);
731 ZEND_METHOD(ReflectionFunctionAbstract, isStatic);
737 ZEND_METHOD(ReflectionFunctionAbstract, getEndLine);
738 ZEND_METHOD(ReflectionFunctionAbstract, getExtension);
740 ZEND_METHOD(ReflectionFunctionAbstract, getFileName);
[all …]
H A Dphp_reflection.stub.php20 abstract class ReflectionFunctionAbstract implements Reflector class
117 class ReflectionFunction extends ReflectionFunctionAbstract
155 public function getFunction(): ReflectionFunctionAbstract {}
164 class ReflectionMethod extends ReflectionFunctionAbstract
654 public function getDeclaringFunction(): ReflectionFunctionAbstract {}
H A Dphp_reflection.c1699 ZEND_METHOD(ReflectionFunctionAbstract, getName) in ZEND_METHOD() argument
1712 ZEND_METHOD(ReflectionFunctionAbstract, isClosure) in ZEND_METHOD() argument
1848 ZEND_METHOD(ReflectionFunctionAbstract, isInternal) in ZEND_METHOD() argument
1895 ZEND_METHOD(ReflectionFunctionAbstract, getFileName) in ZEND_METHOD() argument
1910 ZEND_METHOD(ReflectionFunctionAbstract, getStartLine) in ZEND_METHOD() argument
1925 ZEND_METHOD(ReflectionFunctionAbstract, getEndLine) in ZEND_METHOD() argument
2178 ZEND_METHOD(ReflectionFunctionAbstract, getExtension) in ZEND_METHOD() argument
3461 ZEND_METHOD(ReflectionFunctionAbstract, isGenerator) in ZEND_METHOD() argument
3468 ZEND_METHOD(ReflectionFunctionAbstract, isVariadic) in ZEND_METHOD() argument
3475 ZEND_METHOD(ReflectionFunctionAbstract, isStatic) in ZEND_METHOD() argument
[all …]
/php-src/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-src/ext/reflection/tests/internal_parameter_default_value/
H A Dcheck_all.phpt6 function checkDefaults(ReflectionFunctionAbstract $rf) {
/php-src/Zend/tests/attributes/
H A D006_filter.phpt110 string(103) "ReflectionFunctionAbstract::getAttributes(): Argument #2 ($flags) must be a valid attr…
/php-src/docs/source/miscellaneous/
H A Dstubs.rst247 `ReflectionFunctionAbstract::getDocComment()`. This feature was added in PHP 8.4.0.

Completed in 47 milliseconds