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_apply_error_001.phpt |
--TEST-- SPL: Error: iterator_apply when the callback throws an exception --FILE-- <?php function test() { throw new Exception('Broken callback'); } $it = new RecursiveArrayIterator(array(1, 21, 22)); try { iterator_apply($it, 'test'); } catch (Exception $e) { echo $e->getMessage(); } ?> --EXPECT-- Broken callback
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare