Skip to content

Commit

Permalink
Merge branch 'PHP-7.1'
Browse files Browse the repository at this point in the history
* PHP-7.1:
  also fix 32bits test for microsecond
  bump news version
  Update 7.1 NEWS for bug #71148
  • Loading branch information
remicollet committed Oct 17, 2016
2 parents 0f49aa3 + 0820c94 commit 90dcef8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ext/date/tests/bug53437_var3.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ var_dump($di);
?>
==DONE==
--EXPECTF--
object(DateInterval)#%d (15) {
object(DateInterval)#%d (16) {
["y"]=>
int(2)
["m"]=>
Expand All @@ -25,6 +25,8 @@ object(DateInterval)#%d (15) {
int(8)
["s"]=>
int(0)
["f"]=>
float(-1)
["weekday"]=>
int(10)
["weekday_behavior"]=>
Expand Down

0 comments on commit 90dcef8

Please sign in to comment.