1
0
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:
Niels Dossche
2023-06-03 23:32:33 +02:00
committed by George Peter Banyard
parent c3f0797385
commit 5fae4b5031

View File

@@ -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;