diff options
Diffstat (limited to 'ext/date/php_date_arginfo.h')
-rw-r--r-- | ext/date/php_date_arginfo.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/date/php_date_arginfo.h b/ext/date/php_date_arginfo.h index 7f8edb79e9..15c4bd203d 100644 --- a/ext/date/php_date_arginfo.h +++ b/ext/date/php_date_arginfo.h @@ -296,6 +296,10 @@ ZEND_BEGIN_ARG_INFO_EX(arginfo_class_DateTimeImmutable_createFromMutable, 0, 0, ZEND_ARG_OBJ_INFO(0, object, DateTime, 0) ZEND_END_ARG_INFO() +#define arginfo_class_DateTimeImmutable_createFromFormat arginfo_date_create_from_format + +#define arginfo_class_DateTimeImmutable_getLastErrors arginfo_class_DateTimeInterface_getTimezone + #define arginfo_class_DateTimeImmutable_modify arginfo_class_DateTime_modify #define arginfo_class_DateTimeImmutable_add arginfo_class_DateTime_add |