From: Ulf Wendel Date: Wed, 11 Jul 2007 11:57:45 +0000 (+0000) Subject: Whitespace: replacing spaces with tab to follow coding conventions. X-Git-Tag: BEFORE_IMPORT_OF_MYSQLND~245 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4c1181a08ac1ff6b932b08a27d590e1f13a1df31;p=php Whitespace: replacing spaces with tab to follow coding conventions. One tiny change in mysql_close.phpt: don't overrule connection parameter in any of the tests. Alway take connection parameter, including the database name ($db), from connect.inc. --- diff --git a/ext/mysql/tests/mysql_affected_rows.phpt b/ext/mysql/tests/mysql_affected_rows.phpt index ab15d7328f..64b2d161d2 100644 --- a/ext/mysql/tests/mysql_affected_rows.phpt +++ b/ext/mysql/tests/mysql_affected_rows.phpt @@ -4,111 +4,114 @@ mysql_affected_rows() --FILE-- --EXPECTF-- -done! +done! diff --git a/ext/mysql/tests/mysql_client_encoding.phpt b/ext/mysql/tests/mysql_client_encoding.phpt index 7df38a4abb..fe94490d06 100644 --- a/ext/mysql/tests/mysql_client_encoding.phpt +++ b/ext/mysql/tests/mysql_client_encoding.phpt @@ -4,65 +4,64 @@ mysql_client_encoding() --FILE-- --EXPECTF-- done! diff --git a/ext/mysql/tests/mysql_close.phpt b/ext/mysql/tests/mysql_close.phpt index 1bf5e52081..19b13b74a4 100644 --- a/ext/mysql/tests/mysql_close.phpt +++ b/ext/mysql/tests/mysql_close.phpt @@ -2,38 +2,35 @@ mysql_close() --SKIPIF-- - --FILE-- --EXPECTF-- done! \ No newline at end of file