Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:64187 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 68210 invoked from network); 7 Dec 2012 00:34:13 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 Dec 2012 00:34:13 -0000 Authentication-Results: pb1.pair.com smtp.mail=kris.craig@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=kris.craig@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.217.170 as permitted sender) X-PHP-List-Original-Sender: kris.craig@gmail.com X-Host-Fingerprint: 209.85.217.170 mail-lb0-f170.google.com Received: from [209.85.217.170] ([209.85.217.170:37356] helo=mail-lb0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 0D/74-27691-38931C05 for ; Thu, 06 Dec 2012 19:34:12 -0500 Received: by mail-lb0-f170.google.com with SMTP id j14so30549lbo.29 for ; Thu, 06 Dec 2012 16:34:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=UgM1iQ9BMA+06LWOUKAc2a2lzR4jd5EeozG8lcBKBcU=; b=ht3tyq7PkrBHF0v22YyNqpDhBOQXuvKsn/wfeRPvfJST1NqyUSEzfE/LfRaGU39ehe coMi26u7GjBi4mjvpGeHEPXytu45gPHcSe8modcM4wIoSEPNKiL3os/iiujFAhrXRrtu h2gfoEwEXr5Fwv0Uv6SEfBBwB8qho2avpmCKIJVCoG6pXDnGFR35vxFS/B0GFT06m0fC +wZSodD2lEDAIIhGCcL6A9Roc7DjLMXmtYjFdUZclyBpa7c9Qxu/j3kU/uW2BaBKZ7/5 2kXyNPTFRlaPyO78jr67arLR/7YU+dPebTX36/HpjGWbG9byFDiYR1zhefiXHKE0na2G 0H5Q== MIME-Version: 1.0 Received: by 10.152.124.68 with SMTP id mg4mr3599686lab.51.1354840449047; Thu, 06 Dec 2012 16:34:09 -0800 (PST) Received: by 10.152.114.2 with HTTP; Thu, 6 Dec 2012 16:34:08 -0800 (PST) Date: Thu, 6 Dec 2012 16:34:08 -0800 Message-ID: To: PHP internals list Content-Type: multipart/alternative; boundary=f46d043bd8feb15c6204d0385fd0 Subject: camelCase on Exception methods? From: kris.craig@gmail.com (Kris Craig) --f46d043bd8feb15c6204d0385fd0 Content-Type: text/plain; charset=ISO-8859-1 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 --f46d043bd8feb15c6204d0385fd0--