1
0
mirror of https://github.com/php/php-src.git synced 2026-04-24 16:38:25 +02:00
Files
archived-php-src/ext
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
..
2021-01-12 09:50:27 +01:00
2021-01-04 16:59:57 +01:00
2020-12-28 14:46:00 +01:00
2020-12-02 10:55:45 +01:00
2021-01-14 08:16:50 +03:00
2021-01-04 14:33:02 +01:00
2020-10-30 17:29:33 +01:00
2021-01-13 19:39:41 -05:00
2021-01-04 10:45:49 +01:00
2020-10-22 14:56:00 +02:00
2021-01-01 17:41:48 +01:00
2021-01-14 10:53:56 +01:00
2020-12-02 10:19:32 +01:00
2020-12-08 12:24:49 +01:00