Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:88491 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 95174 invoked from network); 25 Sep 2015 04:12:44 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Sep 2015 04:12:44 -0000 Authentication-Results: pb1.pair.com smtp.mail=yohgaki@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=yohgaki@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.218.50 as permitted sender) X-PHP-List-Original-Sender: yohgaki@gmail.com X-Host-Fingerprint: 209.85.218.50 mail-oi0-f50.google.com Received: from [209.85.218.50] ([209.85.218.50:35364] helo=mail-oi0-f50.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id FD/50-25119-AB9C4065 for ; Fri, 25 Sep 2015 00:12:43 -0400 Received: by oiww128 with SMTP id w128so52570030oiw.2 for ; Thu, 24 Sep 2015 21:12:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:from:date:message-id:subject:to:content-type; bh=TKIxnbTwKQQZXbKNSh6eQFo7d6r723U2/kg4ZH7A+wc=; b=K+ygaj/n9hmNGEgwIppjf4hC4uYwmOZ2jaCpKGWFTDdeRzj1XJwMVX/4Sj4GgLzGti Thr1zfK0Nhi/uLzhXdKHylkhzofTweABoN5Ks8JhqplNbbyj1xWDx82KeLzOCOsgwWOl kdD1TURtDMBnkTGjzkhbkgA1DL8MSKdtckT336MUxD4pBpDBnwElTOTE4dU0f+p0cVdY xZGSStMxGYpZwdcyhOp1Wx6W7MfL2ILHBDP6fkDDqeKIvmHGE7/aZg14c80av6+79hf1 ofsfekiD4M8sC5mmO/sO+Hk/jcGxdajcA3rqmfegxFTtbB3pg/VK9oMFsWFAvpLsCHNz bQyA== X-Received: by 10.202.0.206 with SMTP id 197mr1845908oia.76.1443154360139; Thu, 24 Sep 2015 21:12:40 -0700 (PDT) MIME-Version: 1.0 Sender: yohgaki@gmail.com Received: by 10.202.226.15 with HTTP; Thu, 24 Sep 2015 21:12:00 -0700 (PDT) Date: Fri, 25 Sep 2015 13:12:00 +0900 X-Google-Sender-Auth: DPfwA31c8bSSDDcM2vTU6zaezvQ Message-ID: To: "internals@lists.php.net" Content-Type: text/plain; charset=UTF-8 Subject: new foo()->bar() syntax error : "new" associativity From: yohgaki@ohgaki.net (Yasuo Ohgaki) Hi all, https://bugs.php.net/bug.php?id=70549 It seems this is better to be fixed in near future. Let "new" be associative? Currently, it's syntax error. Was there discussion for this with https://wiki.php.net/rfc/uniform_variable_syntax ? Regards, -- Yasuo Ohgaki yohgaki@ohgaki.net