php-src/ext/intl/formatter
Nikita Popov 422d1665a2 Make convert_to_*_ex simple aliases of convert_to_*
Historically, the _ex variants separated the zval first, if a
conversion was necessary. This distinction no longer makes sense
since PHP 7.

The only difference that was still left is that _ex checked whether
the type is the same first, but the usage of these macros did not
actually distinguish on whether such an inlined check is valuable
or not in a given context.

Also drop the unused convert_to_explicit_type macros.
2021-01-14 12:11:11 +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 Improve parameter names in ext/intl 2020-10-12 18:06:45 +02:00
formatter_arginfo.h Improve parameter names in ext/intl 2020-10-12 18:06:45 +02: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 Make convert_to_*_ex simple aliases of convert_to_* 2021-01-14 12:11:11 +01: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 Prevent double-construction of NumberFormatter 2020-08-26 10:25:09 +02:00
formatter_parse.c Promote warnings to exceptions in ext/intl 2020-09-07 19:46:55 +02:00