Home
last modified time | relevance | path

Searched refs:ReflectionType (Results 1 – 11 of 11) sorted by relevance

/php-src/ext/reflection/
H A Dphp_reflection.stub.php108 public function getReturnType(): ?ReflectionType {}
112 public function getTentativeReturnType(): ?ReflectionType {}
548 public function getType(): ?ReflectionType {}
550 public function getSettableType(): ?ReflectionType {}
630 public function getType(): ?ReflectionType {}
671 public function getType(): ?ReflectionType {}
715 abstract class ReflectionType implements Stringable class
726 class ReflectionNamedType extends ReflectionType
735 class ReflectionUnionType extends ReflectionType
740 class ReflectionIntersectionType extends ReflectionType
H A Dphp_reflection_arginfo.h75 …RETURN_OBJ_INFO_EX(arginfo_class_ReflectionFunctionAbstract_getReturnType, 0, 0, ReflectionType, 1)
81 …J_INFO_EX(arginfo_class_ReflectionFunctionAbstract_getTentativeReturnType, 0, 0, ReflectionType, 1)
912 ZEND_METHOD(ReflectionType, allowsNull);
913 ZEND_METHOD(ReflectionType, __toString);
1224 ZEND_ME(ReflectionType, allowsNull, arginfo_class_ReflectionType_allowsNull, ZEND_ACC_PUBLIC)
1225 ZEND_ME(ReflectionType, __toString, arginfo_class_ReflectionType___toString, ZEND_ACC_PUBLIC)
H A Dphp_reflection.c3068 ZEND_METHOD(ReflectionType, allowsNull) in ZEND_METHOD() argument
3100 ZEND_METHOD(ReflectionType, __toString) in ZEND_METHOD() argument
/php-src/ext/reflection/tests/
H A Dstatic_type.phpt2 ReflectionType for static types
H A DReflectionExtension_getClasses_basic.phpt47 ["ReflectionType"]=>
50 string(14) "ReflectionType"
/php-src/ext/reflection/tests/types/
H A DReflectionType_002.phpt2 ReflectionType leak
H A DReflectionType_possible_types.phpt2 ReflectionType possible types
H A Dpure_intersection_type_implicitly_nullable.phpt6 function dumpType(ReflectionType $rt, int $indent = 0) {
H A Ddnf_types_with_null.phpt6 function dumpType(ReflectionType $rt, int $indent = 0) {
H A Ddnf_types.phpt6 function dumpType(ReflectionType $rt, int $indent = 0) {
H A DReflectionType_001.phpt2 ReflectionParameter::get/hasType and ReflectionType tests

Completed in 39 milliseconds