Home
last modified time | relevance | path

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

/PHP-7.3/ext/spl/
H A Dspl_dllist.c53 #define SPL_DLLIST_IT_DELETE 0x00000001 /* Delete flag makes the iterator delete the current elemen… macro
959 if (flags & SPL_DLLIST_IT_DELETE) { in spl_dllist_it_helper_move_forward()
968 if (flags & SPL_DLLIST_IT_DELETE) { in spl_dllist_it_helper_move_forward()
1404 REGISTER_SPL_CLASS_CONST_LONG(SplDoublyLinkedList, "IT_MODE_DELETE",SPL_DLLIST_IT_DELETE); in PHP_MINIT_FUNCTION()

Completed in 12 milliseconds