[GRLUG] sysadmin job opening
Godwin
godwin at grandrapids-lug.org
Sun Jan 31 16:15:44 EST 2010
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.
cheers,
G-
On Sun, Jan 31, 2010 at 3:26 PM, <mikemol at gmail.com> wrote:
> 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
>
> confused mess. Which maybe explains why seemingly valid code such as -
>>
>> for ($enterprises as $e) {
>> $a = array('name' => $e['name'],
>> 'location' => &$ogo->getSubkeyReference($e, '_ADDRESSES',
>> 'type' 'location'));
>> }
>>
>> - will crash PHP cold, but -
>>
>> for ($enterprises as $e) {
>> $l = &$ogo->getSubkeyReference($e, '_ADDRESSES', 'type' 'location');
>> $a = array('name' => $['name'],
>> 'location' => &$l);
>> }
>>
>> - works. Weird.
>>
>
> That sounds like a reportable bug.
> *ducks out of the rest of the discussion*
> --
> :wq
>
--
Ubber::Geek
http://grlug.org/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://shinobu.grlug.org/pipermail/grlug/attachments/20100131/4737671c/attachment.htm
More information about the grlug
mailing list