Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:64687 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 33227 invoked from network); 8 Jan 2013 13:46:47 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 8 Jan 2013 13:46:47 -0000 Authentication-Results: pb1.pair.com smtp.mail=pierrick@webstart.fr; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=pierrick@webstart.fr; sender-id=unknown Received-SPF: error (pb1.pair.com: domain webstart.fr from 74.125.82.180 cause and error) X-PHP-List-Original-Sender: pierrick@webstart.fr X-Host-Fingerprint: 74.125.82.180 mail-we0-f180.google.com Received: from [74.125.82.180] ([74.125.82.180:47589] helo=mail-we0-f180.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D0/C9-16636-5432CE05 for ; Tue, 08 Jan 2013 08:46:47 -0500 Received: by mail-we0-f180.google.com with SMTP id t57so343070wey.25 for ; Tue, 08 Jan 2013 05:46:42 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:x-gm-message-state; bh=ijEYfd+QeDGvpDwUuxs1fY4OML26pB/6dr1M4m+Y61U=; b=iP0X12SBjvy8FA5zx8Li7i0kKkJmNfLzsx+3WbZUzDZffw1MrixwjpIw7XOWr+Ts/f kpokFj5gvPN8Dn4nQxBOEztpEe/q1ifDn8ihucVyBQ08dbU9myyJ9TcM4c0wtcd7JUrU fZ5F4hJENRt3WEG6CbdeE8aAobA4092I0NXcyNqPg6xUoJoKJqQ/thVNDLzylowE1y5c vEyeeLq4RR1xwNsCQ0Er5MiKPVbnfpL6EfRR8X+C0i3R+H7uwpQlrNwx7+QfkUF9Vv1w QXDX/MqJcSBDhkDYlFO7iJjU9BQLuUMANwx+NRwJ59BVpQOVZF7MIDC2+VvOye3o+BPx fJvg== MIME-Version: 1.0 Received: by 10.180.19.136 with SMTP id f8mr15106529wie.0.1357652802785; Tue, 08 Jan 2013 05:46:42 -0800 (PST) Received: by 10.180.98.226 with HTTP; Tue, 8 Jan 2013 05:46:42 -0800 (PST) In-Reply-To: <50EBDEEE.8070605@sugarcrm.com> References: <50EBDEEE.8070605@sugarcrm.com> Date: Tue, 8 Jan 2013 08:46:42 -0500 Message-ID: To: Stas Malyshev Cc: Rasmus Schultz , "internals@lists.php.net" Content-Type: text/plain; charset=ISO-8859-1 X-Gm-Message-State: ALoCoQmA36AXX0d+T/TqV1KvhpKN1hGc1ehbdRoq5+xWOCdX2y80vEZfyJtIX2fnFjX+1m5RG0U5 Subject: Re: [PHP-DEV] [RFC] Reflection annotations reader From: pierrick@webstart.fr (Pierrick Charron) On 8 January 2013 03:55, Stas Malyshev wrote: > On the contrary, plenty of implementations means there's a need in this > functionality, and it might be a good idea to have one standard > implementation if it can cover like 80% of use cases. I agree, there is a need in this functionality, but all those userland implementations were at the first place made because this functionality was not part of the language. I think docblocks is not the solution, doc blocks are just comments, and I would expect any code to work the same way if I remove my comments. Pierrick