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/002.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/002.phpt')
| -rw-r--r-- | ext/mysqli/tests/002.phpt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ext/mysqli/tests/002.phpt b/ext/mysqli/tests/002.phpt index a0d4b878f0..ac3e611406 100644 --- a/ext/mysqli/tests/002.phpt +++ b/ext/mysqli/tests/002.phpt @@ -1,8 +1,8 @@ --TEST-- mysqli bind_result 1 --SKIPIF-- -<?php -require_once('skipif.inc'); +<?php +require_once('skipif.inc'); require_once('skipifconnectfailure.inc'); ?> --FILE-- @@ -42,6 +42,7 @@ require_once('skipifconnectfailure.inc'); var_dump($test); mysqli_stmt_close($stmt); + @mysqli_query($link, "DROP TABLE IF EXISTS test_fetch_null"); mysqli_close($link); print "done!"; ?> |
