mirror of
https://github.com/php/php-src.git
synced 2026-03-24 08:12:21 +01:00
10 lines
131 B
PHP
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-
|