Searched refs:ReflectionNamedType (Results 1 – 16 of 16) sorted by relevance
/PHP-8.2/ext/reflection/tests/ |
H A D | iterable_Reflection.phpt | 63 string(19) "ReflectionNamedType" 64 object(ReflectionNamedType)#%d (0) { 69 string(19) "ReflectionNamedType" 70 object(ReflectionNamedType)#%d (0) { 75 string(19) "ReflectionNamedType" 76 object(ReflectionNamedType)#%d (0) { 81 string(19) "ReflectionNamedType" 82 object(ReflectionNamedType)#%d (0) { 87 string(19) "ReflectionNamedType" 88 object(ReflectionNamedType)#%d (0) { [all …]
|
H A D | bug80190.phpt | 50 $method->getReturnType() returns ReflectionNamedType 57 type(s) in union: ReflectionNamedType(stdClass), ReflectionNamedType(self) 60 $method->getReturnType() returns ReflectionNamedType 67 type(s) in union: ReflectionNamedType(stdClass), ReflectionNamedType(static)
|
H A D | ReflectionNamedType.phpt | 2 ReflectionNamedType::getName() and ReflectionNamedType::__toString()
|
H A D | ReflectionExtension_getClasses_basic.phpt | 52 ["ReflectionNamedType"]=> 55 string(19) "ReflectionNamedType"
|
H A D | bug78774.phpt | 2 Bug #78774: ReflectionNamedType on Typed Properties Crash
|
/PHP-8.2/Zend/tests/type_declarations/union_types/ |
H A D | internal_trait_use_typed_union.phpt | 31 object(ReflectionNamedType)#4 (0) { 34 object(ReflectionNamedType)#5 (0) {
|
/PHP-8.2/ext/zend_test/tests/ |
H A D | variadic_arguments.phpt | 23 var_dump($types[0] instanceof ReflectionNamedType); 29 var_dump($types[1] instanceof ReflectionNamedType);
|
/PHP-8.2/ext/reflection/tests/types/ |
H A D | pure_intersection_type_implicitly_nullable.phpt | 11 if ($type instanceof ReflectionNamedType) {
|
H A D | dnf_types_with_null.phpt | 11 if ($type instanceof ReflectionNamedType) {
|
H A D | dnf_types.phpt | 10 if ($type instanceof ReflectionNamedType) {
|
H A D | union_types.phpt | 16 function dumpBCType(ReflectionNamedType $rt) {
|
/PHP-8.2/ext/reflection/ |
H A D | php_reflection.stub.php | 707 class ReflectionNamedType extends ReflectionType class 847 public function getBackingType(): ?ReflectionNamedType {}
|
H A D | php_reflection_arginfo.h | 573 …_WITH_RETURN_OBJ_INFO_EX(arginfo_class_ReflectionEnum_getBackingType, 0, 0, ReflectionNamedType, 1) 788 ZEND_METHOD(ReflectionNamedType, getName); 789 ZEND_METHOD(ReflectionNamedType, isBuiltin); 1091 ZEND_ME(ReflectionNamedType, getName, arginfo_class_ReflectionNamedType_getName, ZEND_ACC_PUBLIC) 1092 …ZEND_ME(ReflectionNamedType, isBuiltin, arginfo_class_ReflectionNamedType_isBuiltin, ZEND_ACC_PUBL…
|
H A D | php_reflection.c | 3093 ZEND_METHOD(ReflectionNamedType, getName) in ZEND_METHOD() argument 3111 ZEND_METHOD(ReflectionNamedType, isBuiltin) in ZEND_METHOD() argument
|
/PHP-8.2/ |
H A D | UPGRADING | 589 a ReflectionNamedType with name iterable, however usage of iterable in
|
H A D | NEWS | 2307 . Narrow ReflectionEnum::getBackingType() return type to ReflectionNamedType.
|
Completed in 38 milliseconds