Mailinglisten-Archive |
Hallo php-Liste, das Problem kommt bei mir in einem anderen Zusammenhang vor, aber das folgende Skript zeigts besser: <? $aArray = Array(); $aArray["test"] = "Hello World!"; $rRef = &$aArray["test"]; echo $rRef."<br>"; $aArray2 = Array(); $aArray2["test"] = "Hello World 2!"; $aArray = $aArray2; echo $aArray["test"]."<br>"; echo $rRef; ?> Obwohl ich mir vorstellen kann wohers kommt, halte ich es trotzdem für einen Bug das das letzte Echo wieder "Hello World!" ausgibt. Oder liegt da ein Denkfehler vor? Darf man sowas? (PHP Win32 CGI, Version 4.0.5) Gruß, Leo
php::bar PHP Wiki - Listenarchive