Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:64749 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 29574 invoked from network); 9 Jan 2013 15:21:30 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 Jan 2013 15:21:30 -0000 Authentication-Results: pb1.pair.com header.from=v.veselinov@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=v.veselinov@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.216.180 as permitted sender) X-PHP-List-Original-Sender: v.veselinov@gmail.com X-Host-Fingerprint: 209.85.216.180 mail-qc0-f180.google.com Received: from [209.85.216.180] ([209.85.216.180:61216] helo=mail-qc0-f180.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id C6/7B-02684-8FA8DE05 for ; Wed, 09 Jan 2013 10:21:29 -0500 Received: by mail-qc0-f180.google.com with SMTP id v28so1633496qcm.11 for ; Wed, 09 Jan 2013 07:21:26 -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=ALzpwmhrBZRQ3l5jTwYj0cSmD1JpCr0bcDOYhvaV4nw=; b=AgDJynwPRlHaYfcR8kvsXNb6K8sVw95n6PCwlLXsE5Lt5n45jT1Im/ZtDuvDUUsT+v ZsWWlB1Ng7tZf4lvcTNFqoTZ56ZKyT6TF8laP79RXEUMARDxFD7dQ06eXTmIRoRwQGgP e0Rhx7i4STMlgMZFgjfbhTImHk/C7WtOwX++ulG14TQwS8eF1gdiu2r4y2N3GbK17oJy ugyxWnGx2nOsV95Q2yJrPDHlBmQyDi63aOjU0OMwZu2W6cK6Bpo24AU2m35gwZ2m96Cr IYU5w4mqUf8uW6VYJHPDka+0GvjyoIkFe28B6bpGsxLU/lv5yj6vUgax1WRxECUPD3Ft W+XA== MIME-Version: 1.0 Received: by 10.229.179.19 with SMTP id bo19mr12573848qcb.42.1357744885981; Wed, 09 Jan 2013 07:21:25 -0800 (PST) Received: by 10.49.103.129 with HTTP; Wed, 9 Jan 2013 07:21:25 -0800 (PST) In-Reply-To: References: <50ED4C18.3090806@zerocue.com> Date: Wed, 9 Jan 2013 17:21:25 +0200 Message-ID: To: Levi Morrison Cc: Clint Priest , PHP Developers Mailing List Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] - True Annotations From: v.veselinov@gmail.com (Vladislav Veselinov) > be anything that could generate a suppressible error. Not true: @ORM\Column() class Test() { } What if there's a function in the ORM namespace called Column. Is this a supressed error of a function call and we've missed the ";" or is it an annotation?