Skip to content

Commit 67b99b6

Browse files
committed
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0: Parametrize the expected value to avoid platform false positives
2 parents 53fe84b + e19bf29 commit 67b99b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/date/tests/bug53437_var3.phpt

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ object(DateInterval)#%d (16) {
4040
["special_amount"]=>
4141
int(-1)
4242
["have_weekday_relative"]=>
43-
int(0)
43+
int(%d)
4444
["have_special_relative"]=>
4545
int(0)
4646
["f"]=>

0 commit comments

Comments
 (0)