<div class="gmail_quote">Foop! That's the sound of a tupperware lid going over the can... :-) As a system/network admin, I mostly just config the servers and let the developers write. We do use PHP for a web based medical billing "front end" application we developed. It's worked for us great thus far.</div>
<div class="gmail_quote"><br></div><div class="gmail_quote">cheers,</div><div class="gmail_quote">G-</div><div class="gmail_quote"><br></div><div class="gmail_quote"><br></div><div class="gmail_quote">On Sun, Jan 31, 2010 at 3:26 PM, <span dir="ltr"><<a href="mailto:mikemol@gmail.com">mikemol@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">On Sun, Jan 31, 2010 at 2:23 PM, Adam Tauno Williams > 3. The whole pass-by-reference vs. pass-by-value thing in PHP is a<div class="im">
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
confused mess. Which maybe explains why seemingly valid code such as -<br>
<br>
for ($enterprises as $e) {<br>
$a = array('name' => $e['name'],<br>
'location' => &$ogo->getSubkeyReference($e, '_ADDRESSES', 'type' 'location'));<br>
}<br>
<br>
- will crash PHP cold, but -<br>
<br>
for ($enterprises as $e) {<br>
$l = &$ogo->getSubkeyReference($e, '_ADDRESSES', 'type' 'location');<br>
$a = array('name' => $['name'],<br>
'location' => &$l);<br>
}<br>
<br>
- works. Weird.<br>
</blockquote>
<br></div>
That sounds like a reportable bug.<br>
*ducks out of the rest of the discussion*<font color="#888888"><br>
-- <br>
:wq</font><br></blockquote></div>-- <br><br>Ubber::Geek <br><a href="http://grlug.org/">http://grlug.org/</a><br>