Skip to content

Commit

Permalink
Merge pull request #8976 from michnovka/master
Browse files Browse the repository at this point in the history
Add DateTimeInterface::__serialize and __unserialize
  • Loading branch information
orklah committed Dec 21, 2022
2 parents 898aa90 + ed85945 commit c75f06e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dictionaries/CallMap.php
Expand Up @@ -1803,6 +1803,8 @@
'DateTimeInterface::getOffset' => ['int'],
'DateTimeInterface::getTimestamp' => ['int'],
'DateTimeInterface::getTimezone' => ['DateTimeZone|false'],
'DateTimeInterface::__serialize' => ['array'],
'DateTimeInterface::__unserialize' => ['void', 'data'=>'array'],
'DateTimeZone::__construct' => ['void', 'timezone'=>'string'],
'DateTimeZone::__set_state' => ['DateTimeZone', 'array'=>'array'],
'DateTimeZone::__wakeup' => ['void'],
Expand Down
2 changes: 2 additions & 0 deletions dictionaries/CallMap_82_delta.php
Expand Up @@ -27,6 +27,8 @@
'ZipArchive::clearError' => ['void'],
'ZipArchive::getStreamIndex' => ['resource|false', 'index'=>'int', 'flags='=>'int'],
'ZipArchive::getStreamName' => ['resource|false', 'name'=>'string', 'flags='=>'int'],
'DateTimeInterface::__serialize' => ['array'],
'DateTimeInterface::__unserialize' => ['void', 'data'=>'array'],
],

'changed' => [
Expand Down

0 comments on commit c75f06e

Please sign in to comment.