Home
last modified time | relevance | path

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

/php-src/ext/ffi/
H A Dffi.c5599 static const zend_ffi_type zend_ffi_type_long_double = {.kind=ZEND_FFI_TYPE_LONGDOUBLE, .size=sizeo… variable
5622 {"long double", &zend_ffi_type_long_double},
5797 dcl->type = (zend_ffi_type*)&zend_ffi_type_long_double;
7083 dcl->align = zend_ffi_type_long_double.align;
7645 val->u64 = zend_ffi_type_long_double.size;
7693 val->u64 = zend_ffi_type_long_double.align;

Completed in 23 milliseconds