]> granicus.if.org Git - php/commitdiff
- Add test for bison weirdness as some people experienced (seems fixed
authorDerick Rethans <derick@php.net>
Tue, 19 Nov 2002 14:53:31 +0000 (14:53 +0000)
committerDerick Rethans <derick@php.net>
Tue, 19 Nov 2002 14:53:31 +0000 (14:53 +0000)
  now though)

tests/lang/bison1.phpt [new file with mode: 0644]

diff --git a/tests/lang/bison1.phpt b/tests/lang/bison1.phpt
new file mode 100644 (file)
index 0000000..3571576
--- /dev/null
@@ -0,0 +1,9 @@
+--TEST--
+Bison weirdness
+--FILE--
+<?php
+error_reporting(E_ALL & ~E_NOTICE);
+echo "blah-$foo\n";
+?>
+--EXPECT--
+blah-