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.h710 ZEND_METHOD(ReflectionFunctionAbstract, inNamespace);
711 ZEND_METHOD(ReflectionFunctionAbstract, isClosure);
712 ZEND_METHOD(ReflectionFunctionAbstract, isDeprecated);
713 ZEND_METHOD(ReflectionFunctionAbstract, isInternal);
715 ZEND_METHOD(ReflectionFunctionAbstract, isGenerator);
716 ZEND_METHOD(ReflectionFunctionAbstract, isVariadic);
717 ZEND_METHOD(ReflectionFunctionAbstract, isStatic);
723 ZEND_METHOD(ReflectionFunctionAbstract, getEndLine);
724 ZEND_METHOD(ReflectionFunctionAbstract, getExtension);
726 ZEND_METHOD(ReflectionFunctionAbstract, getFileName);
[all …]
H A Dphp_reflection.stub.php20 abstract class ReflectionFunctionAbstract implements Reflector class
117 class ReflectionFunction extends ReflectionFunctionAbstract
159 public function getFunction(): ReflectionFunctionAbstract {}
170 class ReflectionMethod extends ReflectionFunctionAbstract
656 public function getDeclaringFunction(): ReflectionFunctionAbstract {}
H A Dphp_reflection.c1695 ZEND_METHOD(ReflectionFunctionAbstract, getName) in ZEND_METHOD() argument
1710 ZEND_METHOD(ReflectionFunctionAbstract, isClosure) in ZEND_METHOD() argument
1856 ZEND_METHOD(ReflectionFunctionAbstract, isInternal) in ZEND_METHOD() argument
1909 ZEND_METHOD(ReflectionFunctionAbstract, getFileName) in ZEND_METHOD() argument
1926 ZEND_METHOD(ReflectionFunctionAbstract, getStartLine) in ZEND_METHOD() argument
1943 ZEND_METHOD(ReflectionFunctionAbstract, getEndLine) in ZEND_METHOD() argument
2210 ZEND_METHOD(ReflectionFunctionAbstract, getExtension) in ZEND_METHOD() argument
3555 ZEND_METHOD(ReflectionFunctionAbstract, isGenerator) in ZEND_METHOD() argument
3562 ZEND_METHOD(ReflectionFunctionAbstract, isVariadic) in ZEND_METHOD() argument
3569 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 41 milliseconds