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).
Nuno