1
0
mirror of https://github.com/php/php-src.git synced 2026-03-30 20:22:36 +02:00
Files
archived-php-src/tests/lang/bison1.phpt
2019-10-02 10:34:08 +02:00

10 lines
131 B
PHP

--TEST--
Bison weirdness
--FILE--
<?php
echo "blah-$foo\n";
?>
--EXPECTF--
Warning: Undefined variable: foo in %s on line %d
blah-