SPL_DLLIST_IT_LIFO 409 ext/spl/spl_dllist.c intern->flags |= (SPL_DLLIST_IT_FIX | SPL_DLLIST_IT_LIFO); SPL_DLLIST_IT_LIFO 734 ext/spl/spl_dllist.c && (intern->flags & SPL_DLLIST_IT_LIFO) != (value & SPL_DLLIST_IT_LIFO)) { SPL_DLLIST_IT_LIFO 800 ext/spl/spl_dllist.c element = spl_ptr_llist_offset(intern->llist, index, intern->flags & SPL_DLLIST_IT_LIFO); SPL_DLLIST_IT_LIFO 841 ext/spl/spl_dllist.c element = spl_ptr_llist_offset(intern->llist, index, intern->flags & SPL_DLLIST_IT_LIFO); SPL_DLLIST_IT_LIFO 889 ext/spl/spl_dllist.c element = spl_ptr_llist_offset(intern->llist, index, intern->flags & SPL_DLLIST_IT_LIFO); SPL_DLLIST_IT_LIFO 949 ext/spl/spl_dllist.c if (flags & SPL_DLLIST_IT_LIFO) { SPL_DLLIST_IT_LIFO 966 ext/spl/spl_dllist.c if (flags & SPL_DLLIST_IT_LIFO) { SPL_DLLIST_IT_LIFO 1072 ext/spl/spl_dllist.c spl_dllist_it_helper_move_forward(&intern->traverse_pointer, &intern->traverse_position, intern->llist, intern->flags ^ SPL_DLLIST_IT_LIFO TSRMLS_CC); SPL_DLLIST_IT_LIFO 1271 ext/spl/spl_dllist.c element = spl_ptr_llist_offset(intern->llist, index, intern->flags & SPL_DLLIST_IT_LIFO); SPL_DLLIST_IT_LIFO 1409 ext/spl/spl_dllist.c REGISTER_SPL_CLASS_CONST_LONG(SplDoublyLinkedList, "IT_MODE_LIFO", SPL_DLLIST_IT_LIFO);