/
usr
/
local
/
lsws
/
phpbuild
/
php-8.0.7
/
ext
/
spl
/
tests
/
File Upload :
llllll
Current File: //usr/local/lsws/phpbuild/php-8.0.7/ext/spl/tests/SplQueue_setIteratorMode.phpt
--TEST-- Check that SplQueue can't be set to LIFO --CREDITS-- Rob Knight <themanhimself@robknight.org.uk> PHPNW Test Fest 2009 --FILE-- <?php $queue = new SplQueue(); try { $queue->setIteratorMode(SplDoublyLinkedList::IT_MODE_LIFO); } catch (Exception $e) { echo $e->getMessage(); } ?> --EXPECT-- Iterators' LIFO/FIFO modes for SplStack/SplQueue objects are frozen
Copyright ©2k19 -
Hexid
|
Tex7ure