1
0
mirror of https://github.com/php/php-src.git synced 2026-04-25 00:48:25 +02:00
Files
archived-php-src/main
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
..
2020-12-23 13:53:19 +01:00
2019-02-03 21:03:00 +01:00
2020-06-08 10:38:45 +02:00
2020-01-27 13:32:51 +01:00
2020-11-16 15:13:29 -08:00
2020-09-11 14:49:07 +02:00
2020-01-27 13:32:51 +01:00
2020-10-21 10:07:07 +02:00
2020-06-08 10:38:45 +02:00
2020-10-16 17:32:02 +02:00
2020-03-26 11:49:27 +01:00
2020-11-30 15:06:40 +01:00
2020-09-28 22:55:37 -07:00
2020-12-15 10:30:55 -03:00
2020-10-09 11:37:27 +02:00
2020-06-29 17:47:21 +02:00
2020-08-05 18:40:23 +02:00
2020-06-08 10:38:45 +02:00