Test: /ext/standard/tests/array/array_multisort_variation9.phpt - Version 5.6.0alpha1    

There is 1 diff reported by users for this test.

Count Diff
1 (100%)
007+ Notice: Object of class classWithToString could not be converted to double in %s/array_multisort_variation9.php on line 32
007- Notice: Object of class classWithoutToString could not be converted to double in %sarray_multisort_variation9.php on line %d
010-
011- Notice: Object of class classWithoutToString could not be converted to double in %sarray_multisort_variation9.php on line %d
014+ ["empty string DQ"]=>
015+ string(0) ""
018+ ["int 0"]=>
019+ int(0)
020+ ["uppercase NULL"]=>
021+ NULL
022+ [0]=>
023+ array(0) {
024+ }
020- ["empty string DQ"]=>
021- string(0) ""
022- ["uppercase NULL"]=>
023- NULL
024- ["int 0"]=>
025- int(0)
026- [0]=>
027- array(0) {
027+ ["lowercase true"]=>
028+ bool(true)
029+ ["instance of classWithToString"]=>
030+ object(classWithToString)#1 (0) {
032- ["lowercase true"]=>
033- bool(true)
034- ["instance of classWithToString"]=>
035- object(classWithToString)#1 (0) {
036- }