>> isset($arr[0]['id']) used to return false if $arr[0] is undefined, but
>> with the new VM it throws a warning.
Doesn't sound right to me either...
--
Best regards,
Jasonmailto:[EMAIL PROTECTED]
SG> I'd call it bugish, since part of the point of isset() is that it
> isset($arr[0]['id']) used to return false if $arr[0] is undefined, but
> with the new VM it throws a warning.
>
> Is this new behavior or a bug ?
>
I'd call it bugish, since part of the point of isset() is that it's never
supposed to throw notices on undefined vars/indices.
[EMAIL PROTECTED] php