xref: /PHP-8.1/tests/lang/bison1.phpt (revision 36935e42)
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