|   | php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | 
| 
 PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits              [2007-11-21 15:49 UTC] vrana@php.net
 | |||||||||||||||||||||||||||
|  Copyright © 2001-2025 The PHP Group All rights reserved. | Last updated: Fri Oct 31 04:00:01 2025 UTC | 
Description: ------------ If strlen($format) >= 1024, then the output of strftime($format, $date) is the empty string. I'd at least like to see a note of this appear in strftime()'s documentation.exactly Reproduce code: --------------- strftime(str_repeat('a', 1024), time()) Expected result: ---------------- str_repeat('a', 1024) Actual result: -------------- ''