From ffe43821d07a1036bd19f78e821b60a13b7da01b Mon Sep 17 00:00:00 2001 From: Georg Richter Date: Sun, 16 Feb 2003 12:04:21 +0000 Subject: [PATCH] test for mysqli_stmt_affected_rows (delete command) --- ext/mysqli/tests/046.phpt | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 ext/mysqli/tests/046.phpt 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) -- 2.50.1