summaryrefslogtreecommitdiff
path: root/tests/lang/bison1.phpt
blob: 9af2af7b8b739fd676e702cf5735df1fcd0338b9 (plain)
1
2
3
4
5
6
7
8
9
--TEST--
Bison weirdness
--FILE--
<?php
echo "blah-$foo\n";
?>
--EXPECTF--
Warning: Undefined variable $foo in %s on line %d
blah-