>   Log:
>   Note about $array[banana] is bad!

(...)

> -echo "A banana is $fruits[banana].";
> +echo "A banana is $fruits[banana].";  // this works, but is wrong <link
linkend="language.types.array.foo-bar">see the explanation</link>

No, it isn't. Inside as string, this is correct. See
http://www.php.net/manual/en/language.types.string.php#language.types.string
.parsing

Greetz,
Jeroen


Reply via email to