1--TEST-- 2Bison weirdness 3--FILE-- 4<?php 5echo "blah-$foo\n"; 6?> 7--EXPECTF-- 8Warning: Undefined variable $foo in %s on line %d 9blah- 10