Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:87298 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 79194 invoked from network); 26 Jul 2015 09:29:20 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 26 Jul 2015 09:29:20 -0000 Authentication-Results: pb1.pair.com header.from=ua.san.alex@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=ua.san.alex@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.213.171 as permitted sender) X-PHP-List-Original-Sender: ua.san.alex@gmail.com X-Host-Fingerprint: 209.85.213.171 mail-ig0-f171.google.com Received: from [209.85.213.171] ([209.85.213.171:38156] helo=mail-ig0-f171.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 37/10-11007-F68A4B55 for ; Sun, 26 Jul 2015 05:29:19 -0400 Received: by iggf3 with SMTP id f3so47334764igg.1 for ; Sun, 26 Jul 2015 02:29:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=Kd5ouMt/0JUKivbpQfy4B/e7yUv+La37Q5adex5yJTs=; b=C+IuSQoGJhqAGrOs3Brd4VXiK9XsrIIc3rj+Mk+Fcf5gZxNVGtFGP0NNHHTo8h+sDs yzvKSNJSP+WPvTmaHWwnh/vVDNN7uL5oDtyDqO5Udnoa+JYQj1h1gPTjrU7PZ3a43vCJ 5j00laS0YswA9jg88Gd4h1yEmlDWtEgFCyVOPFJCxCyAQj8dGfYeMVD4ugvpBvYrfkbH 0HUQW6wfJ4LsKARnhm4hPTr2sLxnvyMF3xckfLL6r3gnEtleyrZzZiJcHuXFCvxFWi5A dHewLSxWsMRBxBQT39QpY4eUhoVuM7jODrDJxMgiJVhwPkm8se7F18Fe9QDNqFHALkh9 7HeA== MIME-Version: 1.0 X-Received: by 10.107.166.72 with SMTP id p69mr37172951ioe.65.1437902956736; Sun, 26 Jul 2015 02:29:16 -0700 (PDT) Received: by 10.50.246.20 with HTTP; Sun, 26 Jul 2015 02:29:16 -0700 (PDT) In-Reply-To: <1AE1CE66-869C-44E8-A961-86DE8D05909C@gmail.com> References: <1AE1CE66-869C-44E8-A961-86DE8D05909C@gmail.com> Date: Sun, 26 Jul 2015 12:29:16 +0300 Message-ID: To: David Muir Cc: Marcio Almada , Patrick ALLAERT , Marcio Almada , Yasuo Ohgaki , PHP internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] Re: Voting choice for language changes (Was: "Re: [PHP-DEV][RFC][DISCUSSION] Strict Argument Count") From: ua.san.alex@gmail.com ("S.A.N") > > Then why not put the base class in the namespace of which it is a base class for? > Locations source PHP file is the same as in namespace. App/RestException.php App/RestException/NotFound.php App/RestException/BadRequest.php I did refactoring code, without group use: