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

There is 1 diff reported by users for this test.

Count Diff
2 (100%)
008+ Fatal error: Uncaught TypeError: Argument 3 passed to array_diff_uassoc() must be callable, array given in %s/array_diff_uassoc_error.php:28
009+ Stack trace:
010+ #0 %s/array_diff_uassoc_error.php(28): array_diff_uassoc(Array, Array, Array, Array, 'key_compare_fun...', Array)
011+ #1 {main}
012+ thrown in %s/array_diff_uassoc_error.php on line 28
008- Warning: array_diff_uassoc() expects parameter 6 to be a valid callback, array must have exactly two members in %s on line %d
009- NULL
010-
011- -- Testing array_diff_uassoc() function with less than expected no. of arguments --
012-
013- Warning: array_diff_uassoc(): at least 3 parameters are required, 2 given in %s on line %d
014- NULL
015-
016- -- Testing array_diff_uassoc() function with no arguments --
017-
018- Warning: array_diff_uassoc(): at least 3 parameters are required, 0 given in %s on line %d
019- NULL
020- ===DONE===