diff options
| author | Ulf Wendel <uw@php.net> | 2007-07-23 12:04:19 +0000 |
|---|---|---|
| committer | Ulf Wendel <uw@php.net> | 2007-07-23 12:04:19 +0000 |
| commit | 1884a16d01db5bf277d12bda0c62afb7de3f1cf0 (patch) | |
| tree | f21b899b680b6c028ec489de44ef77510f5524dd /ext/mysqli/tests/024.phpt | |
| parent | 7bfd857fa1e762c4ac5c3abd3eba4c95406af147 (diff) | |
| download | php-git-1884a16d01db5bf277d12bda0c62afb7de3f1cf0.tar.gz | |
Primarily whitespace/CS - synching with mysqlnd SVN repository
Diffstat (limited to 'ext/mysqli/tests/024.phpt')
| -rw-r--r-- | ext/mysqli/tests/024.phpt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/ext/mysqli/tests/024.phpt b/ext/mysqli/tests/024.phpt index 58302b39d4..414a5a2b4b 100644 --- a/ext/mysqli/tests/024.phpt +++ b/ext/mysqli/tests/024.phpt @@ -14,12 +14,12 @@ mysqli bind_param/bind_result short values mysqli_query($link,"DROP TABLE IF EXISTS test_bind_fetch"); mysqli_query($link,"CREATE TABLE test_bind_fetch(c1 smallint unsigned, - c2 smallint unsigned, - c3 smallint, - c4 smallint, - c5 smallint, - c6 smallint unsigned, - c7 smallint)"); + c2 smallint unsigned, + c3 smallint, + c4 smallint, + c5 smallint, + c6 smallint unsigned, + c7 smallint)"); $stmt = mysqli_prepare($link, "INSERT INTO test_bind_fetch VALUES (?,?,?,?,?,?,?)"); mysqli_bind_param($stmt, "iiiiiii", $c1,$c2,$c3,$c4,$c5,$c6,$c7); |
