Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:91240 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 1535 invoked from network); 16 Feb 2016 23:27:26 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Feb 2016 23:27:26 -0000 Authentication-Results: pb1.pair.com header.from=yohgaki@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=yohgaki@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.160.180 as permitted sender) X-PHP-List-Original-Sender: yohgaki@gmail.com X-Host-Fingerprint: 209.85.160.180 mail-yk0-f180.google.com Received: from [209.85.160.180] ([209.85.160.180:36240] helo=mail-yk0-f180.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 74/62-17120-D50B3C65 for ; Tue, 16 Feb 2016 18:27:25 -0500 Received: by mail-yk0-f180.google.com with SMTP id z7so80236389yka.3 for ; Tue, 16 Feb 2016 15:27:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type:content-transfer-encoding; bh=HlXNeKhQiGu8VOIxMj9q3VyrLP888x3jZThT8jtOzds=; b=Tbr6hDyY7WQqPM7SOtaArIGsnj/EJD2u3KRO0zGIwVga3vye+MQlVzGRa8jyJCrxF2 l3huY/ZHnqzTfwAmCxeX0aLCSN/vkHxgMRp4BqdEL4WKpFmIxVORZgW9goi8Rn8OTrz0 igUJSzQwLJ0NZ01SHZJo9juxvvwGVR0/m5687Q3oQn5YrxWuHJnEsQiHWA42Y7+zR++P xwG3dXuF5d7FN7AO7vYyYwA7sRDDTc1FRj1xyKqbV+RUkA781ZTnX0Vm7AAz8l1E9LYU djB+jkKjCnimD1AqniINLJ2x5RS+gOa5GKuExlRp0PRJGq70G6OHV5Gv2JMgeJqzqkKn rSWQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=HlXNeKhQiGu8VOIxMj9q3VyrLP888x3jZThT8jtOzds=; b=B1JgkeBs0ovvlfyHEFpk9fp7cVqtvM0G0KMB02/G0eRXMcIA0dmfgTxsRchk1Wj/G+ yNFgfvqniBstPTYK5e/KqLbDcdmD+aqL+/G6Ecq7lRampWiIhyz7UfWg2nxZUlZjrV0/ 2ir1GIsB+HbMYEYtwLi0mbV45PtaSevsFO3hGt7cBttZaqKWrRvRK4uFYoGfmnWEaZPZ CzIr0JbBl5T0MOYjHS63U965pgSlc89KbnWyeHPDkdFMS8E/Hxq59whrhgnb8teMr/ct ifr2GmK9O2IDDXOH+ND1wV8x8vEMaKcFFIBox7t9rzyEFaDpo4i8RL+O+H0WVrMmieZN zf+Q== X-Gm-Message-State: AG10YOTaGqBtDVAYhREw+CM/9BzuffUMZXqFLP2CLxrCEvCqCQOUuA5shjh84SgYnlDlC/DoLEFPlEvQekAuxA== X-Received: by 10.37.98.203 with SMTP id w194mr2189598ybb.10.1455665241838; Tue, 16 Feb 2016 15:27:21 -0800 (PST) MIME-Version: 1.0 Sender: yohgaki@gmail.com Received: by 10.129.109.22 with HTTP; Tue, 16 Feb 2016 15:26:42 -0800 (PST) In-Reply-To: <56A3A01F.1020500@php.net> References: <56A3A01F.1020500@php.net> Date: Wed, 17 Feb 2016 08:26:42 +0900 X-Google-Sender-Auth: OtArZOdPp20hNn3CHQGiEvBRC6I Message-ID: To: =?UTF-8?Q?Fran=C3=A7ois_Laupretre?= Cc: Internals Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] [RFC] Generalize support of negative string offsets From: yohgaki@ohgaki.net (Yasuo Ohgaki) Hi Francois, I noticed one issue on {} https://bugs.php.net/bug.php?id=3D71611 echo "${str{1}}"; raises syntax error while echo "{$str{1}}"; works. Is this addressed? -- Yasuo Ohgaki yohgaki@ohgaki.net On Sun, Jan 24, 2016 at 12:45 AM, Fran=C3=A7ois Laupretre wrote: > Hi, > > Starting discussion about https://wiki.php.net/rfc/negative-string-offset= s > > Please read and comment. > > Regards > > Fran=C3=A7ois > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php >