1--TEST-- 2Alternative offset syntax should emit only E_COMPILE_ERROR in string interpolation 3--FILE-- 4<?php "{$g{'h'}}"; ?> 5--EXPECTF-- 6Parse error: syntax error, unexpected token "{", expecting "->" or "?->" or "[" in %s on line %d 7