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

Data Fields

struct _spl_ptr_llist_elementprev
 
struct _spl_ptr_llist_elementnext
 
zval data
 

Detailed Description

Definition at line 58 of file spl_dllist.c.

Field Documentation

◆ data

zval _spl_ptr_llist_element::data

Definition at line 61 of file spl_dllist.c.

◆ next

struct _spl_ptr_llist_element* _spl_ptr_llist_element::next

Definition at line 60 of file spl_dllist.c.

◆ prev

struct _spl_ptr_llist_element* _spl_ptr_llist_element::prev

Definition at line 59 of file spl_dllist.c.


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