Home
last modified time | relevance | path

Searched refs:SPL_DLLIST_IT_DELETE (Results 1 – 3 of 3) sorted by relevance

/PHP-8.3/ext/spl/
H A Dspl_dllist.h25 #define SPL_DLLIST_IT_DELETE 0x00000001 /* Delete flag makes the iterator delete the current elemen… macro
H A Dspl_dllist_arginfo.h178 ZVAL_LONG(&const_IT_MODE_DELETE_value, SPL_DLLIST_IT_DELETE); in register_class_SplDoublyLinkedList()
H A Dspl_dllist.c843 if (flags & SPL_DLLIST_IT_DELETE) { in spl_dllist_it_helper_move_forward()
852 if (flags & SPL_DLLIST_IT_DELETE) { in spl_dllist_it_helper_move_forward()

Completed in 9 milliseconds