From 01e85f3fdc06f99e3c47b2bc2464c5de98347522 Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Tue, 23 Feb 2016 14:39:17 +0100 Subject: [PATCH] add test for bug #71171 --- ext/odbc/tests/bug71171.phpt | 43 ++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 ext/odbc/tests/bug71171.phpt diff --git a/ext/odbc/tests/bug71171.phpt b/ext/odbc/tests/bug71171.phpt new file mode 100644 index 0000000000..94cfb4d0e8 --- /dev/null +++ b/ext/odbc/tests/bug71171.phpt @@ -0,0 +1,43 @@ +--TEST-- +Bug #71171 odbc_fetch_array generates SIGFAULT, variant 0 +--SKIPIF-- + +--FILE-- + +==DONE== +--EXPECT-- +array(1) { + ["ID"]=> + string(1) "1" +} +==DONE== +--CLEAN-- + -- 2.50.1