php-src/ext/intl/dateformat
Nikita Popov 0bff67c0ab Fixed bug #81019
Before the zval -> zend_object migration, this code used macros
like FORMATTER_METHOD_FETCH_OBJECT_NO_CHECK, which internally
clear the error. Now that they are no longer used, we need to
manually clear the error.
2021-05-17 16:33:35 +02:00
..
dateformat_arginfo.h Make IntlDateFormatter ctor $pattern nullable 2021-02-09 14:25:30 +01:00
dateformat_attr.c Use true/false instead of TRUE/FALSE in intl 2020-11-09 14:44:11 +01:00
dateformat_attrcpp.cpp Declare array|int and object-of-class|int types in stubs 2020-09-14 11:59:32 +02:00
dateformat_class.c Fixed bug #81019 2021-05-17 16:33:35 +02:00
dateformat_class.h Throw exception for unconstructed intl objects 2020-01-05 23:55:14 +01:00
dateformat_create.cpp Initialize calendar_long variable 2020-10-14 11:57:05 +02:00
dateformat_create.h Generate method entries for ext/intl 2020-04-14 13:39:00 +02:00
dateformat_data.c Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
dateformat_data.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
dateformat_format_object.cpp Declare array|int and object-of-class|int types in stubs 2020-09-14 11:59:32 +02:00
dateformat_format.c Fix a few comments 2020-07-06 21:23:35 +02:00
dateformat_helpers.cpp Declare array|int and object-of-class|int types in stubs 2020-09-14 11:59:32 +02:00
dateformat_helpers.h Declare array|int and object-of-class|int types in stubs 2020-09-14 11:59:32 +02:00
dateformat_parse.c Fix some clang warnings 2020-07-23 10:35:40 +02:00
dateformat.c Remove proto comments from C files 2020-07-06 21:13:34 +02:00
dateformat.h Generate method entries for ext/intl 2020-04-14 13:39:00 +02:00
dateformat.stub.php Make IntlDateFormatter ctor $pattern nullable 2021-02-09 14:25:30 +01:00