Willkommen bei WordPress. Dies ist dein erster Beitrag. Bearbeite oder lösche ihn und beginne mit dem Schreiben!
Hallo Welt!
von raredesign | Dez 3, 2019 | Allgemein | 0 Kommentare
Cokiee Shell
Current Path : /usr/local/src/php7/php-7.0.5/ext/spl/tests/ |
Current File : //usr/local/src/php7/php-7.0.5/ext/spl/tests/spl_iterator_caching_getcache_error.phpt |
--TEST-- SPL: Caching iterator getCache failure --CREDITS-- Lukasz Andrzejak meltir@meltir.com #testfest London 2009-05-09 --FILE-- <?php $i = new ArrayIterator(array(1,1,1,1,1)); $i = new CachingIterator($i); try { $i->getCache(); echo "Should have caused an exception"; } catch (BadMethodCallException $e) { echo "Exception raised\n"; } ?> ===DONE=== --EXPECT-- Exception raised ===DONE===
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare