Searched refs:ReflectionType (Results 1 – 12 of 12) sorted by relevance
/php-src/ext/opcache/tests/jit/ |
H A D | gh16572.phpt | 9 function dumpType(ReflectionType $rt) { 19 Fatal error: Uncaught TypeError: dumpType(): Argument #1 ($rt) must be of type ReflectionType, null…
|
/php-src/ext/reflection/ |
H A D | php_reflection.stub.php | 108 public function getReturnType(): ?ReflectionType {} 112 public function getTentativeReturnType(): ?ReflectionType {} 546 public function getType(): ?ReflectionType {} 548 public function getSettableType(): ?ReflectionType {} 628 public function getType(): ?ReflectionType {} 669 public function getType(): ?ReflectionType {} 713 abstract class ReflectionType implements Stringable class 724 class ReflectionNamedType extends ReflectionType 733 class ReflectionUnionType extends ReflectionType 738 class ReflectionIntersectionType extends ReflectionType
|
H A D | php_reflection_arginfo.h | 75 …RETURN_OBJ_INFO_EX(arginfo_class_ReflectionFunctionAbstract_getReturnType, 0, 0, ReflectionType, 1) 81 …J_INFO_EX(arginfo_class_ReflectionFunctionAbstract_getTentativeReturnType, 0, 0, ReflectionType, 1) 927 ZEND_METHOD(ReflectionType, allowsNull); 928 ZEND_METHOD(ReflectionType, __toString); 1243 ZEND_ME(ReflectionType, allowsNull, arginfo_class_ReflectionType_allowsNull, ZEND_ACC_PUBLIC) 1244 ZEND_ME(ReflectionType, __toString, arginfo_class_ReflectionType___toString, ZEND_ACC_PUBLIC)
|
H A D | php_reflection.c | 2988 ZEND_METHOD(ReflectionType, allowsNull) in ZEND_METHOD() argument 3018 ZEND_METHOD(ReflectionType, __toString) in ZEND_METHOD() argument
|
/php-src/ext/reflection/tests/ |
H A D | static_type.phpt | 2 ReflectionType for static types
|
H A D | ReflectionExtension_getClasses_basic.phpt | 47 ["ReflectionType"]=> 50 string(14) "ReflectionType"
|
/php-src/ext/reflection/tests/types/ |
H A D | ReflectionType_002.phpt | 2 ReflectionType leak
|
H A D | ReflectionType_possible_types.phpt | 2 ReflectionType possible types
|
H A D | pure_intersection_type_implicitly_nullable.phpt | 6 function dumpType(ReflectionType $rt, int $indent = 0) {
|
H A D | dnf_types_with_null.phpt | 6 function dumpType(ReflectionType $rt, int $indent = 0) {
|
H A D | dnf_types.phpt | 6 function dumpType(ReflectionType $rt, int $indent = 0) {
|
H A D | ReflectionType_001.phpt | 2 ReflectionParameter::get/hasType and ReflectionType tests
|
Completed in 38 milliseconds