From: Georg Richter Date: Tue, 15 Jul 2003 10:36:18 +0000 (+0000) Subject: additional test for multi-bind X-Git-Tag: BEFORE_ARG_INFO~242 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4457876554b23f487b0f926ce8b8dda7a881c5d9;p=php additional test for multi-bind --- 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" +}