Hi Francois,

I noticed one issue on {}
https://bugs.php.net/bug.php?id=71611

echo "${str{1}}";

raises syntax error while

echo "{$str{1}}";

works. Is this addressed?

--
Yasuo Ohgaki
yohg...@ohgaki.net


On Sun, Jan 24, 2016 at 12:45 AM, François Laupretre <franc...@php.net> wrote:
> Hi,
>
> Starting discussion about https://wiki.php.net/rfc/negative-string-offsets
>
> Please read and comment.
>
> Regards
>
> François
>
> --
> PHP Internals - PHP Runtime Development Mailing List
> To unsubscribe, visit: http://www.php.net/unsub.php
>

--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to