mirror of
https://github.com/php/php-src.git
synced 2025-08-18 15:08:55 +02:00
- Add test for bison weirdness as some people experienced (seems fixed
now though)
This commit is contained in:
parent
96c054f775
commit
8011c17fd3
1 changed files with 9 additions and 0 deletions
9
tests/lang/bison1.phpt
Normal file
9
tests/lang/bison1.phpt
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
--TEST--
|
||||||
|
Bison weirdness
|
||||||
|
--FILE--
|
||||||
|
<?php
|
||||||
|
error_reporting(E_ALL & ~E_NOTICE);
|
||||||
|
echo "blah-$foo\n";
|
||||||
|
?>
|
||||||
|
--EXPECT--
|
||||||
|
blah-
|
Loading…
Add table
Add a link
Reference in a new issue