Test: /ext/standard/tests/array/array_multisort_variation8.phpt - Version 5.4.27-dev    

There is 1 diff reported by users for this test.

Count Diff
1 (100%)
001+
001- *** Testing array_multisort() : usage variation - test sort order of all types***
002- bool(true)
003- array(10) {
004- ["empty string DQ"]=>
005- string(0) ""
006- ["uppercase NULL"]=>
007- NULL
008- ["undefined var"]=>
009- NULL
010- ["instance of classWithoutToString"]=>
011- object(classWithoutToString)#2 (0) {
012- }
013- ["float -10.5"]=>
014- float(-10.5)
015- ["int 0"]=>
016- int(0)
017- ["lowercase true"]=>
018- bool(true)
019- [0]=>
020- array(0) {
021- }
022- ["instance of classWithToString"]=>
023- object(classWithToString)#1 (0) {
024- }
025- ["string DQ"]=>
026- string(6) "string"
027- }
028- ===DONE===