From: Georg Richter Date: Fri, 14 Feb 2003 19:49:35 +0000 (+0000) Subject: test for bind_result with show X-Git-Tag: RELEASE_0_5~1009 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e8fd6662ae27dcb42bf022787d803847a9f7aa3b;p=php test for bind_result with show --- 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" +}