Searched refs:ReflectionFunctionAbstract (Results 1 – 10 of 10) sorted by relevance
/PHP-8.2/ext/zend_test/tests/ |
H A D | observer_bug81430_1.phpt | 32 <!-- init ReflectionFunctionAbstract::getAttributes() --> 33 <ReflectionFunctionAbstract::getAttributes> 34 </ReflectionFunctionAbstract::getAttributes>
|
H A D | observer_bug81430_2.phpt | 36 <!-- init ReflectionFunctionAbstract::getAttributes() --> 37 <ReflectionFunctionAbstract::getAttributes> 38 </ReflectionFunctionAbstract::getAttributes>
|
/PHP-8.2/ext/reflection/ |
H A D | php_reflection_arginfo.h | 612 ZEND_METHOD(ReflectionFunctionAbstract, inNamespace); 613 ZEND_METHOD(ReflectionFunctionAbstract, isClosure); 614 ZEND_METHOD(ReflectionFunctionAbstract, isDeprecated); 615 ZEND_METHOD(ReflectionFunctionAbstract, isInternal); 617 ZEND_METHOD(ReflectionFunctionAbstract, isGenerator); 618 ZEND_METHOD(ReflectionFunctionAbstract, isVariadic); 619 ZEND_METHOD(ReflectionFunctionAbstract, isStatic); 625 ZEND_METHOD(ReflectionFunctionAbstract, getEndLine); 626 ZEND_METHOD(ReflectionFunctionAbstract, getExtension); 628 ZEND_METHOD(ReflectionFunctionAbstract, getFileName); [all …]
|
H A D | php_reflection.stub.php | 20 abstract class ReflectionFunctionAbstract implements Reflector class 117 class ReflectionFunction extends ReflectionFunctionAbstract 162 public function getFunction(): ReflectionFunctionAbstract {} 171 class ReflectionMethod extends ReflectionFunctionAbstract 637 public function getDeclaringFunction(): ReflectionFunctionAbstract {}
|
H A D | php_reflection.c | 1646 ZEND_METHOD(ReflectionFunctionAbstract, getName) in ZEND_METHOD() argument 1661 ZEND_METHOD(ReflectionFunctionAbstract, isClosure) in ZEND_METHOD() argument 1807 ZEND_METHOD(ReflectionFunctionAbstract, isInternal) in ZEND_METHOD() argument 1860 ZEND_METHOD(ReflectionFunctionAbstract, getFileName) in ZEND_METHOD() argument 1877 ZEND_METHOD(ReflectionFunctionAbstract, getStartLine) in ZEND_METHOD() argument 1894 ZEND_METHOD(ReflectionFunctionAbstract, getEndLine) in ZEND_METHOD() argument 2183 ZEND_METHOD(ReflectionFunctionAbstract, getExtension) in ZEND_METHOD() argument 3527 ZEND_METHOD(ReflectionFunctionAbstract, isGenerator) in ZEND_METHOD() argument 3534 ZEND_METHOD(ReflectionFunctionAbstract, isVariadic) in ZEND_METHOD() argument 3541 ZEND_METHOD(ReflectionFunctionAbstract, isStatic) in ZEND_METHOD() argument [all …]
|
/PHP-8.2/ext/reflection/tests/ |
H A D | 002.phpt | 53 string(26) "ReflectionFunctionAbstract" 59 string(26) "ReflectionFunctionAbstract"
|
H A D | ReflectionExtension_getClasses_basic.phpt | 27 ["ReflectionFunctionAbstract"]=> 30 string(26) "ReflectionFunctionAbstract"
|
H A D | ReflectionFunction_getClosureUsedVariables.phpt | 2 ReflectionFunctionAbstract::getClosureUsedVariables
|
/PHP-8.2/ext/reflection/tests/internal_parameter_default_value/ |
H A D | check_all.phpt | 6 function checkDefaults(ReflectionFunctionAbstract $rf) {
|
/PHP-8.2/Zend/tests/attributes/ |
H A D | 006_filter.phpt | 110 string(103) "ReflectionFunctionAbstract::getAttributes(): Argument #2 ($flags) must be a valid attr…
|
Completed in 33 milliseconds