|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2003-02-26 07:43 UTC] sergey at sociology dot kharkov dot ua
I have found a bug on page function.range.html
[chm date: 2002-12-27]...
Server hand-ups when I use russian letters:
foreach(range('?','?') as $letter) {
echo $letter;
}
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Nov 20 13:00:01 2025 UTC |
So what's the problem here? I do this: error_reporting(E_ALL); var_dump( range('?','?') ); print 'hi'; and get no output at all, no segfault either. Doesn't sound like a documentation problem and if it is please say why and reclassify again...# php -r "var_dump( range('?','?') );" Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 35 bytes)