php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
_zend_ffi_dcl Struct Reference

#include <php_ffi.h>

Data Fields

uint32_t flags
 
uint32_t align
 
uint16_t attr
 
uint16_t abi
 
zend_ffi_typetype
 

Detailed Description

Definition at line 164 of file php_ffi.h.

Field Documentation

◆ abi

uint16_t _zend_ffi_dcl::abi

Definition at line 168 of file php_ffi.h.

◆ align

uint32_t _zend_ffi_dcl::align

Definition at line 166 of file php_ffi.h.

◆ attr

uint16_t _zend_ffi_dcl::attr

Definition at line 167 of file php_ffi.h.

◆ flags

uint32_t _zend_ffi_dcl::flags

Definition at line 165 of file php_ffi.h.

◆ type

zend_ffi_type* _zend_ffi_dcl::type

Definition at line 169 of file php_ffi.h.


The documentation for this struct was generated from the following file: