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

There is 1 diff reported by users for this test.

Count Diff
1 (100%)
001+ sh: 1: /usr/van_dump/php-7.0.16/sapi/cli/php: Permission denied
001- *** Testing array_diff_assoc() : variation ***
002- array(2) {
003- [0]=>
004- string(1) "d"
005- [3]=>
006- string(1) "b"
007- }
008- array(3) {
009- [0]=>
010- string(1) "a"
011- ["b"]=>
012- string(1) "3"
013- ["c"]=>
014- int(2)
015- }
016- Done