Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:64752 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 34237 invoked from network); 9 Jan 2013 15:31:04 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 Jan 2013 15:31:04 -0000 Authentication-Results: pb1.pair.com smtp.mail=morrison.levi@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=morrison.levi@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.214.169 as permitted sender) X-PHP-List-Original-Sender: morrison.levi@gmail.com X-Host-Fingerprint: 209.85.214.169 mail-ob0-f169.google.com Received: from [209.85.214.169] ([209.85.214.169:64009] helo=mail-ob0-f169.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id EF/7C-02684-83D8DE05 for ; Wed, 09 Jan 2013 10:31:04 -0500 Received: by mail-ob0-f169.google.com with SMTP id v19so2301433obq.28 for ; Wed, 09 Jan 2013 07:31:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=cPnHQYAt7xuZkWnXsQKHeSI758esNJtk6N4lvdH9SZE=; b=aLMe5gSaq1U6IsGp4APRfM4d7OYOENHi9Ls257iFN40OlQ+yV18lT6kfCUuIU/2G5l RatMgx5cbG2q9O/UgizEHu1Lto/LtM1ZUqTkvMFeQPtx357fdy+WuriBHfS8BoOL1xzP P6B0iZ8kzhFEu6460/g8FyyHdaZzFVK+p6PX2AHZzc3jusKbK4atwuqncgJiRqNGzJ3w YKqzqq5m3PSW25tuguXf5J+DZXvA5JeI6PHJ9JMbG4R+kDk92/LWE3W/z0UMiOpiKuJ8 RVJG71qOpoxTobosjZwPIVD6Wp9hHXT138VfAKwejNMcX4PSRHvRG8sAYUgvH/FeHUH2 ye1w== MIME-Version: 1.0 Received: by 10.182.162.69 with SMTP id xy5mr48411705obb.95.1357745461642; Wed, 09 Jan 2013 07:31:01 -0800 (PST) Received: by 10.76.82.234 with HTTP; Wed, 9 Jan 2013 07:31:01 -0800 (PST) In-Reply-To: References: <50ED4C18.3090806@zerocue.com> Date: Wed, 9 Jan 2013 08:31:01 -0700 Message-ID: To: Anthony Ferrara Cc: Clint Priest , PHP Developers Mailing List Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] - True Annotations From: morrison.levi@gmail.com (Levi Morrison) > they are nearly syntactically identical to executable code. "nearly" is the keyword there. They lack the ending semi-colon. Sure, this might mean PHP has to actually use an abstract syntax tree, but that's long overdue in my opinion. I know others disagree. This is only tangentially related, so I won't say more.