Home
last modified time | relevance | path

Searched refs:ReflectionNamedType (Results 1 – 16 of 16) sorted by relevance

/PHP-8.2/ext/reflection/tests/
H A Diterable_Reflection.phpt63 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 Dbug80190.phpt50 $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 DReflectionNamedType.phpt2 ReflectionNamedType::getName() and ReflectionNamedType::__toString()
H A DReflectionExtension_getClasses_basic.phpt52 ["ReflectionNamedType"]=>
55 string(19) "ReflectionNamedType"
H A Dbug78774.phpt2 Bug #78774: ReflectionNamedType on Typed Properties Crash
/PHP-8.2/Zend/tests/type_declarations/union_types/
H A Dinternal_trait_use_typed_union.phpt31 object(ReflectionNamedType)#4 (0) {
34 object(ReflectionNamedType)#5 (0) {
/PHP-8.2/ext/zend_test/tests/
H A Dvariadic_arguments.phpt23 var_dump($types[0] instanceof ReflectionNamedType);
29 var_dump($types[1] instanceof ReflectionNamedType);
/PHP-8.2/ext/reflection/tests/types/
H A Dpure_intersection_type_implicitly_nullable.phpt11 if ($type instanceof ReflectionNamedType) {
H A Ddnf_types_with_null.phpt11 if ($type instanceof ReflectionNamedType) {
H A Ddnf_types.phpt10 if ($type instanceof ReflectionNamedType) {
H A Dunion_types.phpt16 function dumpBCType(ReflectionNamedType $rt) {
/PHP-8.2/ext/reflection/
H A Dphp_reflection.stub.php707 class ReflectionNamedType extends ReflectionType class
847 public function getBackingType(): ?ReflectionNamedType {}
H A Dphp_reflection_arginfo.h573 …_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 Dphp_reflection.c3079 ZEND_METHOD(ReflectionNamedType, getName) in ZEND_METHOD() argument
3097 ZEND_METHOD(ReflectionNamedType, isBuiltin) in ZEND_METHOD() argument
/PHP-8.2/
H A DUPGRADING589 a ReflectionNamedType with name iterable, however usage of iterable in
H A DNEWS1983 . Narrow ReflectionEnum::getBackingType() return type to ReflectionNamedType.

Completed in 48 milliseconds