|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2008-01-12 22:27 UTC] belankov at mail dot ru
|
|||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sun Dec 07 09:00:02 2025 UTC |
Description: ------------ Code on page executed twice. Every web request generates two 'a' in the file 'dump'. In CLI mode everything is ok. Reproduce code: --------------- <?php file_put_contents('dump','a',FILE_APPEND) ?> <table><td background=#> Expected result: ---------------- a Actual result: -------------- aa