Home
last modified time | relevance | path

Searched refs:zend_ffi_type_sint8 (Results 1 – 1 of 1) sorted by path

/php-src/ext/ffi/
H A Dffi.c5591 static const zend_ffi_type zend_ffi_type_sint8 = {.kind=ZEND_FFI_TYPE_SINT8, .size=1, .align=_Align… variable
5615 {"int8_t", &zend_ffi_type_sint8},
5738 dcl->type = (zend_ffi_type*)&zend_ffi_type_sint8;
5986 sym_type = &zend_ffi_type_sint8;

Completed in 21 milliseconds