|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2002-08-20 12:02 UTC] xilord at yahoo dot com
Can duplicate on Windows 2k and Linux // $patt = "/(^\s*<p[^>]*?>)|(<\/p>$)/i"; -------------------------} PHP is parsing the commented code and closing the script block at the "?>". Haven't found anything on this issue in the Bug db. I know there are obvious work-arounds but I thought I'd mention it. PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Dec 16 16:00:01 2025 UTC |
So for example <?php echo("test<br>"); // echo("lala<br>"); echo("bubu<br>"); ?> gives out test lala bubu on your system?