Skip to content

Commit d1c261d

Browse files
committed
array_column: Changing integer in test output to use %d
1 parent eed492c commit d1c261d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ext/standard/tests/array/array_column_basic.phpt

+2-2
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ array(3) {
178178
*** Testing multiple data types ***
179179
array(8) {
180180
[0]=>
181-
object(stdClass)#1 (0) {
181+
object(stdClass)#%d (0) {
182182
}
183183
[1]=>
184184
float(34.2345)
@@ -197,7 +197,7 @@ array(8) {
197197
}
198198
array(8) {
199199
[1]=>
200-
object(stdClass)#1 (0) {
200+
object(stdClass)#%d (0) {
201201
}
202202
[2]=>
203203
float(34.2345)

0 commit comments

Comments
 (0)