Laruence <larue...@php.net> wrote:

>Hi:
>   if we fixed this,  what about following example:
>
><?php
>
>$num = NULL;
>
>echo $num["xxx"];
>
>
>  does this also deserve a notice?
>
>thanks

No because NULL is just the first element in implicit array conversion
>
>
>
>-- 
>Laruence  Xinchen Hui
>http://www.laruence.com/
>
>-- 
>PHP Internals - PHP Runtime Development Mailing List
>To unsubscribe, visit: http://www.php.net/unsub.php

-- 
Sent from my Android phone with K-9 Mail.
Andrew Faulds
http://ajf.me/

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to