Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:62007 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 76269 invoked from network); 3 Aug 2012 15:09:47 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Aug 2012 15:09:47 -0000 Authentication-Results: pb1.pair.com header.from=rasmus@mindplay.dk; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=rasmus@mindplay.dk; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain mindplay.dk from 209.85.212.42 cause and error) X-PHP-List-Original-Sender: rasmus@mindplay.dk X-Host-Fingerprint: 209.85.212.42 mail-vb0-f42.google.com Received: from [209.85.212.42] ([209.85.212.42:38304] helo=mail-vb0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E1/5B-09659-9B9EB105 for ; Fri, 03 Aug 2012 11:09:45 -0400 Received: by vbbfs19 with SMTP id fs19so845929vbb.29 for ; Fri, 03 Aug 2012 08:09:42 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type :x-gm-message-state; bh=BvRCKhJhJSlUMGtycClGUSUclUFUCoqjoeFJnqGQRWY=; b=MVv8WIAd1YfrqnXC+iN+FGA0+3Onuu3qcRthsETsXkxwPMtVKNIf9yNB4+AA5MZuSO pOPC/ByNjz2oDS2Q0IU81rE2eEhTqNAt5Klk2YxnOIGubv2HI04qOnRSo4evjXSKvN7i HtIHqtSuzmjnhA8h2z3y8a9AzTle3P6WcJXs/fksMvY2mop/j+LEzLePH/QD3dwxn+xb 9jnHYMMTanp2L76u1LCiZzsrukbW72Hi6G/y9yVZPSaxrtyQvkozRN9GGp2Ja2S/Lmku IFm2lLAfLfUUomg0/XGUCduO3m69FBc5BJkwvr1YO4OAtGheLuq1ytzihhD+zyphhZeC n8mw== MIME-Version: 1.0 Received: by 10.220.222.20 with SMTP id ie20mr1610989vcb.13.1344006582775; Fri, 03 Aug 2012 08:09:42 -0700 (PDT) Received: by 10.220.150.133 with HTTP; Fri, 3 Aug 2012 08:09:41 -0700 (PDT) Date: Fri, 3 Aug 2012 11:09:41 -0400 Message-ID: To: internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-1 X-Gm-Message-State: ALoCoQnSesrNyrcw60ILHkaFwZ6AjyTkK51mGzjQ+GsbIlNUG5E6w/2R3zNL7weD/KG0vmxJZFN1 Subject: missing documentation for use-clause in closures? From: rasmus@mindplay.dk (Rasmus Schultz) Is this all the documentation there is for the use-clause for anonymous closures? http://us2.php.net/manual/en/functions.anonymous.php For one, it would be nice to have documentation that explains whether the variables listed in the use-clause are copied/referenced at declaration-time or at call-time?