|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2000-10-24 08:00 UTC] lyric@php.net
[2000-10-24 08:00 UTC] lyric@php.net
[2000-10-24 12:00 UTC] ignacio at openservices dot net
[2000-11-27 10:02 UTC] sniper@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Nov 04 20:00:01 2025 UTC |
Not so much a problem as a quirk. Code: """ <?php $jssrc="menu.js"; if (isset($jssrc)) { ?> <script src="<?=$jssrc?>"> <!-- //--> </script> <?php }; ?> """ Output: """ <script src="menu.js"> <!-- //--> </script> """ Notice the extra nl's. Also, could somebody verify that this quirk still exists in later versions of PHP? I'm still having trouble building any of them, but don't worry about that. Thanks.