ID: 9092
Updated by: jmoore
Reported By: [EMAIL PROTECTED]
Old-Status: Duplicate
Status: Closed
Bug Type: Class/Object related
Operating system: 
PHP Version: 4.0.4pl1
Assigned To: 
Comments:

You cant pass a literal via reference. Closing report. This is in the todo for 4.1.

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

[2001-02-20 01:34:45] [EMAIL PROTECTED]
covered by 6343 

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

[2001-02-03 19:00:05] [EMAIL PROTECTED]
hmm, i see your point.

is it possible to define a value that should be 
passwd by reference as optional?



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

[2001-02-03 18:09:28] [EMAIL PROTECTED]
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.

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

[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