diff options
Diffstat (limited to 'ext/date/php_date.h')
-rw-r--r-- | ext/date/php_date.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/date/php_date.h b/ext/date/php_date.h index e887093c39..a2f5261ee6 100644 --- a/ext/date/php_date.h +++ b/ext/date/php_date.h @@ -53,7 +53,6 @@ PHP_FUNCTION(getdate); PHP_METHOD(DateTime, __construct); PHP_METHOD(DateTime, __wakeup); PHP_METHOD(DateTime, __set_state); -PHP_METHOD(DateTime, createFromImmutable); PHP_FUNCTION(date_create); PHP_FUNCTION(date_create_immutable); PHP_FUNCTION(date_create_from_format); |