|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2004-12-23 13:53 UTC] derick@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Dec 02 20:00:01 2025 UTC |
Description: ------------ After putting '@' before echo command PHP compilator writes this message: Parse error: syntax error, unexpected T_ECHO in D:\110028239\Documents\Prgm\Apache2\htdocs\Include\class.document.php on line 53 Reproduce code: --------------- echo("________ trace".$this->df->tracelevel.",log=".$this->df->logfile.",file=".__FILE__.",".__LINE__.",qq=$qq"); Expected result: ---------------- There should be no inflence in compilatin (I suppose). Actual result: -------------- without '@' all is O.K. Otherwise the parse error appears.