Test: /ext/standard/tests/array/uasort_variation8.phpt - Version 7.0.16-dev    

There is 1 diff reported by users for this test.

Count Diff
2 (100%)
032+ Fatal error: Uncaught TypeError: Argument 2 passed to uasort() must be callable, string given in %s/uasort_variation8.php:30
033+ Stack trace:
034+ #0 %s/uasort_variation8.php(30): uasort(Array, 'echo')
035+ #1 {main}
036+ thrown in %s/uasort_variation8.php on line 30
032- Warning: uasort() expects parameter 2 to be a valid callback, function 'echo' not found or invalid function name in %s on line %d
033- NULL
034- -- Testing uasort() with language construct as 'cmp_function' --
035-
036- Warning: uasort() expects parameter 2 to be a valid callback, function 'exit' not found or invalid function name in %s on line %d
037- NULL
038- Done