--TEST-- short_open_tag: Off, asp_tags: Off --INI-- short_open_tag=off asp_tags=off --FILE-- <%= 'so should this' %> <%= $a%> --EXPECTF-- <%= 'so should this' %> This gets echoed twice <%= $a%> Notice: Undefined variable: b in %s on line %d Notice: Undefined variable: b in %s on line %d