Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:13362 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 42435 invoked by uid 1010); 17 Oct 2004 11:31:37 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 38328 invoked from network); 17 Oct 2004 11:31:09 -0000 Received: from unknown (HELO xaxa.search.ch) (195.141.85.117) by pb1.pair.com with SMTP; 17 Oct 2004 11:31:09 -0000 Received: from localhost (localhost [127.0.0.1]) by xaxa.search.ch (Postfix) with ESMTP id 1A6066CF9F; Sun, 17 Oct 2004 13:31:09 +0200 (CEST) Received: by xaxa.search.ch (Postfix, from userid 65534) id E0A0C6DB35; Sun, 17 Oct 2004 13:31:07 +0200 (CEST) Received: from [192.168.0.42] (ultrafilter-i [192.168.85.2]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by xaxa.search.ch (Postfix) with ESMTP id 809ED6CF9F; Sun, 17 Oct 2004 13:31:07 +0200 (CEST) Message-ID: <417257FB.1040300@cschneid.com> Date: Sun, 17 Oct 2004 13:31:07 +0200 User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.2) Gecko/20040906 X-Accept-Language: en-us, en, de-ch, de MIME-Version: 1.0 To: Pfenniger Jonas Cc: internals@lists.php.net References: <20041017091142.32364.qmail@pb1.pair.com> In-Reply-To: X-Enigmail-Version: 0.86.0.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Checker-Version: SpamAssassin 2.64 (2004-01-11) on xaxa.search.ch X-Spam-Level: X-Spam-Status: No, hits=-4.9 required=5.0 tests=BAYES_00 autolearn=ham version=2.64 X-Virus-Scanned: by AMaViS 0.3.12pre8 Subject: Re: [PHP-DEV] Keywords for class names From: cschneid@cschneid.com (Christian Schneider) Derick Rethans wrote: > It is necessary. Or in slightly more words: That's the way the whole syntax and parser are built. You'll have to accept it as a fact ;-) - Chris