Test: /ext/standard/tests/array/array_diff_error.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() : error conditions ***
002-
003- -- Testing array_diff() function with zero arguments --
004-
005- Warning: array_diff(): at least 2 parameters are required, 0 given in %s on line %d
006- NULL
007-
008- -- Testing array_diff() function with less than expected no. of arguments --
009-
010- Warning: array_diff(): at least 2 parameters are required, 1 given in %s on line %d
011- NULL
012- Done