1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 08:12:21 +01:00
Files
archived-php-src/tests/lang/bison1.phpt
Máté Kocsis 36935e42ea Improve undefined variable error messages
Closes GH-5312
2020-03-31 13:02:32 +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-