array_column: Changing integer in test output to use %d

This commit is contained in:
Ben Ramsey 2013-07-06 20:50:34 +00:00
parent eed492ce84
commit d1c261d7f8

View File

@ -178,7 +178,7 @@ array(3) {
*** Testing multiple data types ***
array(8) {
[0]=>
object(stdClass)#1 (0) {
object(stdClass)#%d (0) {
}
[1]=>
float(34.2345)
@ -197,7 +197,7 @@ array(8) {
}
array(8) {
[1]=>
object(stdClass)#1 (0) {
object(stdClass)#%d (0) {
}
[2]=>
float(34.2345)