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

#include <zend_llist.h>

Data Fields

struct _zend_llist_elementnext
 
struct _zend_llist_elementprev
 
char data [1]
 

Detailed Description

Definition at line 25 of file zend_llist.h.

Field Documentation

◆ data

char _zend_llist_element::data[1]

Definition at line 28 of file zend_llist.h.

◆ next

struct _zend_llist_element* _zend_llist_element::next

Definition at line 26 of file zend_llist.h.

◆ prev

struct _zend_llist_element* _zend_llist_element::prev

Definition at line 27 of file zend_llist.h.


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