From 5d4bca6dbf4743eae9fcac0bcdfded86944968b2 Mon Sep 17 00:00:00 2001 From: foobar Date: Wed, 14 May 2003 00:06:55 +0000 Subject: [PATCH] Added test case for bug #23584 --- tests/lang/bug23584.phpt | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 tests/lang/bug23584.phpt diff --git a/tests/lang/bug23584.phpt b/tests/lang/bug23584.phpt new file mode 100644 index 0000000000..417cfb0856 --- /dev/null +++ b/tests/lang/bug23584.phpt @@ -0,0 +1,13 @@ +--TEST-- +Bug #23584 (error line numbers off by one when using #!php) +--FILE-- +#!php + +--EXPECTREGEX-- +Notice: Undefined variable:.*foo in .* on line 6 -- 2.50.1