Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:64188 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 70083 invoked from network); 7 Dec 2012 00:51:05 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 Dec 2012 00:51:05 -0000 Authentication-Results: pb1.pair.com header.from=matthewfonda@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=matthewfonda@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.220.42 as permitted sender) X-PHP-List-Original-Sender: matthewfonda@gmail.com X-Host-Fingerprint: 209.85.220.42 mail-pa0-f42.google.com Received: from [209.85.220.42] ([209.85.220.42:48705] helo=mail-pa0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 02/D4-27691-67D31C05 for ; Thu, 06 Dec 2012 19:51:04 -0500 Received: by mail-pa0-f42.google.com with SMTP id rl6so46987pac.29 for ; Thu, 06 Dec 2012 16:51:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=WhuAcHuAouR2z/uiBV4fQImlkdJx88TJSLyPS6t/AVo=; b=XOzuifpMcJwFumFXctJPPqLxLF9HIwTsmoizgdxa0tI9tWiZDIb1mHlZL+TlTctOJ/ +lMZCZ0w0J/iiTgBW0hYvs40bTQb3aOKj2Lh4gIxTNrwB7YsrsgG/Wh4fUzzbXr0wd+P jySv62x4Z+7UIFD4c5qrWrN8aP1akLOLY7+P2fTWli5dQBX/DU/QsMcVrlyieS1+e9yU A241OeE1MAsCFmacxeWYmz0aFA8T8ZIFefPc1R8NGajyIHk9bq1JZIryNwRZvVN67UHI DoEGSTOU2VmNCvBGDBJYHHWpSiXVrB4MRQ5sXBAgoAkobq6Lf5fmHLlrMUaAyWPgkyy8 FpYw== Received: by 10.68.252.133 with SMTP id zs5mr10218472pbc.152.1354841457025; Thu, 06 Dec 2012 16:50:57 -0800 (PST) MIME-Version: 1.0 Received: by 10.66.249.164 with HTTP; Thu, 6 Dec 2012 16:50:26 -0800 (PST) In-Reply-To: References: Date: Thu, 6 Dec 2012 16:50:26 -0800 Message-ID: To: Kris Craig Cc: PHP internals list Content-Type: multipart/alternative; boundary=047d7b2e135bc5e33304d0389bf9 Subject: Re: [PHP-DEV] camelCase on Exception methods? From: matthewfonda@gmail.com (Matthew Fonda) --047d7b2e135bc5e33304d0389bf9 Content-Type: text/plain; charset=ISO-8859-1 On Thu, Dec 6, 2012 at 4:34 PM, Kris Craig wrote: > Hey guys, > > Please forgive me if this has already been addressed, but could somebody > tell me why all the methods for the Exception class are in camelCase? I > don't want to wade too deeply into the "consistency vs. BC" rabbit hole > here, but I'm just wondering what the general consensus is on this right > now. > > http://php.net/manual/en/class.exception.php > > > Thanks! > > --Kris > Hi Kris, See http://lxr.php.net/xref/PHP_TRUNK/CODING_STANDARDS#137 Best regards, --Matthew --047d7b2e135bc5e33304d0389bf9--