Test: /ext/date/tests/date_offset_get_error.phpt - Version 7.1.25    

There is 1 diff reported by users for this test.

Count Diff
1 (100%)
001+ sh: 1: /home/ubuntu/php-7.1.25/sapi/cli/php: Permission denied
001- *** Testing date_offset_get() : error conditions ***
002-
003- -- Testing date_offset_get() function with zero arguments --
004-
005- Warning: date_offset_get() expects exactly 1 parameter, 0 given in %s on line %d
006- bool(false)
007-
008- -- Testing date_offset_get() function with more than expected no. of arguments --
009-
010- Warning: date_offset_get() expects exactly 1 parameter, 2 given in %s on line %d
011- bool(false)
012-
013- -- Testing date_offset_get() function with an invalid values for $object argument --
014-
015- Warning: date_offset_get() expects parameter 1 to be DateTimeInterface, object given in %s on line %d
016- bool(false)
017-
018- Warning: date_offset_get() expects parameter 1 to be DateTimeInterface, integer given in %s on line %d
019- bool(false)
020-
021- Warning: date_offset_get() expects parameter 1 to be DateTimeInterface, null given in %s on line %d
022- bool(false)
023- ===DONE===