|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2012-10-25 06:22 UTC] aharvey@php.net
[2012-10-25 06:22 UTC] aharvey@php.net
-Status: Open
+Status: Wont fix
[2012-10-25 07:18 UTC] p dot varga at lottery24 dot net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Oct 27 09:00:02 2025 UTC |
Description: ------------ Hi! It would be nice when the format of the numbers could be more human readable. Example how it is now: Allowed memory size of 130000000 bytes exhausted (tried to allocate 133600001 bytes) Thank you! Peter Test script: --------------- <?php $s = ""; for ( $i = 1 ; $i < 10000 ; $i++ ) { $s .= str_repeat("x", 100000); } ?> Expected result: ---------------- Suggestion: Allowed memory size of 130.000.000 bytes exhausted (tried to allocate 133.600.001 bytes)