Searched refs:ReflectionType (Results 1 – 9 of 9) sorted by relevance
/PHP-8.1/ext/reflection/ |
H A D | php_reflection.stub.php | 108 public function getReturnType(): ?ReflectionType {} 112 public function getTentativeReturnType(): ?ReflectionType {} 445 public function getType(): ?ReflectionType {} 540 public function getType(): ?ReflectionType {} 584 abstract class ReflectionType implements Stringable class 595 class ReflectionNamedType extends ReflectionType 604 class ReflectionUnionType extends ReflectionType 609 class ReflectionIntersectionType extends ReflectionType 729 public function getBackingType(): ?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) 776 ZEND_METHOD(ReflectionType, allowsNull); 777 ZEND_METHOD(ReflectionType, __toString); 1071 ZEND_ME(ReflectionType, allowsNull, arginfo_class_ReflectionType_allowsNull, ZEND_ACC_PUBLIC) 1072 ZEND_ME(ReflectionType, __toString, arginfo_class_ReflectionType___toString, ZEND_ACC_PUBLIC)
|
H A D | php_reflection.c | 3008 ZEND_METHOD(ReflectionType, allowsNull) in ZEND_METHOD() argument 3028 ZEND_METHOD(ReflectionType, __toString) in ZEND_METHOD() argument
|
/PHP-8.1/ext/reflection/tests/ |
H A D | bug72661.phpt | 2 Bug #72661 (ReflectionType::__toString crashes with iterable)
|
H A D | ReflectionExtension_getClasses_basic.phpt | 47 ["ReflectionType"]=> 50 string(14) "ReflectionType"
|
H A D | ReflectionType_002.phpt | 2 ReflectionType leak
|
H A D | static_type.phpt | 2 ReflectionType for static types
|
H A D | ReflectionType_possible_types.phpt | 2 ReflectionType possible types
|
H A D | ReflectionType_001.phpt | 2 ReflectionParameter::get/hasType and ReflectionType tests
|
Completed in 36 milliseconds