|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[1999-06-01 16:29 UTC] jim at cvs dot php dot net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Oct 28 08:00:01 2025 UTC |
When I have a single line comment (// or #) the parser seems to see the php end tag (?>) inside of a string constant. to reproduce the problem: <? $strtoeval = '<b><?echo "hello world"?></b>'; // eval ('?>'. $strtoeval); ?>