From 8324e16636e724145bd6cdccf2233441b28e8477 Mon Sep 17 00:00:00 2001 From: Ulf Wendel Date: Wed, 11 Jul 2007 12:57:57 +0000 Subject: [PATCH] Whitespace/Coding Standards. The tests origin from ext/mysqli/tests. ext/mysqli/tests should have a skipifemb.inc, which is not needed and not available for ext/mysql/tests. Nevertheless the tests tried to include that file. --- ext/mysql/tests/mysql_errno.phpt | 62 +++++++++++++----------- ext/mysql/tests/mysql_error.phpt | 83 ++++++++++++++++++-------------- 2 files changed, 81 insertions(+), 64 deletions(-) diff --git a/ext/mysql/tests/mysql_errno.phpt b/ext/mysql/tests/mysql_errno.phpt index 8284144c16b..8d19b3b31c4 100644 --- a/ext/mysql/tests/mysql_errno.phpt +++ b/ext/mysql/tests/mysql_errno.phpt @@ -2,39 +2,46 @@ mysql_errno() --SKIPIF-- - --FILE-- --EXPECTF-- int(0) @@ -42,4 +49,5 @@ int(%d) Warning: mysql_errno(): %d is not a valid MySQL-Link resource in %s on line %d bool(false) +int(%d) done! \ No newline at end of file diff --git a/ext/mysql/tests/mysql_error.phpt b/ext/mysql/tests/mysql_error.phpt index 3b71e22146c..afdd90c338b 100644 --- a/ext/mysql/tests/mysql_error.phpt +++ b/ext/mysql/tests/mysql_error.phpt @@ -2,48 +2,57 @@ mysql_error() --SKIPIF-- - --FILE-- --EXPECTF-- Warning: mysql_error(): %d is not a valid MySQL-Link resource in %s on line %d