Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:106566 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 48830 invoked from network); 13 Aug 2019 13:33:30 -0000 Received: from unknown (HELO localhost.localdomain) (76.75.200.58) by pb1.pair.com with SMTP; 13 Aug 2019 13:33:30 -0000 To: internals@lists.php.net References: <25d774e8-183b-d39c-4ac4-81c1b7770229@gmail.com> Date: Tue, 13 Aug 2019 12:01:53 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.8.0 MIME-Version: 1.0 In-Reply-To: <25d774e8-183b-d39c-4ac4-81c1b7770229@gmail.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-GB Content-Transfer-Encoding: 7bit X-Posted-By: 94.4.34.143 Subject: Re: [PHP-DEV] [RFC] Namespace-scoped declares, again From: markyr@gmail.com (Mark Randall) Message-ID: On 13/08/2019 10:02, Rowan Collins wrote: > I really like this approach. It allows a package definition file to > exist, without either the language or the header of each file having to > define its location. # # File: /lib/company/project1/a/b/MyClass.php #