Searched refs:ReflectionFunctionAbstract (Results 1 – 10 of 10) sorted by relevance
/PHP-8.1/ext/reflection/ |
H A D | php_reflection_arginfo.h | 605 ZEND_METHOD(ReflectionFunctionAbstract, inNamespace); 606 ZEND_METHOD(ReflectionFunctionAbstract, isClosure); 607 ZEND_METHOD(ReflectionFunctionAbstract, isDeprecated); 608 ZEND_METHOD(ReflectionFunctionAbstract, isInternal); 610 ZEND_METHOD(ReflectionFunctionAbstract, isGenerator); 611 ZEND_METHOD(ReflectionFunctionAbstract, isVariadic); 612 ZEND_METHOD(ReflectionFunctionAbstract, isStatic); 618 ZEND_METHOD(ReflectionFunctionAbstract, getEndLine); 619 ZEND_METHOD(ReflectionFunctionAbstract, getExtension); 621 ZEND_METHOD(ReflectionFunctionAbstract, getFileName); [all …]
|
H A D | php_reflection.stub.php | 20 abstract class ReflectionFunctionAbstract implements Reflector class 117 class ReflectionFunction extends ReflectionFunctionAbstract 154 public function getFunction(): ReflectionFunctionAbstract {} 163 class ReflectionMethod extends ReflectionFunctionAbstract 525 public function getDeclaringFunction(): ReflectionFunctionAbstract {}
|
H A D | php_reflection.c | 1634 ZEND_METHOD(ReflectionFunctionAbstract, getName) in ZEND_METHOD() argument 1649 ZEND_METHOD(ReflectionFunctionAbstract, isClosure) in ZEND_METHOD() argument 1795 ZEND_METHOD(ReflectionFunctionAbstract, isInternal) in ZEND_METHOD() argument 1835 ZEND_METHOD(ReflectionFunctionAbstract, getFileName) in ZEND_METHOD() argument 1852 ZEND_METHOD(ReflectionFunctionAbstract, getStartLine) in ZEND_METHOD() argument 1869 ZEND_METHOD(ReflectionFunctionAbstract, getEndLine) in ZEND_METHOD() argument 2158 ZEND_METHOD(ReflectionFunctionAbstract, getExtension) in ZEND_METHOD() argument 3469 ZEND_METHOD(ReflectionFunctionAbstract, isGenerator) in ZEND_METHOD() argument 3476 ZEND_METHOD(ReflectionFunctionAbstract, isVariadic) in ZEND_METHOD() argument 3483 ZEND_METHOD(ReflectionFunctionAbstract, isStatic) in ZEND_METHOD() argument [all …]
|
/PHP-8.1/ext/reflection/tests/ |
H A D | 002.phpt | 52 string(26) "ReflectionFunctionAbstract" 58 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.1/ext/reflection/tests/internal_parameter_default_value/ |
H A D | check_all.phpt | 6 function checkDefaults(ReflectionFunctionAbstract $rf) {
|
/PHP-8.1/Zend/tests/attributes/ |
H A D | 006_filter.phpt | 110 string(103) "ReflectionFunctionAbstract::getAttributes(): Argument #2 ($flags) must be a valid attr…
|
/PHP-8.1/ |
H A D | UPGRADING | 527 . Added ReflectionFunctionAbstract::getClosureUsedVariables
|
H A D | NEWS | 1844 . Implement ReflectionFunctionAbstract::getClosureUsedVariables. (krakjoe)
|
Completed in 46 milliseconds