Skip to content

Commit 36f8d32

Browse files
Eugene LeonovichSean-Der
authored andcommitted
Tweak test #139
1 parent 2d0fa21 commit 36f8d32

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/139.phpt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -109,22 +109,22 @@ object(stdClass)#%d (1) {
109109
float(4.2)
110110
}
111111
OK
112-
object(stdClass)#1 (1) {
112+
object(stdClass)#%d (1) {
113113
["string"]=>
114114
string(3) "str"
115115
}
116116
OK
117-
object(stdClass)#1 (1) {
117+
object(stdClass)#%d (1) {
118118
["array"]=>
119119
array(1) {
120120
[0]=>
121121
int(42)
122122
}
123123
}
124124
OK
125-
object(stdClass)#3 (1) {
125+
object(stdClass)#%d (1) {
126126
["object"]=>
127-
object(Foo)#2 (1) {
127+
object(Foo)#%d (1) {
128128
["a"]=>
129129
NULL
130130
}

0 commit comments

Comments
 (0)