We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73a3197 commit 2ca0c2fCopy full SHA for 2ca0c2f
1 file changed
ext/ffi/ffi.c
@@ -6436,7 +6436,7 @@ static zend_result zend_ffi_validate_array_element_type(zend_ffi_type *type) /*
6436
6437
void zend_ffi_make_array_type(zend_ffi_dcl *dcl, zend_ffi_val *len) /* {{{ */
6438
{
6439
- int length = 0;
+ int64_t length = 0;
6440
zend_ffi_type *element_type;
6441
zend_ffi_type *type;
6442
0 commit comments