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

Data Fields

zend_object std
 
zend_ffi_typetype
 
voidptr
 
voidptr_holder
 
zend_ffi_flags flags
 

Detailed Description

Definition at line 191 of file ffi.c.

Field Documentation

◆ flags

zend_ffi_flags _zend_ffi_cdata::flags

Definition at line 196 of file ffi.c.

◆ ptr

void* _zend_ffi_cdata::ptr

Definition at line 194 of file ffi.c.

◆ ptr_holder

void* _zend_ffi_cdata::ptr_holder

Definition at line 195 of file ffi.c.

◆ std

zend_object _zend_ffi_cdata::std

Definition at line 192 of file ffi.c.

◆ type

zend_ffi_type* _zend_ffi_cdata::type

Definition at line 193 of file ffi.c.


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