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/bug45742.phpt |
--TEST-- Bug #45742 Wrong class array inpretetion using constant indexes --FILE-- <?php class Constants { // Needs to be equal const A = 1; const B = 1; } class ArrayProperty { public static $array = array( Constants::A => 23, Constants::B => 42, ); } var_dump( ArrayProperty::$array ); ?> --EXPECT-- array(1) { [1]=> int(42) }
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare