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/bug69754.phpt |
--TEST-- Bug #69754 (Use of ::class inside array causes compile error) --FILE-- <?php class Example { public function test() { var_dump(static::class); var_dump(static::class . 'IsAwesome'); var_dump(static::class . date('Ymd')); var_dump([static::class]); } } (new Example)->test(); ?> --EXPECTF-- string(7) "Example" string(16) "ExampleIsAwesome" string(15) "Example%d" array(1) { [0]=> string(7) "Example" }
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare