1--TEST--
2Alternative offset syntax should emit only E_COMPILE_ERROR in string interpolation
3--FILE--
4<?php "{$g{'h'}}"; ?>
5--EXPECTF--
6Fatal error: Array and string offset access syntax with curly braces is no longer supported in %s on line 1
7