Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:52896 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 18729 invoked from network); 4 Jun 2011 22:01:28 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 Jun 2011 22:01:28 -0000 Authentication-Results: pb1.pair.com header.from=mike.vanriel@naenius.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=mike.vanriel@naenius.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain naenius.com designates 83.96.159.14 as permitted sender) X-PHP-List-Original-Sender: mike.vanriel@naenius.com X-Host-Fingerprint: 83.96.159.14 linux35.webawere.nl Linux 2.6 Received: from [83.96.159.14] ([83.96.159.14:42664] helo=linux35.webawere.nl) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id FB/44-14012-33BAAED4 for ; Sat, 04 Jun 2011 18:01:26 -0400 Received: from localhost ([127.0.0.1] helo=webmail.naenius.com) by linux35.webawere.nl with esmtpa (Exim 4.76) (envelope-from ) id 1QSyuE-0002QZ-14; Sun, 05 Jun 2011 00:01:18 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Date: Sun, 05 Jun 2011 00:01:18 +0200 To: In-Reply-To: <73A0E06E-55E0-4C48-B8F8-BCAFA3216892@bitextender.com> References: <73A0E06E-55E0-4C48-B8F8-BCAFA3216892@bitextender.com> Message-ID: X-Sender: mike.vanriel@naenius.com User-Agent: Roundcube Webmail/0.5.2 X-Antivirus-Scanner: Seems clean. You should still use an Antivirus Scanner Subject: Re: [PHP-DEV] Trying to find out where the memory went From: mike.vanriel@naenius.com (Mike van Riel) Hey David, That gives me the following output: int(640720) int(244001144) Mike On Sat, 2011-06-04 at 23:51 +0200, David Zülke wrote: > What does > > var_dump(memory_get_peak_usage()); > token_get_all(file_get_contents('')); > var_dump(memory_get_peak_usage()); > > get you? > > David