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/bug23524.phpt |
--TEST-- Bug #23524 (Improper handling of constants in array indices) --FILE-- <?php echo "Begin\n"; define("THE_CONST",123); function f($a=array(THE_CONST=>THE_CONST)) { print_r($a); } f(); f(); f(); echo "Done"; ?> --EXPECT-- Begin Array ( [123] => 123 ) Array ( [123] => 123 ) Array ( [123] => 123 ) Done
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare