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/tests/lang/ |
Current File : //usr/local/src/php7/php-7.0.5/tests/lang/bug23384.phpt |
--TEST-- Bug #23384 (use of class constants in statics) --FILE-- <?php define('TEN', 10); class Foo { const HUN = 100; function test($x = Foo::HUN) { static $arr2 = array(TEN => 'ten'); static $arr = array(Foo::HUN => 'ten'); print_r($arr); print_r($arr2); print_r($x); } } Foo::test(); echo Foo::HUN."\n"; ?> --EXPECTF-- Deprecated: Non-static method Foo::test() should not be called statically in %sbug23384.php on line %d Array ( [100] => ten ) Array ( [10] => ten ) 100100
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare