From 1aa8031a0fe9ab0c8e07195afef3f0cba7925517 Mon Sep 17 00:00:00 2001 From: Ulf Wendel Date: Wed, 11 Jul 2007 12:26:21 +0000 Subject: [PATCH] Mostly whitespace (replacing spaces with tab). Additional, weak test for "host:port:socket" syntax, just to make sure we cover the underlying C code. --- ext/mysql/tests/mysql_connect.phpt | 144 +++++++++++++++++------------ 1 file changed, 85 insertions(+), 59 deletions(-) diff --git a/ext/mysql/tests/mysql_connect.phpt b/ext/mysql/tests/mysql_connect.phpt index b2507d6a2b..ef4010ffc0 100644 --- a/ext/mysql/tests/mysql_connect.phpt +++ b/ext/mysql/tests/mysql_connect.phpt @@ -4,69 +4,95 @@ mysql_connect() --FILE-- --EXPECTF-- Warning: mysql_connect(): Access denied for user '%s'@'%s' (using password: YES) in %s on line %d -done! +done! \ No newline at end of file -- 2.50.1