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/Zend/tests/ |
Current File : //usr/local/src/php7/php-7.0.5/Zend/tests/temporary_cleaning_007.phpt |
--TEST-- Exception inside a foreach loop with return --FILE-- <?php class saboteurTestController { public function isConsistent() { throw new \Exception(); } } $controllers = array(new saboteurTestController(),new saboteurTestController()); foreach ($controllers as $controller) { try { if ($controller->isConsistent()) { return $controller; } } catch (\Exception $e) { echo "Exception\n"; } } ?> --EXPECT-- Exception Exception
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare