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/Zend/tests/ |
Current File : //proc/self/root/usr/local/src/php72/php-7.2.12/php-7.2.12/Zend/tests/foreach_list_keyed.phpt |
--TEST-- foreach with list syntax, keyed --FILE-- <?php $points = [ ["x" => 1, "y" => 2], ["x" => 2, "y" => 1] ]; foreach ($points as list("x" => $x, "y" => $y)) { var_dump($x, $y); } echo PHP_EOL; $invertedPoints = [ "x" => [1, 2], "y" => [2, 1] ]; foreach ($invertedPoints as list(0 => $row1, 1 => $row2)) { var_dump($row1, $row2); } ?> --EXPECT-- int(1) int(2) int(2) int(1) int(1) int(2) int(2) int(1)
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare