--TEST-- Check that SplStack can't be set to FIFO --CREDITS-- Rob Knight PHPNW Test Fest 2009 --FILE-- setIteratorMode(SplDoublyLinkedList::IT_MODE_FIFO); } catch (Exception $e) { echo $e->getMessage(); } ?> --EXPECT-- Iterators' LIFO/FIFO modes for SplStack/SplQueue objects are frozen