Hi,

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 ${}/{$}.

Regards

François


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

Reply via email to