php-src/ext/intl/formatter
Nikita Popov f5768eaa2e Make NumberFormatter ctor $pattern nullable
Whether the pattern is needed depends on the used style. If no
pattern is needed, null is a more sensible value than an empty
string.

fixup
2021-02-09 14:36:41 +01:00
..
formatter.c Merge branch 'PHP-7.4' 2019-12-09 16:35:45 +01:00
formatter.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
formatter.stub.php Make NumberFormatter ctor $pattern nullable 2021-02-09 14:36:41 +01:00
formatter_arginfo.h Make NumberFormatter ctor $pattern nullable 2021-02-09 14:36:41 +01:00
formatter_attr.c Use ZPP instead of custom type checks 2020-09-04 14:32:34 +02:00
formatter_class.c Generate method entries for ext/intl 2020-04-14 13:39:00 +02:00
formatter_class.h Throw exception for unconstructed intl objects 2020-01-05 23:55:14 +01:00
formatter_data.c Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
formatter_data.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
formatter_format.c Promote warnings to exceptions in ext/intl 2020-09-07 19:46:55 +02:00
formatter_format.h Generate method entries for ext/intl 2020-04-14 13:39:00 +02:00
formatter_functions_arginfo.h Do not include the same stub multiple times 2020-04-03 14:23:54 +02:00
formatter_main.c Make NumberFormatter ctor $pattern nullable 2021-02-09 14:36:41 +01:00
formatter_parse.c Promote warnings to exceptions in ext/intl 2020-09-07 19:46:55 +02:00