php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #427 oddity: return Include & $this defaults
Submitted: 1998-06-02 22:12 UTC Modified: 1998-06-03 09:05 UTC
From: ccurtis at ee dot fit dot edu Assigned: rasmus (profile)
Status: Closed Package: Parser error
PHP Version: 3.0 Release Candidate 5 OS: Solaris 2.4
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: ccurtis at ee dot fit dot edu
New email:
PHP Version: OS:

 

 [1998-06-02 22:12 UTC] ccurtis at ee dot fit dot edu
These two functions are unliked by the parser:

cFunction MyFunc( $arg )
{	return @Include( $arg );
}

Removing the "return" removes the error.  Removing the '@' has no effect.

This function is more dubious, but...

cFunction MyFunc( $start = $this->$Var )

This doesn't seem like it should give any trouble.

I can work around both of these, so if it's just a limitation of the
current parser, fine by me.  But if it's an easy fix, ... =)

Thanks,
Chris

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1998-06-03 09:05 UTC] rasmus
Not a bug
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Oct 11 11:01:27 2024 UTC