Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:62994 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 6045 invoked from network); 13 Sep 2012 22:32:38 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 Sep 2012 22:32:38 -0000 Authentication-Results: pb1.pair.com smtp.mail=ekneuss@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=ekneuss@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.210.42 as permitted sender) X-PHP-List-Original-Sender: ekneuss@gmail.com X-Host-Fingerprint: 209.85.210.42 mail-pz0-f42.google.com Received: from [209.85.210.42] ([209.85.210.42:33713] helo=mail-pz0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D6/1E-31416-50F52505 for ; Thu, 13 Sep 2012 18:32:38 -0400 Received: by dalf4 with SMTP id f4so2087270dal.29 for ; Thu, 13 Sep 2012 15:32:35 -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:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; bh=U2WP0ifi+wndTWQtNG6Bd0pdCLYPeMD7GZKlNZwzy04=; b=dg3BfUw9WngTyE6jPVFT+OlqbBXlftBb07xCYqd3kP6aagarf2dpXCNog3H9unlyp2 v5pqoxOlEtAa8uEcz5DB4LKaPXbAC1QokiAek70iGtAhU9XqDN78Uee7MVYLYt6dDre0 w88tvVVOwCOVYrz599UsOjc/z+Uk7kVJuDx4uywqZ+Z2142pZ+xqGM9lFWxmKjnpirwz 7Oz8+eCVCsUdpmNvhTcajkXXLWLsH3QPrShzO7U1M6AZ1pp9rGG4PTlPqmmmJ3L0PdOH UID7Hix7Uv2TmQVCKd6PdAMT7raRxOe9wkp8FI3qQp7uRU8KreEI14Je5Ul7XIN4ra5n 4xcQ== Received: by 10.66.76.165 with SMTP id l5mr802386paw.79.1347575555070; Thu, 13 Sep 2012 15:32:35 -0700 (PDT) MIME-Version: 1.0 Sender: ekneuss@gmail.com Received: by 10.68.196.134 with HTTP; Thu, 13 Sep 2012 15:32:13 -0700 (PDT) In-Reply-To: <50525D1D.10109@sugarcrm.com> References: <504F4D33.4070306@ralphschindler.com> <50524989.10204@ralphschindler.com> <50525064.9090009@sugarcrm.com> <50525325.2090104@ralphschindler.com> <50525D1D.10109@sugarcrm.com> Date: Fri, 14 Sep 2012 00:32:13 +0200 X-Google-Sender-Auth: 3WHHw78WWAZfLcF0ND1lMoxoocI Message-ID: To: Stas Malyshev Cc: Ralph Schindler , internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] Re: [VOTE] ::class feature to resolve namespaced class names to scalars From: colder@php.net (Etienne Kneuss) Hi, On Fri, Sep 14, 2012 at 12:24 AM, Stas Malyshev wrote: > Hi! > >> In the current patch, this does not work and would need another run in >> the parser. > > Couldn't we just stuff it in ZEND_FETCH_CONSTANT? I'm not arguing for > it, I'm just saying *if* we wanted it... Even though it's not really useful, we should have it for the sake of consistency. As long as it doesn't cause major technical complications to implement, I don't see why we shouldn't have that available. Best, -- Etienne Kneuss