id summary reporter owner description type status priority milestone component version severity resolution keywords cc focuses 13900 Curly Brackets String Index-Based-Access Deprecated hakre "[http://php.net/manual/en/language.types.string.php#llanguage.types.string.substr From the PHP Manual]: > Note: String s [!sic] may also be accessed using braces, as in $str!{42}, for the same purpose. However, this syntax is deprecated as of PHP 5.3.0. Use square brackets instead, such as $str![42]. It is recommended to replace it using square brackets ({{{[}}},{{{]}}}) (Informative: I know at least that it has been warned about to use that since a longer time. It is a very old syntax and you find it often in outdated code, even before PHP 5.3.)" defect (bug) closed normal 3.1 General 3.0 normal fixed has-patch