Home
last modified time | relevance | path

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

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

Completed in 9 milliseconds