diff options
| author | Ulf Wendel <uw@php.net> | 2008-01-08 12:43:08 +0000 |
|---|---|---|
| committer | Ulf Wendel <uw@php.net> | 2008-01-08 12:43:08 +0000 |
| commit | 96c63a378e2889b1c1c92e1c0545a7565893c333 (patch) | |
| tree | a326f2b4c4ca0b5a7d551c500703bcc4b649dd34 /ext/mysqli/tests/020.phpt | |
| parent | b93b48663d910f96d705757b7b94be181c2a422e (diff) | |
| download | php-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.phpt | 1 |
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!"; |
