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/bug66015.phpt |
--TEST-- Bug #66015 (wrong array indexing in class's static property) --FILE-- <?php class Test { const FIRST = 1; const SECOND = 2; const THIRD = 3; protected static $array = [ self::FIRST => 'first', 'second', 'third', 4, ]; public function __construct() { var_export(self::$array); } } $test = new Test(); ?> ===DONE=== --EXPECTF-- array ( 1 => 'first', 2 => 'second', 3 => 'third', 4 => 4, ) ===DONE===
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare