Test: /ext/standard/tests/array/array_combine_error1.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_combine() : error conditions ***
002-
003- -- Testing array_combine() function with Zero arguments --
004-
005- Warning: array_combine() expects exactly 2 parameters, 0 given in %s on line %d
006- NULL
007-
008- -- Testing array_combine() function with more than expected no. of arguments --
009-
010- Warning: array_combine() expects exactly 2 parameters, 3 given in %s on line %d
011- NULL
012-
013- -- Testing array_combine() function with less than expected no. of arguments --
014-
015- Warning: array_combine() expects exactly 2 parameters, 1 given in %s on line %d
016- NULL
017- Done