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/bug40091.phpt |
--TEST-- Bug #40091 (issue with spl_autoload_register() and 2 instances of the same class) --FILE-- <?php class MyAutoloader { function __construct($directory_to_use) {} function autoload($class_name) { // code to autoload based on directory } } $autloader1 = new MyAutoloader('dir1'); spl_autoload_register(array($autloader1, 'autoload')); $autloader2 = new MyAutoloader('dir2'); spl_autoload_register(array($autloader2, 'autoload')); print_r(spl_autoload_functions()); ?> ===DONE=== --EXPECT-- Array ( [0] => Array ( [0] => MyAutoloader Object ( ) [1] => autoload ) [1] => Array ( [0] => MyAutoloader Object ( ) [1] => autoload ) ) ===DONE===
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare