Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:65578 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 90711 invoked from network); 3 Feb 2013 18:31:20 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Feb 2013 18:31:20 -0000 Authentication-Results: pb1.pair.com header.from=sebastian.krebs.berlin@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=krebs.seb@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.48 as permitted sender) X-PHP-List-Original-Sender: krebs.seb@gmail.com X-Host-Fingerprint: 74.125.82.48 mail-wg0-f48.google.com Received: from [74.125.82.48] ([74.125.82.48:34219] helo=mail-wg0-f48.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 58/50-22879-6FCAE015 for ; Sun, 03 Feb 2013 13:31:19 -0500 Received: by mail-wg0-f48.google.com with SMTP id 16so4091662wgi.3 for ; Sun, 03 Feb 2013 10:31:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:sender:x-google-sender-delegation :in-reply-to:references:date:x-google-sender-auth:message-id:subject :from:to:cc:content-type; bh=6Cda6Zm20ZoZEHnt7LVVN/yUA83espvdLphet4B17+8=; b=JqXvwx4er2JJl7DDrTx+/gh1/shFE+1+9UcO50MO/TyR/ICw78c7iW0onFsSoS9loU M2rbKVuh+UNmC4NV33fed/qN+l+mqG8zfE3uJ53Yocj3+PoXhqLxabLqAqXcHbYTNVks zPMKjlxJjvCTTm1H5quAz9A8HGul4/RZAtvbAcTnI0zgvcpUrbigocgMtaSJQ/2TLgeR YdBym29N2GTyRM9+xHVmA3Ck5u7wZgOMPtpwEZ9/eugDx6PvoJf2NlsFsGdXK2Jtmc/2 uAWznglcwKSRbM9j13TNywb01+8kBoK6C64ca6Rn+gqtGl9iTrUSanIeXPNdO9MN+a2O vVgg== MIME-Version: 1.0 X-Received: by 10.180.101.99 with SMTP id ff3mr6642084wib.21.1359916275538; Sun, 03 Feb 2013 10:31:15 -0800 (PST) Sender: sebastian.krebs.berlin@gmail.com X-Google-Sender-Delegation: sebastian.krebs.berlin@gmail.com Received: by 10.216.119.70 with HTTP; Sun, 3 Feb 2013 10:31:15 -0800 (PST) In-Reply-To: <510E9F51.4000503@php.net> References: <510E995C.3020802@php.net> <510E9F51.4000503@php.net> Date: Sun, 3 Feb 2013 19:31:15 +0100 X-Google-Sender-Auth: Q_DJpZDIhQzep94uEGyHKlpqYEo Message-ID: To: Sebastian Bergmann Cc: PHP internals list Content-Type: multipart/alternative; boundary=f46d044280e8871d3b04d4d62e24 Subject: Re: [PHP-DEV] (non)growing memory while creating anoymous functions via eval() From: krebs.seb@gmail.com (Sebastian Krebs) --f46d044280e8871d3b04d4d62e24 Content-Type: text/plain; charset=ISO-8859-1 2013/2/3 Sebastian Bergmann > Am 03.02.2013 18:07, schrieb Sebastian Bergmann: > > Can you explain why you are using eval() instead of a real anonymous > > function? Thanks! > > Please ignore my email; I mixed up create_function() and eval(). Then > again, your code still does not make sense to me ... > Don't know, how create_function() works internally, but it seems, that they at least act quite similar > -- > Sebastian Bergmann Co-Founder and Principal Consultant > http://sebastian-bergmann.de/ http://thePHP.cc/ > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > -- github.com/KingCrunch --f46d044280e8871d3b04d4d62e24--