|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[1998-11-20 11:57 UTC] zeev
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Oct 30 07:00:02 2025 UTC |
<? print(sprintf("%s", "")); ?> I should note that this is intermittent, though hitting reload a bunch of times seems to cause it to happen reliably. --- The above code fragment embedded in any script will cause the described behavior. For example: <? print("XXX\n"); print(sprintf("%s", "")); print("XXX\n"); ?> Sorry I didn't make the clear at first.