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/bug71202.phpt |
--TEST-- Bug #71202 (Autoload function registered by another not activated immediately) --FILE-- <?php function inner_autoload ($name){ if ($name == 'A') { class A { function __construct(){ echo "okey, "; } } } else { class B { function __construct() { die("error"); } } } } spl_autoload_register(function ($name) { if ($name == 'A') { spl_autoload_register("inner_autoload"); } else { spl_autoload_unregister("inner_autoload"); } }); $c = new A(); try { $c = new B(); } catch (Error $e) { echo "done"; } ?> --EXPECT-- okey, done
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare