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 : /proc/self/root/usr/local/src/php72/php-7.2.12/php-7.2.12/tests/classes/ |
Current File : //proc/self/root/usr/local/src/php72/php-7.2.12/php-7.2.12/tests/classes/autoload_008.phpt |
--TEST-- Ensure catch blocks for unknown exception types do not trigger autoload. --FILE-- <?php spl_autoload_register(function ($name) { echo "In autoload: "; var_dump($name); }); function f() { throw new Exception(); } try { f(); } catch (UndefC $u) { echo "In UndefClass catch block.\n"; } catch (Exception $e) { echo "In Exception catch block. Autoload should not have been triggered.\n"; } ?> --EXPECTF-- In Exception catch block. Autoload should not have been triggered.
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare