|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[1998-06-03 09:05 UTC] rasmus
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Nov 08 09:00:01 2025 UTC |
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