Posted by Jerry Stuckle on 10/02/33 11:44
Oli Filth wrote:
> Jerry Stuckle said the following on 08/04/2006 21:51:
>
>> Oli Filth wrote:
>>
>>> function getWithDefault(&$array, $key, $default = NULL)
>>> {
>>> return (isset($array[$key])) ? $array[$key] : $default;
>>> }
>>>
>>>
>>
>> And if $array is empty you get a warning.
>>
>
> You do? I don't. Nor can I see any reason why one should get a
> warning. What version of PHP are you running?
>
>
Try turning on all warnings.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
Navigation:
[Reply to this message]
|