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==
|
==DONE==
|
||||||
--EXPECTF--
|
--EXPECTF--
|
||||||
object(DateInterval)#%d (15) {
|
object(DateInterval)#%d (16) {
|
||||||
["y"]=>
|
["y"]=>
|
||||||
int(2)
|
int(2)
|
||||||
["m"]=>
|
["m"]=>
|
||||||
|
@ -25,6 +25,8 @@ object(DateInterval)#%d (15) {
|
||||||
int(8)
|
int(8)
|
||||||
["s"]=>
|
["s"]=>
|
||||||
int(0)
|
int(0)
|
||||||
|
["f"]=>
|
||||||
|
float(-1)
|
||||||
["weekday"]=>
|
["weekday"]=>
|
||||||
int(10)
|
int(10)
|
||||||
["weekday_behavior"]=>
|
["weekday_behavior"]=>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue