From: Ulf Wendel Date: Fri, 12 Aug 2011 11:23:16 +0000 (+0000) Subject: Andrey, please have a look. This should not cause errors. X-Git-Tag: php-5.4.0beta1~438 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ae89daff6f1c0b8ac28d45a313626733e242d55c;p=php Andrey, please have a look. This should not cause errors. --- 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