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/bug26802.phpt |
--TEST-- Bug #26802 (Can't call static method using a variable) --FILE-- <?php function global_func() { echo __METHOD__ . "\n"; } $function = 'global_func'; $function(); class foo { static $method = 'global_func'; static public function foo_func() { echo __METHOD__ . "\n"; } } /* The following is a BC break with PHP 4 where it would * call foo::fail. In PHP 5 we first evaluate static class * properties and then do the function call. */ $method = 'foo_func'; foo::$method(); ?> ===DONE=== --EXPECT-- global_func foo::foo_func ===DONE===
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare