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/class_alias_011.phpt |
--TEST-- Testing callback in alias --FILE-- <?php class foo { static public function test() { print "hello\n"; } public function test2() { print "foobar!\n"; } } class_alias('FOO', 'bar'); call_user_func(array('bar', 'test')); $a = new bar; call_user_func(array($a, 'test2')); ?> --EXPECT-- hello foobar!
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare