Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:8941 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 67761 invoked by uid 1010); 6 Apr 2004 08:17:12 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 67725 invoked from network); 6 Apr 2004 08:17:11 -0000 Received: from unknown (HELO smtp-out5.xs4all.nl) (194.109.24.6) by pb1.pair.com with SMTP; 6 Apr 2004 08:17:11 -0000 Received: from php.net (hetty.xs4all.nl [80.126.21.70]) by smtp-out5.xs4all.nl (8.12.10/8.12.10) with ESMTP id i368HAk2068714; Tue, 6 Apr 2004 10:17:10 +0200 (CEST) Message-ID: <40726787.6070609@php.net> Date: Tue, 06 Apr 2004 10:17:11 +0200 User-Agent: Mozilla Thunderbird 0.5 (X11/20040306) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Lester Caine CC: internals@lists.php.net References: <20040406081254.53265.qmail@pb1.pair.com> In-Reply-To: <20040406081254.53265.qmail@pb1.pair.com> X-Enigmail-Version: 0.83.2.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: Repeat question on underscore From: abies@php.net (Ard Biesheuvel) Lester Caine wrote: > The current php manual has hundreds of functions with underscore in the > name. Are these all going to be replaced? In which case ALL existing > script has to be re-written? No, studly caps have been adopted as a standard only for method names in the OO-style API, not for the procedural API. -- Ard