From: Georg Richter Date: Tue, 18 Feb 2003 08:41:16 +0000 (+0000) Subject: test for mysqli_stmt_store_result X-Git-Tag: RELEASE_0_5~913 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=05d10452bad6826ace8f44b16d3f5927a785b0ed;p=php test for mysqli_stmt_store_result --- diff --git a/ext/mysqli/tests/057.phpt b/ext/mysqli/tests/057.phpt new file mode 100644 index 0000000000..a7333a0d93 --- /dev/null +++ b/ext/mysqli/tests/057.phpt @@ -0,0 +1,52 @@ +--TEST-- +mysqli_prepare_result +--FILE-- + +--EXPECT-- +Rows: 3 +array(1) { + [0]=> + string(1) "1" +}