]> granicus.if.org Git - php/commitdiff
DateTime:: and DateTimeImmutable::getTimestamp() may return false
authorChristoph M. Becker <cmbecker69@gmx.de>
Sun, 20 Dec 2020 18:32:12 +0000 (19:32 +0100)
committerChristoph M. Becker <cmbecker69@gmx.de>
Sun, 20 Dec 2020 18:32:12 +0000 (19:32 +0100)
ext/date/php_date.stub.php
ext/date/php_date_arginfo.h

index 3bd6c70a88415bf38c5f7879928d0262bf5ad3df..c25a9a65399d41ba6f37232a6b6a4e1ece9450ce 100644 (file)
@@ -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() {}
index 5f02e7dd788e7ec065a0e12f5919212e16f5d291..522fd800cddd96fc9ea0247259fcc679fbfb63a7 100644 (file)
@@ -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)