From 4457876554b23f487b0f926ce8b8dda7a881c5d9 Mon Sep 17 00:00:00 2001 From: Georg Richter Date: Tue, 15 Jul 2003 10:36:18 +0000 Subject: [PATCH] additional test for multi-bind --- ext/mysqli/tests/058.phpt | 55 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 ext/mysqli/tests/058.phpt diff --git a/ext/mysqli/tests/058.phpt b/ext/mysqli/tests/058.phpt new file mode 100644 index 0000000000..11b9475905 --- /dev/null +++ b/ext/mysqli/tests/058.phpt @@ -0,0 +1,55 @@ +--TEST-- +multiple binds +--FILE-- + +--EXPECT-- +array(4) { + [0]=> + int(1) + [1]=> + string(3) "foo" + [2]=> + int(2) + [3]=> + string(3) "bar" +} -- 2.50.1