php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Data Fields | |
struct _spl_ptr_llist_element * | prev |
struct _spl_ptr_llist_element * | next |
zval | data |
Definition at line 58 of file spl_dllist.c.
zval _spl_ptr_llist_element::data |
Definition at line 61 of file spl_dllist.c.
struct _spl_ptr_llist_element* _spl_ptr_llist_element::next |
Definition at line 60 of file spl_dllist.c.
struct _spl_ptr_llist_element* _spl_ptr_llist_element::prev |
Definition at line 59 of file spl_dllist.c.