Home
last modified time | relevance | path

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

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

Completed in 24 milliseconds