summaryrefslogtreecommitdiff
path: root/ext/date
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2020-12-20 19:32:12 +0100
committerChristoph M. Becker <cmbecker69@gmx.de>2020-12-20 19:32:12 +0100
commitb67c23218950eae0a153b093dcefbe14b3b40901 (patch)
tree725feb55da76a6acbb2a941c7d192e59c5c5e311 /ext/date
parent3c68f43251e966a0057c5aebe15f2c77b899e029 (diff)
downloadphp-git-b67c23218950eae0a153b093dcefbe14b3b40901.tar.gz
DateTime:: and DateTimeImmutable::getTimestamp() may return false
Diffstat (limited to 'ext/date')
-rw-r--r--ext/date/php_date.stub.php4
-rw-r--r--ext/date/php_date_arginfo.h2
2 files changed, 3 insertions, 3 deletions
diff --git a/ext/date/php_date.stub.php b/ext/date/php_date.stub.php
index 3bd6c70a88..c25a9a6539 100644
--- a/ext/date/php_date.stub.php
+++ b/ext/date/php_date.stub.php
@@ -232,7 +232,7 @@ class DateTime implements DateTimeInterface
public function setTimestamp(int $timestamp) {}
/**
- * @return int
+ * @return int|false
* @alias date_timestamp_get
*/
public function getTimestamp() {}
@@ -285,7 +285,7 @@ class DateTimeImmutable implements DateTimeInterface
public function getOffset() {}
/**
- * @return int
+ * @return int|false
* @alias date_timestamp_get
*/
public function getTimestamp() {}
diff --git a/ext/date/php_date_arginfo.h b/ext/date/php_date_arginfo.h
index 5f02e7dd78..522fd800cd 100644
--- a/ext/date/php_date_arginfo.h
+++ b/ext/date/php_date_arginfo.h
@@ -1,5 +1,5 @@
/* This is a generated file, edit the .stub.php file instead.
- * Stub hash: 65e429036ef2ee45f31688bc2af94dc26a1b973a */
+ * Stub hash: 1e51225485aa1a03fd2f58c9c85625b340de3d9d */
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_MASK_EX(arginfo_strtotime, 0, 1, MAY_BE_LONG|MAY_BE_FALSE)
ZEND_ARG_TYPE_INFO(0, datetime, IS_STRING, 0)