|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2005-05-25 23:31 UTC] jw at jwscripts dot com
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Dec 02 10:00:01 2025 UTC |
Description: ------------ The strftime() function does not translate %n into a new line character. Reproduce code: --------------- <pre> <?php print strftime("%c %n", time()); print strftime("%c %n", time()); ?> </pre> Expected result: ---------------- 05/25/05 23:17:21 05/25/05 23:17:21 Actual result: -------------- 05/25/05 23:17:21 05/25/05 23:17:21