Skip to content

Commit bd953ba

Browse files
committed
ffi: fix test gh16013
1 parent 9d2e24a commit bd953ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/ffi/tests/gh16013.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ int(10000)
130130
int(-100000)
131131
int(100000)
132132
float(12.34000015258789)
133-
object(FFI\CData:struct bug_gh16013_int_struct)#13 (1) {
133+
object(FFI\CData:struct bug_gh16013_int_struct)#21 (1) {
134134
["field"]=>
135135
int(10)
136136
}

0 commit comments

Comments
 (0)