|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2005-01-24 00:51 UTC] tony2001@php.net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Dec 18 08:00:02 2025 UTC |
Description: ------------ short_open_tag = On Closetags (and maybe other stuff) will get parsed if you're using // and # as comment. Just look at the code to see it with your own eyes ;) Reproduce code: --------------- This will echo a "?>" <?php //?> ?> This too: <?php #?> ?> This will echo nothing <?php /*?>*/ ?> Expected result: ---------------- Nothing Actual result: -------------- ?>