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

Data Fields

zend_ffi_symbol_kind kind
 
bool is_const
 
zend_ffi_typetype
 
union { 
 
   void *   addr 
 
   int64_t   value 
 
};  
 

Detailed Description

Definition at line 154 of file ffi.c.

Field Documentation

◆ [union]

union { ... } _zend_ffi_symbol

◆ addr

void* _zend_ffi_symbol::addr

Definition at line 159 of file ffi.c.

◆ is_const

bool _zend_ffi_symbol::is_const

Definition at line 156 of file ffi.c.

◆ kind

zend_ffi_symbol_kind _zend_ffi_symbol::kind

Definition at line 155 of file ffi.c.

◆ type

zend_ffi_type* _zend_ffi_symbol::type

Definition at line 157 of file ffi.c.

◆ value

int64_t _zend_ffi_symbol::value

Definition at line 160 of file ffi.c.


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