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_autoload_010.phpt |
--TEST-- SPL: spl_autoload() and prepend --INI-- include_path=. --FILE-- <?php function autoloadA($name) { echo "A -> $name\n"; } function autoloadB($name) { echo "B -> $name\n"; } function autoloadC($name) { echo "C -> $name\n"; class C{} } spl_autoload_register('autoloadA'); spl_autoload_register('autoloadB', true, true); spl_autoload_register('autoloadC'); new C; ?> ===DONE=== <?php exit(0); ?> --EXPECTF-- B -> C A -> C C -> C ===DONE===
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare