php-src/ext/ffi
Nikita Popov 973138f39d 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.
2021-01-12 10:14:41 +01:00
..
tests Merge branch 'PHP-7.4' into PHP-8.0 2020-10-30 15:49:48 +01:00
config.m4 ext/ffi: Remove symbol check for ffi_open 2019-06-03 09:19:25 +02:00
config.w32 Implement #78270: Support __vectorcall convention with FFI 2019-10-29 08:57:43 +01:00
CREDITS
ffi_arginfo.h Add support for union types for internal functions 2021-01-12 10:14:41 +01:00
ffi_parser.c Merge branch 'PHP-7.4' 2019-11-11 12:09:47 +03:00
ffi.c Add a few other RETURN_THROWS() 2020-12-24 11:44:15 +01:00
ffi.g Merge branch 'PHP-7.4' 2019-11-11 12:09:47 +03:00
ffi.stub.php Add support for union types for internal functions 2021-01-12 10:14:41 +01:00
php_ffi.h Explicitly declare the char as signed in zend_ffi_val. 2020-03-26 10:28:38 +03:00