Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:64737 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 4007 invoked from network); 9 Jan 2013 12:56:28 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 Jan 2013 12:56:28 -0000 Authentication-Results: pb1.pair.com header.from=pierrick@webstart.fr; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=pierrick@webstart.fr; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain webstart.fr from 209.85.223.177 cause and error) X-PHP-List-Original-Sender: pierrick@webstart.fr X-Host-Fingerprint: 209.85.223.177 mail-ie0-f177.google.com Received: from [209.85.223.177] ([209.85.223.177:61404] helo=mail-ie0-f177.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 69/E6-02684-AF86DE05 for ; Wed, 09 Jan 2013 07:56:28 -0500 Received: by mail-ie0-f177.google.com with SMTP id k13so1992782iea.22 for ; Wed, 09 Jan 2013 04:56:24 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type:x-gm-message-state; bh=FUTETKBXvPly/b4d760ImnBP5w0OVS5MH25Fj0RNqxk=; b=T/s6zIMvUsBFBpWgECxIjCFMJ/BTxkuMJxgHv+67M9Gx+25JGjSIuwD2xEUpgNshOp lksW2xQdBiylaAgEcNTR6MEZuulCqm3T2ujOgg+HhMLLe26cGSXbZPkaUJBZu9lVlW1I XY0lmMvLsm/0XPtfn45EfqsZOaSetRQLtJESXtFwpdhiXRLt6zK3m7VBODgng8xzMxRt nR/hbNvXbDBTuwFoy1yfUkNJQmevPa24Ug15dchM6ARhriV2acD70M7bKdVcU0YxDUvQ lA/C5iUQaaq7jvlf+BC+lZVXkpJmrl7SGrAk1sAvMabMS+cwM6u4jvO/BE/QdD/mlsia EwvQ== MIME-Version: 1.0 X-Received: by 10.50.40.133 with SMTP id x5mr1388471igk.32.1357736184079; Wed, 09 Jan 2013 04:56:24 -0800 (PST) Received: by 10.64.141.84 with HTTP; Wed, 9 Jan 2013 04:56:23 -0800 (PST) In-Reply-To: <50ED4C18.3090806@zerocue.com> References: <50ED4C18.3090806@zerocue.com> Date: Wed, 9 Jan 2013 07:56:23 -0500 Message-ID: To: Clint Priest Cc: PHP Developers Mailing List Content-Type: text/plain; charset=ISO-8859-1 X-Gm-Message-State: ALoCoQkJTRoYxAJmYW0xAVsbWnAUWv8BGUk32KZ/JqzQ2+38co3y39z3uGxOP14xJog41s2aXheN Subject: Re: [PHP-DEV] - True Annotations From: pierrick@webstart.fr (Pierrick Charron) Annotations can be nested so in this case [Foo([BAR])] there is a big ambiguity and we can not determine if [BAR] is an array with the BAR constant in it or an annotation. Pierrick On 9 January 2013 05:53, Clint Priest wrote: > In none of those scopes would [ ] be a parsing issue I believe...