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

Data Fields

zend_object_iterator it
 
zend_long key
 
zval value
 
bool by_ref
 

Detailed Description

Definition at line 1945 of file ffi.c.

Field Documentation

◆ by_ref

bool _zend_ffi_cdata_iterator::by_ref

Definition at line 1949 of file ffi.c.

◆ it

zend_object_iterator _zend_ffi_cdata_iterator::it

Definition at line 1946 of file ffi.c.

◆ key

zend_long _zend_ffi_cdata_iterator::key

Definition at line 1947 of file ffi.c.

◆ value

zval _zend_ffi_cdata_iterator::value

Definition at line 1948 of file ffi.c.


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