Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:78575 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 39474 invoked from network); 3 Nov 2014 13:56:06 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Nov 2014 13:56:06 -0000 Authentication-Results: pb1.pair.com header.from=ua.san.alex@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=ua.san.alex@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.223.196 as permitted sender) X-PHP-List-Original-Sender: ua.san.alex@gmail.com X-Host-Fingerprint: 209.85.223.196 mail-ie0-f196.google.com Received: from [209.85.223.196] ([209.85.223.196:37472] helo=mail-ie0-f196.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id CC/F3-08476-57987545 for ; Mon, 03 Nov 2014 08:56:05 -0500 Received: by mail-ie0-f196.google.com with SMTP id x19so1401232ier.7 for ; Mon, 03 Nov 2014 05:56:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=nrkPJXtusU4/DcB20ihtSwCubFEmOUNp7n1oGAmI3sA=; b=JiSYU1GjsRhyA7bofPhxka/lSEImn7Gyk7q2/sCVhMivoZ/nCKnQSDSbA+W1IgIY3P N2MJyZDxikbUgIDrvqGZ2VouBuOZ95IYtyKr+ECECHecH9cAPdP3PUR+X0QBv3o69Nqu sDZx+iZVRwkreXI9IOjLUnauyJ+o+ZGndSBL1Y/1hKzIyXvG+6TpED5yKAi29g5skRva Wkac2wsO9KKMt6Q8OaTvT7PgwzwNZ9whM5nolrDGy9CJCP76GZT3e6pNfMFk/xWAH5G/ LgTXiWm+FV2YVvil55+tc7I5gtLMtDDhrZDjvIkKT01pFHx4hxkKmv0RBc/ckuCfFDQO qBLQ== MIME-Version: 1.0 X-Received: by 10.42.175.202 with SMTP id bb10mr40493309icb.45.1415022962471; Mon, 03 Nov 2014 05:56:02 -0800 (PST) Received: by 10.50.98.68 with HTTP; Mon, 3 Nov 2014 05:56:02 -0800 (PST) Date: Mon, 3 Nov 2014 15:56:02 +0200 Message-ID: To: internals@lists.php.net Content-Type: multipart/alternative; boundary=90e6ba6e8d6406f8dd0506f4b5d6 Subject: [PHP-DEV] Annotation PHP 7 From: ua.san.alex@gmail.com (Alex Sky) --90e6ba6e8d6406f8dd0506f4b5d6 Content-Type: text/plain; charset=UTF-8 Hello! There are at least three of the RFC for native work with annotations. https://wiki.php.net/rfc/reflection_doccomment_annotations https://wiki.php.net/rfc/annotations-in-docblock https://wiki.php.net/rfc/annotations I would like to know how plans in PHP 7 support annotations in the code? --90e6ba6e8d6406f8dd0506f4b5d6--