diff options
author | Nikita Popov <nikita.ppv@gmail.com> | 2021-01-06 16:06:51 +0100 |
---|---|---|
committer | Nikita Popov <nikita.ppv@gmail.com> | 2021-01-12 10:14:41 +0100 |
commit | 973138f39da192b3948b981b442401c30c8b80bc (patch) | |
tree | 63b8736562bd830ebb988bcda942083c9dac6e08 /ext/pdo_mysql/pdo_mysql.c | |
parent | bc0f78a2dae1dd3191440883c4f5b06f9bc03901 (diff) | |
download | php-git-973138f39da192b3948b981b442401c30c8b80bc.tar.gz |
Add support for union types for internal functions
This closes the last hole in the supported types for internal
function arginfo types. It's now possible to represent unions of
multiple classes. This is done by storing them as TypeA|TypeB and
PHP will then convert this into an appropriate union type list.
Closes GH-6581.
Diffstat (limited to 'ext/pdo_mysql/pdo_mysql.c')
0 files changed, 0 insertions, 0 deletions