Test: /ext/standard/tests/array/array_pad_error.phpt - Version 5.4.27-dev    

There is 1 diff reported by users for this test.

Count Diff
1 (100%)
001- *** Testing array_pad() : error conditions ***
003- -- Testing array_pad() function with Zero arguments --
004-
005- Warning: array_pad() expects exactly 3 parameters, 0 given in %s on line %d
006- NULL
007-
008- -- Testing array_pad() function with more than expected no. of arguments --
009-
010- Warning: array_pad() expects exactly 3 parameters, 4 given in %s on line %d
011- NULL
012-
013- -- Testing array_pad() function with less than expected no. of arguments --
014-
015- Warning: array_pad() expects exactly 3 parameters, 2 given in %s on line %d
016- NULL
017-
018- Warning: array_pad() expects exactly 3 parameters, 1 given in %s on line %d
019- NULL
020- Done