1--TEST-- 2Bison weirdness 3--FILE-- 4<?php 5error_reporting(E_ALL & ~E_NOTICE); 6echo "blah-$foo\n"; 7?> 8--EXPECT-- 9blah- 10