Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:84214 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 49012 invoked from network); 3 Mar 2015 04:33:40 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Mar 2015 04:33:40 -0000 Authentication-Results: pb1.pair.com smtp.mail=smalyshev@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=smalyshev@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.220.44 as permitted sender) X-PHP-List-Original-Sender: smalyshev@gmail.com X-Host-Fingerprint: 209.85.220.44 mail-pa0-f44.google.com Received: from [209.85.220.44] ([209.85.220.44:44861] helo=mail-pa0-f44.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 98/00-48125-2A935F45 for ; Mon, 02 Mar 2015 23:33:39 -0500 Received: by padbj1 with SMTP id bj1so24085334pad.11 for ; Mon, 02 Mar 2015 20:33:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=7iWCbnaSw+H+H/ZsjY7AdVzxcOsSkI6z4OWxOyrbDE8=; b=X2nOFNoSHGWpZXm2Twhko1pRufVLwREvmiXk/d8phAsuvlY1BgU/1qcq+ft88aU6Ft dzE3FX3djA7umvQXoUDME4fP/5Hq7umTIChP4QIyCjENM0+DZzt9NeUzP527bz8S+35z GZAlYz+rERw8ZGBw3IjsgQbdWJtjXCwKqbUN4pWaFefUbImsbW6xkDfqE2Ag8IjTRe3R 1PIf9HRE+15iwy3OXbeQEMGyR/v5SNt19MM8+HGuCw5udCTvh7gzgP4JGfjVwCblc25D s2d5fecZPUjAsdYE71QvrwMtvcjdNU5kqBIa/IZHlqenqhg4rFHMZRavURA9yFv/WZFo 8nPA== X-Received: by 10.68.136.167 with SMTP id qb7mr51817292pbb.155.1425357215191; Mon, 02 Mar 2015 20:33:35 -0800 (PST) Received: from Stas-Air.local (108-66-6-48.lightspeed.sntcca.sbcglobal.net. [108.66.6.48]) by mx.google.com with ESMTPSA id pp9sm13392777pbb.65.2015.03.02.20.33.34 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 02 Mar 2015 20:33:34 -0800 (PST) Message-ID: <54F5399E.9080204@gmail.com> Date: Mon, 02 Mar 2015 20:33:34 -0800 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: Yasuo Ohgaki , Markus Fischer CC: "internals@lists.php.net" References: <5E7DF0C5-BCB4-432A-A876-A5057FEBFBB5@gmail.com> <54F320E9.5000706@fischer.name> <54F4159A.6010903@fischer.name> In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Consistent function names From: smalyshev@gmail.com (Stanislav Malyshev) Hi! > I would love to have namespace that could be imported like > > namespace \php\7\function\* as \; // Import all functions to \ > namespace \php\7\function\* as \; Please no. When we designed namespaces, we explicitly omitted bulk imports, and the reasons that were true then are still true now. Bulk imports are a road to a huge mess and return to the same problem namespaces were created to fix. -- Stas Malyshev smalyshev@gmail.com