From a5ad02646963e9276365b4f9f49a4adf8b33a356 Mon Sep 17 00:00:00 2001 From: foobar Date: Tue, 20 Jan 2004 00:25:30 +0000 Subject: [PATCH] test case for bug #26696 --- tests/lang/bug26696.phpt | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 tests/lang/bug26696.phpt diff --git a/tests/lang/bug26696.phpt b/tests/lang/bug26696.phpt new file mode 100644 index 0000000000..e51978b3d2 --- /dev/null +++ b/tests/lang/bug26696.phpt @@ -0,0 +1,28 @@ +--TEST-- +Bug #26696 (string index in a switch() crashes with multiple matches) +--FILE-- + +--EXPECT-- +OK +OK -- 2.50.1