Searched refs:ReflectionFunctionAbstract (Results 1 – 10 of 10) sorted by relevance
/PHP-8.3/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.3/ext/reflection/ |
H A D | php_reflection_arginfo.h | 619 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 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 643 public function getDeclaringFunction(): ReflectionFunctionAbstract {}
|
H A D | php_reflection.c | 1650 ZEND_METHOD(ReflectionFunctionAbstract, getName) in ZEND_METHOD() argument 1665 ZEND_METHOD(ReflectionFunctionAbstract, isClosure) in ZEND_METHOD() argument 1811 ZEND_METHOD(ReflectionFunctionAbstract, isInternal) in ZEND_METHOD() argument 1864 ZEND_METHOD(ReflectionFunctionAbstract, getFileName) in ZEND_METHOD() argument 1881 ZEND_METHOD(ReflectionFunctionAbstract, getStartLine) in ZEND_METHOD() argument 1898 ZEND_METHOD(ReflectionFunctionAbstract, getEndLine) in ZEND_METHOD() argument 2158 ZEND_METHOD(ReflectionFunctionAbstract, getExtension) in ZEND_METHOD() argument 3500 ZEND_METHOD(ReflectionFunctionAbstract, isGenerator) in ZEND_METHOD() argument 3507 ZEND_METHOD(ReflectionFunctionAbstract, isVariadic) in ZEND_METHOD() argument 3514 ZEND_METHOD(ReflectionFunctionAbstract, isStatic) in ZEND_METHOD() argument [all …]
|
/PHP-8.3/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.3/ext/reflection/tests/internal_parameter_default_value/ |
H A D | check_all.phpt | 6 function checkDefaults(ReflectionFunctionAbstract $rf) {
|
/PHP-8.3/Zend/tests/attributes/ |
H A D | 006_filter.phpt | 110 string(103) "ReflectionFunctionAbstract::getAttributes(): Argument #2 ($flags) must be a valid attr…
|
Completed in 63 milliseconds