Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:76617 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 61649 invoked from network); 17 Aug 2014 21:36:21 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 Aug 2014 21:36:21 -0000 Authentication-Results: pb1.pair.com smtp.mail=morrison.levi@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=morrison.levi@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.219.49 as permitted sender) X-PHP-List-Original-Sender: morrison.levi@gmail.com X-Host-Fingerprint: 209.85.219.49 mail-oa0-f49.google.com Received: from [209.85.219.49] ([209.85.219.49:42447] helo=mail-oa0-f49.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 63/A4-28428-35021F35 for ; Sun, 17 Aug 2014 17:36:20 -0400 Received: by mail-oa0-f49.google.com with SMTP id eb12so3446420oac.22 for ; Sun, 17 Aug 2014 14:36:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=lJ2hjvcxuJdrs4cRP/bJO7islBC/lhDTpObHod3ps3E=; b=wwV1JfPsCvNXjzpP7lF3yRVe+IbE5E3jr7z1R8eVoyjwkQ3aTYA/xddz+PK+wX5/DD arfYkW281sPNunG8pKKsyhOwCcyUWBA+qtp+cbvWRuWWI6hUu64zryizFnx76kf8MK6m 6g5feksrObycAXpKFBWY7rbxnKZ1T0Ww2CXFnCWQRyNFOK9Q/gQilsdcs/LY8HFX/mut CSlfBjl6MXdCt4CUmfymJ2T/ROtcpd3bQ554XgIuyU3f6Tm3Pr5qNoOb0KWy6orgKEoO KCbGTp6/ePYnWfWPBUWdbEC1iIX2PvOSzm6rPW6dgoVn8BuPn5pBePjA1KrBInuhB1tA D+uw== MIME-Version: 1.0 X-Received: by 10.60.149.227 with SMTP id ud3mr33649608oeb.53.1408311377280; Sun, 17 Aug 2014 14:36:17 -0700 (PDT) Sender: morrison.levi@gmail.com Received: by 10.76.157.231 with HTTP; Sun, 17 Aug 2014 14:36:17 -0700 (PDT) In-Reply-To: <235C617B-25E1-4185-A784-38EF1D7BFFDC@ajf.me> References: <235C617B-25E1-4185-A784-38EF1D7BFFDC@ajf.me> Date: Sun, 17 Aug 2014 15:36:17 -0600 X-Google-Sender-Auth: R3IrirXB5kye08pDaCHcprL5HoA Message-ID: To: Andrea Faulds Cc: PHP internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] [VOTE][RFC] Closure::call() From: levim@php.net (Levi Morrison) I have a small clarification question on the RFC: you are adding another parameter to bindTo which defaults to false, but I didn't quite understand the reasoning. Can you try explaining that to me in a different way?