Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:66661 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 86786 invoked from network); 16 Mar 2013 06:51:29 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Mar 2013 06:51:29 -0000 Authentication-Results: pb1.pair.com header.from=php@golemon.com; sender-id=softfail Authentication-Results: pb1.pair.com smtp.mail=php@golemon.com; spf=softfail; sender-id=softfail Received-SPF: softfail (pb1.pair.com: domain golemon.com does not designate 209.85.160.42 as permitted sender) X-PHP-List-Original-Sender: php@golemon.com X-Host-Fingerprint: 209.85.160.42 mail-pb0-f42.google.com Received: from [209.85.160.42] ([209.85.160.42:60530] helo=mail-pb0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A8/A1-13245-07614415 for ; Sat, 16 Mar 2013 01:51:29 -0500 Received: by mail-pb0-f42.google.com with SMTP id xb4so4749278pbc.15 for ; Fri, 15 Mar 2013 23:51:25 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-received:sender:x-originating-ip:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to:cc :content-type:x-gm-message-state; bh=/lRGNHC0HiIuKNuVcQpn69IVi0uNJjBGQfmOjB8ks+Y=; b=PCUDkXPsBtTLTEuoYTHfXEQcOzRYRD0PqNbIlvIb7ER2doCuciXDQvGZgGijmQeYNg X0AELXHNs7uJdD5XY7gJWxnxs7XON7U3feS1qKLS42dAGBfusx+6GNGiUxk4QwZPVuJ6 VzzsqeMnz6SLAsh4g68dja0sGRe/ayfdro+uJTyZQhcq+BGn35E3Xk/8wtRC0x9xfqdY 1BWeQ3QgLivnw6Miw4W4Khp0BgUSzpbjfOGYbZ3chaXDLpon+qD8fLJ8hNA5tzoDpJZf XowXlzibVSkQfzwtp5dYnZTrtptnSKuHHOVmXVuzIw3xR8d99Ka9rGsndnHtQHhPrcDa eJqA== MIME-Version: 1.0 X-Received: by 10.68.129.9 with SMTP id ns9mr23084505pbb.16.1363416685195; Fri, 15 Mar 2013 23:51:25 -0700 (PDT) Sender: php@golemon.com Received: by 10.70.28.65 with HTTP; Fri, 15 Mar 2013 23:51:25 -0700 (PDT) X-Originating-IP: [98.210.180.187] In-Reply-To: References: <51432E01.7090502@mrclay.org> <51433530.5040707@gmail.com> Date: Fri, 15 Mar 2013 23:51:25 -0700 X-Google-Sender-Auth: G0lH3EGHG7QS-ar4SqzsQLwfLnU Message-ID: To: Anthony Ferrara Cc: PHP Developers Mailing List Content-Type: text/plain; charset=ISO-8859-1 X-Gm-Message-State: ALoCoQk3tZDdZME5k8hGX1Woy2dexubuBGi21dUPeg7Gu1e1J4g6U3qRzLZO2TZrhBzHuF+uRg85 Subject: Re: [PHP-DEV] Could we kill call_user_func? From: pollita@php.net (Sara Golemon) > ${'_'.!$_=getCallback()}(); > Well now, that's an... interesting abuse of resolution order and type juggling.