ZF-3913: Bad style: non-variable identifiers should contain only uppercase characters.
Description
In file ItemEntry.php, line 89 the undefined constant 'this' was returned instead of the internal object identifier '$this'. I marked this as a major bug because, although I've not tested the results, I expect PHP will attempt to translate the undefined constant to a string.
Comments
Posted by old of Satoru Yoshida (yoshida@zend.co.jp) on 2008-08-25T03:23:32.000+0000
This issue of Zend/Gdata/Gbase/ItemEntry.php, seems to be fixed SVN r9622, I think.
Posted by Wil Sinclair (wil) on 2008-09-02T10:39:01.000+0000
Updating for the 1.6.0 release.