diff options
Diffstat (limited to 'ext/ffi/php_ffi.h')
| -rw-r--r-- | ext/ffi/php_ffi.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/ffi/php_ffi.h b/ext/ffi/php_ffi.h index 5cd949aa70..fc6120de79 100644 --- a/ext/ffi/php_ffi.h +++ b/ext/ffi/php_ffi.h @@ -130,6 +130,7 @@ ZEND_EXTERN_MODULE_GLOBALS(ffi) #define ZEND_FFI_ABI_REGISTER 6 // FFI_REGISTER #define ZEND_FFI_ABI_MS 7 // FFI_MS_CDECL #define ZEND_FFI_ABI_SYSV 8 // FFI_SYSV +#define ZEND_FFI_ABI_VECTORCALL 9 // FFI_VECTORCALL #define ZEND_FFI_ATTR_CONST (1<<0) #define ZEND_FFI_ATTR_INCOMPLETE_TAG (1<<1) |
