summaryrefslogtreecommitdiff
path: root/ext/mysqli/tests/048.phpt
diff options
context:
space:
mode:
authorUlf Wendel <uw@php.net>2007-07-23 12:04:19 +0000
committerUlf Wendel <uw@php.net>2007-07-23 12:04:19 +0000
commit1884a16d01db5bf277d12bda0c62afb7de3f1cf0 (patch)
treef21b899b680b6c028ec489de44ef77510f5524dd /ext/mysqli/tests/048.phpt
parent7bfd857fa1e762c4ac5c3abd3eba4c95406af147 (diff)
downloadphp-git-1884a16d01db5bf277d12bda0c62afb7de3f1cf0.tar.gz
Primarily whitespace/CS - synching with mysqlnd SVN repository
Diffstat (limited to 'ext/mysqli/tests/048.phpt')
-rw-r--r--ext/mysqli/tests/048.phpt14
1 files changed, 7 insertions, 7 deletions
diff --git a/ext/mysqli/tests/048.phpt b/ext/mysqli/tests/048.phpt
index d713947763..8da3e4544d 100644
--- a/ext/mysqli/tests/048.phpt
+++ b/ext/mysqli/tests/048.phpt
@@ -12,13 +12,13 @@ mysqli bind_result (OO-Style)
$mysql->select_db($db);
$mysql->query("DROP TABLE IF EXISTS test_fetch_null");
- $mysql->query("CREATE TABLE test_fetch_null(col1 tinyint, col2 smallint,
- col3 int, col4 bigint,
- col5 float, col6 double,
- col7 date, col8 time,
- col9 varbinary(10),
- col10 varchar(50),
- col11 char(20))");
+ $mysql->query("CREATE TABLE test_fetch_null(col1 tinyint, col2 smallint,
+ col3 int, col4 bigint,
+ col5 float, col6 double,
+ col7 date, col8 time,
+ col9 varbinary(10),
+ col10 varchar(50),
+ col11 char(20))");
$mysql->query("INSERT INTO test_fetch_null(col1,col10, col11) VALUES(1,'foo1', 1000),(2,'foo2', 88),(3,'foo3', 389789)");