php-src/ext/ffi
Ilija Tovilo 692cea5cbc
Use zend_error_noreturn for E_ERROR consistently
To be clear, these already don't return. zend_error_noreturn just hints at this
fact through the ZEND_NORETURN attribute.

Closes GH-12204
2023-09-14 11:44:55 +02:00
..
tests Implement GH-11934: Allow to pass CData into struct and/or union fields 2023-08-29 17:01:10 +02: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.c Use zend_error_noreturn for E_ERROR consistently 2023-09-14 11:44:55 +02:00
ffi.g Use bool/zend_result instead of int in FFI 2021-09-30 14:33:48 +01:00
ffi.stub.php Declare type for ext/ffi internal class constants 2023-07-18 10:09:26 +02:00
ffi_arginfo.h Declare type for ext/ffi internal class constants 2023-07-18 10:09:26 +02:00
ffi_parser.c Fix [-Wenum-int-mismatch] compiler warnings (#11352) 2023-06-01 13:27:46 +01:00
php_ffi.h Use bool/zend_result instead of int in FFI 2021-09-30 14:33:48 +01:00