From: Georg Richter Date: Sun, 16 Feb 2003 12:04:21 +0000 (+0000) Subject: test for mysqli_stmt_affected_rows (delete command) X-Git-Tag: RELEASE_0_5~982 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ffe43821d07a1036bd19f78e821b60a13b7da01b;p=php test for mysqli_stmt_affected_rows (delete command) --- diff --git a/ext/mysqli/tests/046.phpt b/ext/mysqli/tests/046.phpt new file mode 100644 index 0000000000..d4a93ca277 --- /dev/null +++ b/ext/mysqli/tests/046.phpt @@ -0,0 +1,31 @@ +--TEST-- +mysqli_stmt_affected_rows (delete) +--FILE-- + +--EXPECT-- +bool(true)