Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:588 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 96234 invoked from network); 2 Apr 2003 06:16:16 -0000 Received: from unknown (HELO milton.schell.de) (217.160.72.35) by pb1.pair.com with SMTP; 2 Apr 2003 06:16:16 -0000 Received: (qmail 3628 invoked by uid 501); 2 Apr 2003 06:16:15 -0000 Received: from unknown (HELO eco.foo) (80.143.48.171) by kdserv.de with SMTP; 2 Apr 2003 06:16:15 -0000 Received: from localhost (localhost [127.0.0.1]) by eco.foo (Postfix) with ESMTP id F1A3937C30; Wed, 2 Apr 2003 08:16:13 +0200 (CEST) Date: Wed, 2 Apr 2003 08:16:13 +0200 (CEST) X-X-Sender: sas@eco.foo To: Andi Gutmans Cc: Sebastian Bergmann , internals@lists.php.net In-Reply-To: <5.1.0.14.2.20030402091017.032db718@127.0.0.1> Message-ID: References: <5.1.0.14.2.20030402091017.032db718@127.0.0.1> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: [PHP-DEV] Doc Comments cause parser errors From: sascha@schumann.cx (Sascha Schumann) On Wed, 2 Apr 2003, Andi Gutmans wrote: > AFAIK, doc comments are for classes and functions only. I think this is > what's important because interfaces are functions not variables. Hm, so my PHP 4-stylish code would cause a parse error, if it contained a valid character like a "*" after the initiation sequence "/*"? - Sascha