From: Ulf Wendel Date: Wed, 11 Jul 2007 12:57:57 +0000 (+0000) Subject: Whitespace/Coding Standards. X-Git-Tag: BEFORE_IMPORT_OF_MYSQLND~237 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8324e16636e724145bd6cdccf2233441b28e8477;p=php 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. --- diff --git a/ext/mysql/tests/mysql_errno.phpt b/ext/mysql/tests/mysql_errno.phpt index 8284144c16..8d19b3b31c 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 3b71e22146..afdd90c338 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