ID: 9092
Updated by: zak
Reported By: [EMAIL PROTECTED]
Status: Open
Bug Type: Class/Object related
Assigned To: 
Comments:

This should not work - how can you pass a literal value by reference?

However, you are right about the error message - it does seem to be incorrect.

Previous Comments:
---------------------------------------------------------------------------

[2001-02-03 17:53:52] [EMAIL PROTECTED]
This code snippet:

class test {
      function test(&$test1=false) {
      }
} 

gives me 

Parse error - parse error, expecting `')''

on the line with the constructor (function ...)

shouldn't this work (or at least return a useful error)?



---------------------------------------------------------------------------



ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=9092&edit=2


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to