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/tests/lang/ |
Current File : //proc/self/root/usr/local/src/php72/php-7.2.12/php-7.2.12/tests/lang/bug30862.phpt |
--TEST-- Bug #30862 (Static array with boolean indexes) --FILE-- <?php class T { static $a = array(false=>"false", true=>"true"); } print_r(T::$a); ?> ---------- <?php define("X",0); define("Y",1); class T2 { static $a = array(X=>"false", Y=>"true"); } print_r(T2::$a); ?> --EXPECT-- Array ( [0] => false [1] => true ) ---------- Array ( [0] => false [1] => true )
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare