mirror of
https://github.com/php/php-src.git
synced 2025-08-19 08:49:28 +02:00
Merge branch 'PHP-7.1' of git.php.net:/php-src into PHP-7.1
This commit is contained in:
commit
5fa76095bb
1 changed files with 3 additions and 1 deletions
|
@ -12,7 +12,7 @@ var_dump($di);
|
|||
?>
|
||||
==DONE==
|
||||
--EXPECTF--
|
||||
object(DateInterval)#%d (15) {
|
||||
object(DateInterval)#%d (16) {
|
||||
["y"]=>
|
||||
int(2)
|
||||
["m"]=>
|
||||
|
@ -25,6 +25,8 @@ object(DateInterval)#%d (15) {
|
|||
int(8)
|
||||
["s"]=>
|
||||
int(0)
|
||||
["f"]=>
|
||||
float(-1)
|
||||
["weekday"]=>
|
||||
int(10)
|
||||
["weekday_behavior"]=>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue