mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Struct-pack spl_dllist_object
This commit is contained in:
committed by
George Peter Banyard
parent
c3f0797385
commit
5fae4b5031
@@ -72,8 +72,8 @@ typedef struct _spl_dllist_it spl_dllist_it;
|
||||
|
||||
struct _spl_dllist_object {
|
||||
spl_ptr_llist *llist;
|
||||
int traverse_position;
|
||||
spl_ptr_llist_element *traverse_pointer;
|
||||
int traverse_position;
|
||||
int flags;
|
||||
zend_function *fptr_offset_get;
|
||||
zend_function *fptr_offset_set;
|
||||
|
||||
Reference in New Issue
Block a user