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

There is 1 diff reported by users for this test.

Count Diff
2 (100%)
013+ Fatal error: Uncaught TypeError: Argument 3 passed to array_intersect_uassoc() must be callable, array given in %s/array_intersect_uassoc_error.php:30
014+ Stack trace:
015+ #0 %s/array_intersect_uassoc_error.php(30): array_intersect_uassoc(Array, Array, Array)
016+ #1 {main}
017+ thrown in %s/array_intersect_uassoc_error.php on line 30
013- Warning: array_intersect_uassoc() expects parameter 3 to be a valid callback, second array member is not a valid method in %s on line %d
014- NULL
015-
016- -- Testing array_intersect_uassoc() function with no arguments --
017-
018- Warning: array_intersect_uassoc(): at least 3 parameters are required, 0 given in %s on line %d
019- NULL
020- ===DONE===