On Wed, Aug 4, 2010 at 11:20, Kalle Sommer Nielsen <ka...@php.net> wrote: > kalle Wed, 04 Aug 2010 09:20:46 +0000 > > Revision: http://svn.php.net/viewvc?view=revision&revision=301848 > > Log: > Fixed bug #52526 (Documentation for T_STRING implying bad programming style) > > Bug: http://bugs.php.net/52526 (Open) Documentation for T_STRING implying bad > programming style > > Changed paths: > U phpdoc/en/trunk/appendices/tokens.xml > > Modified: phpdoc/en/trunk/appendices/tokens.xml > =================================================================== > --- phpdoc/en/trunk/appendices/tokens.xml 2010-08-04 09:08:08 UTC (rev > 301847) > +++ phpdoc/en/trunk/appendices/tokens.xml 2010-08-04 09:20:46 UTC (rev > 301848) > @@ -658,7 +658,7 @@ > </row> > <row> > <entry><constant>T_STRING</constant></entry> > - <entry>"$a[a]"</entry> > + <entry>"$a['a']"</entry>
Heh? thats a syntax error, isn't it? -Hannes