Skip to content

Commit e19bf29

Browse files
committed
Merge branch 'PHP-5.6' into PHP-7.0
* PHP-5.6: Parametrize the expected value to avoid platform false positives
2 parents 68e27b0 + 45ac5ed commit e19bf29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/date/tests/bug53437_var3.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ object(DateInterval)#%d (15) {
4040
["special_amount"]=>
4141
int(-1)
4242
["have_weekday_relative"]=>
43-
int(0)
43+
int(%d)
4444
["have_special_relative"]=>
4545
int(0)
4646
}

0 commit comments

Comments
 (0)