summaryrefslogtreecommitdiff
path: root/ext/standard/tests/array/usort_object2.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/array/usort_object2.phpt')
-rw-r--r--ext/standard/tests/array/usort_object2.phpt16
1 files changed, 8 insertions, 8 deletions
diff --git a/ext/standard/tests/array/usort_object2.phpt b/ext/standard/tests/array/usort_object2.phpt
index cdb91d4027..abc42b736b 100644
--- a/ext/standard/tests/array/usort_object2.phpt
+++ b/ext/standard/tests/array/usort_object2.phpt
@@ -129,30 +129,30 @@ bool(true)
array(4) {
[0]=>
object(ChildClass)#%d (2) {
- ["child_value"]=>
- int(15)
["pub_value"]=>
NULL
+ ["child_value"]=>
+ int(15)
}
[1]=>
object(ChildClass)#%d (2) {
- ["child_value"]=>
- int(20)
["pub_value"]=>
NULL
+ ["child_value"]=>
+ int(20)
}
[2]=>
object(ChildClass)#%d (2) {
- ["child_value"]=>
- int(500)
["pub_value"]=>
NULL
+ ["child_value"]=>
+ int(500)
}
[3]=>
object(ChildClass)#%d (2) {
- ["child_value"]=>
- int(700)
["pub_value"]=>
NULL
+ ["child_value"]=>
+ int(700)
}
}