Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:83127 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 58756 invoked from network); 18 Feb 2015 22:10:48 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Feb 2015 22:10:48 -0000 Authentication-Results: pb1.pair.com header.from=cryptocompress@googlemail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=cryptocompress@googlemail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain googlemail.com designates 74.125.82.51 as permitted sender) X-PHP-List-Original-Sender: cryptocompress@googlemail.com X-Host-Fingerprint: 74.125.82.51 mail-wg0-f51.google.com Received: from [74.125.82.51] ([74.125.82.51:47438] helo=mail-wg0-f51.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 63/DC-25021-7ED05E45 for ; Wed, 18 Feb 2015 17:10:48 -0500 Received: by mail-wg0-f51.google.com with SMTP id y19so3823771wgg.10 for ; Wed, 18 Feb 2015 14:10:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=9B0AqwQy/E51OsuO1JlFOYTun+iPoz7tn/BwCf3gdio=; b=iZcmyQR+qdBEU2Qjt84nt0iswi10IK9dFytqOYXva9cnIKqzUXKl8rb27cvb2c/iCM ZnASlprH0E4QUBVwWa5gDtT2lzv7c55vSpbJ6MtKHO6p+tWAEDfOiQUq6NoSJHQxEp5+ clikCDR0+2WhXA21qA0FBG115pF2NfUwQQW4P6g4IoT4QI/NuvyjHFAd+OfW6cCwwrhi yzjY2gSiYBxp6db7MJ7X4lHBdnX50p1Fp40Se1KdFJLJ339GDPy8r5H23vM490E7hF0K 2sBk+pSDyNYKfPOh8yWS8+lqu2FVbpMty7vj3s3GC2F+B7F8EUPPm8pFwMqQjepfw+il 1s6Q== X-Received: by 10.180.107.198 with SMTP id he6mr637079wib.21.1424297444405; Wed, 18 Feb 2015 14:10:44 -0800 (PST) Received: from [192.168.1.115] (mnch-5d86ab50.pool.mediaWays.net. [93.134.171.80]) by mx.google.com with ESMTPSA id q10sm34530691wjr.41.2015.02.18.14.10.42 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 18 Feb 2015 14:10:43 -0800 (PST) Message-ID: <54E50DE1.3080402@googlemail.com> Date: Wed, 18 Feb 2015 23:10:41 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: PHP Developers Mailing List References: <02a101d04af9$507484f0$f15d8ed0$@php.net> <02ff01d04b72$abae34a0$030a9de0$@php.net> <032801d04b8d$8ff3dce0$afdb96a0$@php.net> In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Annotations in PHP7 From: cryptocompress@googlemail.com (Crypto Compress) Hi List, > this may be off-topic. However i'm wondering how this could be an annotation? It looks like code. Why not include this into proper method? What am i missing?