|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2000-02-25 04:57 UTC] thies at cvs dot php dot net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Dec 15 18:00:01 2025 UTC |
Hiya again it's me :P I heard memmory leak shooting season was opened today :) <? class Test { var $a = ""; function plop () { $this->a = implode ("", file("http://www.cnh.net.local/homenieuws/php")); } } $wico = new Test(); for ($x = 0; $x < 25000; $x++) { echo "$x<BR>\n"; flush(); $wico->Plop(); } ?>