summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDerick Rethans <derick@php.net>2002-11-19 14:53:31 +0000
committerDerick Rethans <derick@php.net>2002-11-19 14:53:31 +0000
commit8011c17fd34b0496c49efacf79723bd86272b056 (patch)
tree207cd2a3fd388db67a6523323b32d000b1f62673
parent96c054f7756ee34c8fda923f7973d4b8d446247d (diff)
downloadphp-git-8011c17fd34b0496c49efacf79723bd86272b056.tar.gz
- Add test for bison weirdness as some people experienced (seems fixed
now though)
-rw-r--r--tests/lang/bison1.phpt9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/lang/bison1.phpt b/tests/lang/bison1.phpt
new file mode 100644
index 0000000000..3571576fb8
--- /dev/null
+++ b/tests/lang/bison1.phpt
@@ -0,0 +1,9 @@
+--TEST--
+Bison weirdness
+--FILE--
+<?php
+error_reporting(E_ALL & ~E_NOTICE);
+echo "blah-$foo\n";
+?>
+--EXPECT--
+blah-