Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:101667 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 67051 invoked from network); 25 Jan 2018 16:24:19 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Jan 2018 16:24:19 -0000 Authentication-Results: pb1.pair.com header.from=tendoaki@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=tendoaki@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.161.175 as permitted sender) X-PHP-List-Original-Sender: tendoaki@gmail.com X-Host-Fingerprint: 209.85.161.175 mail-yw0-f175.google.com Received: from [209.85.161.175] ([209.85.161.175:41752] helo=mail-yw0-f175.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id FB/21-61119-1B40A6A5 for ; Thu, 25 Jan 2018 11:24:19 -0500 Received: by mail-yw0-f175.google.com with SMTP id b129so3120311ywa.8 for ; Thu, 25 Jan 2018 08:24:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=bfEhVhRBkankr43a5G2S4UAZEUhSp2apWxUCMYqKd5k=; b=HlFAJNCanMHDfrE+BI/jRrW3ZL8Yi1srf2fRbDgCMaXwN4KVHtVB5wd1BrFZSJ1+UD FnYu5GlLQlAq8VF0RqMKrovNFVbyyRD4Co94mXYQidBLIi0kno5+bi2L6kpMuMJ4LkjN HFsYgw7XokFAqJU1rF+a6byE91IMmqSi9ZfqrG1CMqVKKqc5q8wXNKwBqH9DfHwwd4Ej 9RapzANGG0Pj5s2lnc5dIzeNUz+G4cgA4WZMFo/wqDXKPb2b98+OrCDWzM7arsF3Xptd MPf7/0tDcl4J+f6u1rYPQqHvy3aOHhjPKNBPlMnjojDCiaSPsg+Vl8WjN90/4n1OS9qM G7dQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=bfEhVhRBkankr43a5G2S4UAZEUhSp2apWxUCMYqKd5k=; b=qLy56elfC64oeJbI7pSn3LDpVQK8ONVBbPd0AWx64DuD4CjXsQf/4UAlKfSHCJtK58 vLT9SpqbNiQfG2pU1prxGJ3tazGIA1ocq/B5G33WTkMT7nZ3PRq6fYh7KD4dtOtI+mfF U4odsTcX5ze8Xkk1kOR/Bi+eTqUkFXFiKiSfs35AgHEji+/v7CgCKHCMk8iln6O+v+PB POKjgvipXfe0UuuY5R8IOaC5Hj7dGtYqmxk5OKRSDC1YO4Wbca0fiQzPzSZsby3T3jBZ CYMpiLwISTxZID+TUpW5XSGpRQ0djfGp+UGdEsAuKsCAFjuFth5H9Zod+VNyMTt+f/VK ZO7w== X-Gm-Message-State: AKwxytc0vzW3mYOAZyG+/1lBWrN2+RPppvs3M05dMiel6W12w5byLh+H exAhow6kO4wYMQkmEXYbwsY2vNLg+5282l+qa1Y= X-Google-Smtp-Source: AH8x225LSHU7azwT8gWvpi0eCMNpbDnSIXydQnNtR3y5vDtRlfPrCp7hBiBUFYflSEZfSotFehfTKRMUMllwQLKkCkE= X-Received: by 10.129.55.209 with SMTP id e200mr8706190ywa.306.1516897455197; Thu, 25 Jan 2018 08:24:15 -0800 (PST) MIME-Version: 1.0 Received: by 10.37.189.16 with HTTP; Thu, 25 Jan 2018 08:24:14 -0800 (PST) In-Reply-To: References: Date: Thu, 25 Jan 2018 10:24:14 -0600 Message-ID: To: Derick Rethans Cc: Ryan Pallas , PHP internals Content-Type: multipart/alternative; boundary="001a1144016cfa591a05639c35b9" Subject: Re: [PHP-DEV][RFC][DISCUSSION] Collection Inspection From: tendoaki@gmail.com (Michael Morris) --001a1144016cfa591a05639c35b9 Content-Type: text/plain; charset="UTF-8" On Thu, Jan 25, 2018 at 10:21 AM, Derick Rethans wrote: > > PHP owns the top-level namespace. It has always done that. It's even > documented: http://docs.php.net/manual/en/userlandnaming.rules.php > > That doesn't stop the bellyaching when the refactoring becomes necessary. If possible, it is best to avoid choosing a name that will cause a lot of projects to refactor. --001a1144016cfa591a05639c35b9--