Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:108926 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 75990 invoked from network); 9 Mar 2020 22:16:16 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 9 Mar 2020 22:16:16 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id E3AB9180088 for ; Mon, 9 Mar 2020 13:37:00 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on php-smtp4.php.net X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H2, SPF_HELO_NONE,SPF_NONE autolearn=no autolearn_force=no version=3.4.2 X-Spam-ASN: AS15169 209.85.128.0/17 X-Spam-Virus: No X-Envelope-From: Received: from mail-wr1-f53.google.com (mail-wr1-f53.google.com [209.85.221.53]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Mon, 9 Mar 2020 13:37:00 -0700 (PDT) Received: by mail-wr1-f53.google.com with SMTP id v9so12924919wrf.10 for ; Mon, 09 Mar 2020 13:37:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=beberlei-de.20150623.gappssmtp.com; s=20150623; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=K2JX5+atxLe+rPTougWuW5TJJLwsB5WSMYp4eZd4P9s=; b=bz502JISQqVJDAMB8raK9QS30pNUJZShr7EAUysBPw4HClHw03AUQFiIjeuFeotpBn 55jEfwUPjl4SUA3RsXPdN7zGwHqwk3n8S54H242rn3xCk1llQvOF61X6UG9bEwsBcomo jDwR7pkFUrxGwXY1PzkLapUgnsuBY9oL+xR/yIaYy9Y3++LPCoy9k31AWysD7vQzCt29 bYW6j4NLM5lyxOOtiRgHpgBJai2A8cqPPemdMymJfcNXLCTLiIzJk48hoKQ8IR08NPin CTa925GZNFdAika2BGRWCQ9QehjpMXKjznr1ecD5jSmACn4M9R5SG0OETH84NouJKUYk /uag== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=K2JX5+atxLe+rPTougWuW5TJJLwsB5WSMYp4eZd4P9s=; b=Xj7tXapZbAd5Oo1+Eux8N7EWmF7j3Zso0mHMAsdp6157hPYRqCKdI59UuQy5/hL/fA Ny3P1oQnV5Odq9Hf53aDrgdEqAXlolXwA0/bUKiVK9PMdx3igNoYRHOzFNRPQLgNiMsS YIUs9NljB3BjHEGkFDeMJp+qV82pq01nGnKRMxf8PK/pnabap5FHwUJgQ4C+vndVb41v MCcjMnGUW6yPbiiC/6hHo9SzxhnL54RaO486iqVLy/nDn/qRdGKelxhybOFoex3dvyqc K+aCmA3JZvPtBenYnEHbPO0UvE2byzgkkAp2JlAEh/ofWU3jaPde8BSrdU4ZEkqOeF42 sr4g== X-Gm-Message-State: ANhLgQ3KjXTNMmqZQPGd4EJ6eCeN/Y0ap63hFEryBPZjVzdq9xyvkjuF 5kbuxzSzzIHUdjEqXSL8jgy7FVv6z/ga1WY7awMxyQ== X-Google-Smtp-Source: ADFU+vtjT25TjlNyevSrFZcBCNhd44ihfsJpxTn+HOZLt3V9CNu8RwJWuxl0DaCjDSbiv7RzOkDT2PURMYCIwFHESyE= X-Received: by 2002:adf:e40b:: with SMTP id g11mr16450838wrm.39.1583786217778; Mon, 09 Mar 2020 13:36:57 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Mon, 9 Mar 2020 21:36:46 +0100 Message-ID: To: "Paul M. Jones" Cc: PHP Internals Content-Type: multipart/alternative; boundary="000000000000e949b705a071f613" Subject: Re: [PHP-DEV] [RFC] Attributes v2 From: kontakt@beberlei.de (Benjamin Eberlei) --000000000000e949b705a071f613 Content-Type: text/plain; charset="UTF-8" On Mon, Mar 9, 2020 at 5:34 PM Paul M. Jones wrote: > Hi Benjamin, > > From the examples, am I to understand that the RFC introduces a top-level > namespace `\Php` ? > > Honestly didn't realize this and thought PhpToken would already be in the PHP namespace. I am going to think this over and probably go for PhpAttribute in the global namespace instead. It wasn't my intention to create a precedent here :) > > -- > Paul M. Jones > pmjones@pmjones.io > http://paul-m-jones.com > > Modernizing Legacy Applications in PHP > https://leanpub.com/mlaphp > > Solving the N+1 Problem in PHP > https://leanpub.com/sn1php > > > > --000000000000e949b705a071f613--