We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f52d16 commit 767243dCopy full SHA for 767243d
Zend/tests/type_declarations/typed_properties_095.phpt
@@ -2,6 +2,7 @@
2
Typed properties in internal classes
3
--EXTENSIONS--
4
zend_test
5
+spl
6
--FILE--
7
<?php
8
@@ -70,6 +71,8 @@ object(_ZendTestClass)#1 (3) {
70
71
}
72
["classUnionProp"]=>
73
NULL
74
+ ["classIntersectionProp"]=>
75
+ uninitialized(Traversable&Countable)
76
["readonlyProp"]=>
77
uninitialized(int)
78
@@ -84,6 +87,8 @@ object(Test)#4 (3) {
84
87
85
88
86
89
90
91
92
93
94
0 commit comments