<div class="gmail_quote">Foop!  That&#39;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 &quot;front end&quot; application we developed.  It&#39;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">&lt;<a href="mailto:mikemol@gmail.com">mikemol@gmail.com</a>&gt;</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 &gt; 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(&#39;name&#39; =&gt; $e[&#39;name&#39;],<br>
            &#39;location&#39; =&gt; &amp;$ogo-&gt;getSubkeyReference($e, &#39;_ADDRESSES&#39;, &#39;type&#39; &#39;location&#39;));<br>
 }<br>
<br>
 - will crash PHP cold, but -<br>
<br>
for ($enterprises as $e) {<br>
 $l = &amp;$ogo-&gt;getSubkeyReference($e, &#39;_ADDRESSES&#39;, &#39;type&#39; &#39;location&#39;);<br>
 $a = array(&#39;name&#39; =&gt; $[&#39;name&#39;],<br>
            &#39;location&#39; =&gt; &amp;$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>