From e0cc7032f1ceffca49b078df26a6cd9f7a641706 Mon Sep 17 00:00:00 2001 From: Ulf Wendel Date: Fri, 12 Aug 2011 11:23:16 +0000 Subject: [PATCH] Andrey, please have a look. This should not cause errors. --- .../mysqli_stmt_execute_stored_proc_out.phpt | 75 +++++++++++++++++++ 1 file changed, 75 insertions(+) create mode 100644 ext/mysqli/tests/mysqli_stmt_execute_stored_proc_out.phpt diff --git a/ext/mysqli/tests/mysqli_stmt_execute_stored_proc_out.phpt b/ext/mysqli/tests/mysqli_stmt_execute_stored_proc_out.phpt new file mode 100644 index 0000000000..c6053bcae8 --- /dev/null +++ b/ext/mysqli/tests/mysqli_stmt_execute_stored_proc_out.phpt @@ -0,0 +1,75 @@ +--TEST-- +mysqli_stmt_execute() - OUT +--SKIPIF-- + +--FILE-- +query("SELECT 1")) + printf("[013] [%d] %s\n", $link->errno, $link->error); + + } else { + printf("[004] Cannot create SP, [%d] %s.\n", mysqli_errno($link), mysqli_error($link)); + } + + mysqli_close($link); + print "done!"; +?> +--CLEAN-- + +--EXPECTF-- +[008] More results: %s +[009] Next results: %s +done! \ No newline at end of file -- 2.40.0