Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:8918 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 64361 invoked by uid 1010); 3 Apr 2004 18:00:21 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 64317 invoked from network); 3 Apr 2004 18:00:20 -0000 Received: from unknown (HELO conan) (217.148.166.184) by pb1.pair.com with SMTP; 3 Apr 2004 18:00:20 -0000 Received: from [127.0.0.1] (helo=iamjochem.com) by conan with esmtp (Exim 4.30) id 1B9pRM-0005KB-0V for internals@lists.php.net; Sat, 03 Apr 2004 20:00:20 +0200 Message-ID: <406EFBB6.2020604@iamjochem.com> Date: Sat, 03 Apr 2004 20:00:22 +0200 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5) Gecko/20031007 X-Accept-Language: en-us, en MIME-Version: 1.0 To: internals@lists.php.net Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Reflection API: studlyCaps v. underscores? From: jochem@iamjochem.com (Jochem Maas) Firstly this is a question rather than an opinion (if anyone wants to know I prefer studlyCaps for aethetic reasons so I'm happy with the decision to use them!) Having read all the posts on studlyCaps on this list, and understanding that studlyCaps was the std. for all new OO APIs I found the following a little odd: The documentation at http://sitten-polizei.de/php/reflection_api/docs/language.reflection.html (pointed to by http://www.php.net/zend-engine-2.php): The reflection API is an object-oriented extension to the Zend Engine, consisting of the following classes: Shows that the reflection api uses underscores? the build of php I use confirms this also. Is this intentional? (given that reflection is OO & new.) with thanks, Jochem. --- using: PHP 5.0.0RC1-dev (cli) (built: Mar 12 2004 10:49:15) (DEBUG)