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