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

There is 1 diff reported by users for this test.

Count Diff
2 (100%)
002+
003+ Fatal error: Uncaught TypeError: Argument 3 passed to array_uintersect_assoc() must be callable, array given in %s/array_uintersect_assoc_basic2.php:20
004+ Stack trace:
005+ #0 %s/array_uintersect_assoc_basic2.php(20): array_uintersect_assoc(Array, Array, Array, Array, 'compare_functio...')
006+ #1 {main}
007+ thrown in %s/array_uintersect_assoc_basic2.php on line 20
002- array(2) {
003- ["one"]=>
004- string(3) "one"
005- [3]=>
006- string(5) "three"
007- }
008- ===DONE===