diff options
author | Derick Rethans <github@derickrethans.nl> | 2014-03-02 14:17:16 -0500 |
---|---|---|
committer | Derick Rethans <github@derickrethans.nl> | 2014-03-02 14:18:44 -0500 |
commit | 574f230d3c7076d034422c448fd58810b9b8a488 (patch) | |
tree | 42c4f3f3b9d3f1265f74b632a61d222f0bd7d3fe /ext/date/php_date.h | |
parent | b8d75cc464e9f0ea69d4b03b453cc361bd5eae79 (diff) | |
download | php-git-574f230d3c7076d034422c448fd58810b9b8a488.tar.gz |
Added DateTimeImmutable::createFromMutable.
Diffstat (limited to 'ext/date/php_date.h')
-rw-r--r-- | ext/date/php_date.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/date/php_date.h b/ext/date/php_date.h index d7343e02bc..2b3ae4dcc1 100644 --- a/ext/date/php_date.h +++ b/ext/date/php_date.h @@ -82,6 +82,7 @@ PHP_METHOD(DateTimeImmutable, setTime); PHP_METHOD(DateTimeImmutable, setDate); PHP_METHOD(DateTimeImmutable, setISODate); PHP_METHOD(DateTimeImmutable, setTimestamp); +PHP_METHOD(DateTimeImmutable, createFromMutable); PHP_METHOD(DateTimeZone, __construct); PHP_METHOD(DateTimeZone, __wakeup); |