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

There is 1 diff reported by users for this test.

Count Diff
1 (100%)
001- *** Testing array_multisort() : usage variation - test sort order of all types***
003- Notice: Object of class classWithToString could not be converted to double in %sarray_multisort_variation9.php on line %d
004-
005- Notice: Object of class classWithoutToString could not be converted to double in %sarray_multisort_variation9.php on line %d
006-
007- Notice: Object of class classWithoutToString could not be converted to double in %sarray_multisort_variation9.php on line %d
008-
009- 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
012- bool(true)
013- array(10) {
014- ["float -10.5"]=>
015- float(-10.5)
016- ["string DQ"]=>
017- string(6) "string"
018- ["undefined var"]=>
019- NULL
020- ["empty string DQ"]=>
021- string(0) ""
022- ["uppercase NULL"]=>
023- NULL
024- ["int 0"]=>
025- int(0)
026- [0]=>
027- array(0) {
028- }
029- ["instance of classWithoutToString"]=>
030- object(classWithoutToString)#2 (0) {
031- }
032- ["lowercase true"]=>
033- bool(true)
034- ["instance of classWithToString"]=>
035- object(classWithToString)#1 (0) {
036- }
037- }
038- ===DONE===