summaryrefslogtreecommitdiff
path: root/ext/mysqli/tests/020.phpt
diff options
context:
space:
mode:
authorUlf Wendel <uw@php.net>2008-01-08 12:43:08 +0000
committerUlf Wendel <uw@php.net>2008-01-08 12:43:08 +0000
commit96c63a378e2889b1c1c92e1c0545a7565893c333 (patch)
treea326f2b4c4ca0b5a7d551c500703bcc4b649dd34 /ext/mysqli/tests/020.phpt
parentb93b48663d910f96d705757b7b94be181c2a422e (diff)
downloadphp-git-96c63a378e2889b1c1c92e1c0545a7565893c333.tar.gz
Looks more than it is. Its whitespace, adding error handling in a few places,
changing SQL statement formatting etc. No "real" changes.
Diffstat (limited to 'ext/mysqli/tests/020.phpt')
-rw-r--r--ext/mysqli/tests/020.phpt1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/mysqli/tests/020.phpt b/ext/mysqli/tests/020.phpt
index 4399391abe..851ccde31b 100644
--- a/ext/mysqli/tests/020.phpt
+++ b/ext/mysqli/tests/020.phpt
@@ -66,6 +66,7 @@ require_once('skipifconnectfailure.inc');
var_dump($test);
mysqli_stmt_close($stmt);
+ mysqli_query($link, "DROP TABLE IF EXISTS test_bind_result");
mysqli_close($link);
print "done!";