ID: 27148 Updated by: [EMAIL PROTECTED] -Summary: print() method is not allowed Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Zend Engine 2 problem Operating System: linux -PHP Version: 5CVS-2004-02-04 (dev) +PHP Version: 5CVS-2004-02-05 (dev) New Comment:
print, echo, die ... Previous Comments: ------------------------------------------------------------------------ [2004-02-04 13:07:36] [EMAIL PROTECTED] Description: ------------ PHP5 (HEAD) complains when a class has a method named print(). Looks like the yacc grammar have to modified to allow that. The example code works without problems with 4.3.5-dev Reproduce code: --------------- php -r 'class a { function print(){}}' Expected result: ---------------- no error Actual result: -------------- PHP Parse error: parse error, unexpected T_PRINT, expecting T_STRING in Command line code on line 1 ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=27148&edit=1