mirror of
https://github.com/php/php-src.git
synced 2024-12-21 16:00:18 +08:00
05f3cd23ed
We must not assume that the size of a function's return value is at most `sizeof(ffi_arg)`, but rather have to use the size which already has been determined for the return type if it is larger than `sizeof(ffi_arg)`. To be able to have a regression test, we export the required test function from the zend-test extension, and make sure that the test can be run on different platforms regardless of whether zend-tests was built statically or dynamically. |
||
---|---|---|
.. | ||
tests | ||
config.m4 | ||
config.w32 | ||
CREDITS | ||
ffi_parser.c | ||
ffi.c | ||
ffi.g | ||
php_ffi.h |