Nuno Lopes wrote:
philip Tue May 2 18:05:55 2006 UTC
Modified files:
/phpdoc/en/language types.xml
Log:
Expand $str[42] syntax info a little more, $str{42} deprecated as of
PHP 6,
and adjust example accordingly
$str{42} is not marked as deprecated. The notice was removed a long ago
(yes from PHP 6 too).
I had asked the PHP bugs irc channel and those that replied agreed
it was deprecated. And upon further communication still do. They
(Andrei and Sara) seem rather certain. So, how sure are you? :)
Regards,
Philip
Do you trust the developers?? Their memory isn't that great :)
I've tested with a pretty recent PHP 6 snapshot when I saw your e-mail. The
notice was removed when there was the discussion and I think it won't be
deprecated (although it still can be, but I don't think so).
Nuno