mirror of
https://github.com/php/php-src.git
synced 2024-12-14 04:16:30 +08:00
Merge branch 'PHP-7.1' of git.php.net:/php-src into PHP-7.1
This commit is contained in:
commit
5fa76095bb
@ -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…
Reference in New Issue
Block a user