On Wed, Feb 17, 2016 at 9:32 AM, François Laupretre <franc...@php.net> wrote:
>
> Le 17/02/2016 00:26, Yasuo Ohgaki a écrit :
>>
>> 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?
>
>
> No, this is a different problem. This RFC just adds support for negative
> index values. It does not deal with variable dereferencing using ${}/{$}.

Thank you. I filed new bug report for this.
https://bugs.php.net/bug.php?id=71614

Regards,

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

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

Reply via email to