From e8fd6662ae27dcb42bf022787d803847a9f7aa3b Mon Sep 17 00:00:00 2001 From: Georg Richter Date: Fri, 14 Feb 2003 19:49:35 +0000 Subject: [PATCH] test for bind_result with show --- ext/mysqli/tests/045.phpt | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 ext/mysqli/tests/045.phpt diff --git a/ext/mysqli/tests/045.phpt b/ext/mysqli/tests/045.phpt new file mode 100644 index 0000000000..5ca0f2ae02 --- /dev/null +++ b/ext/mysqli/tests/045.phpt @@ -0,0 +1,28 @@ +--TEST-- +mysqli_bind_result (SHOW) +--FILE-- + +--EXPECT-- +array(2) { + [0]=> + string(4) "port" + [1]=> + string(4) "3306" +} -- 2.50.1