diff options
Diffstat (limited to 'ext/mysql/tests/mysql_errno.phpt')
-rw-r--r-- | ext/mysql/tests/mysql_errno.phpt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/mysql/tests/mysql_errno.phpt b/ext/mysql/tests/mysql_errno.phpt index 7a9e85fb3..8cfa7bd33 100644 --- a/ext/mysql/tests/mysql_errno.phpt +++ b/ext/mysql/tests/mysql_errno.phpt @@ -50,6 +50,10 @@ if ($link = @mysql_connect($host . '_unknown', $user . '_unknown', $passwd, true print "done!"; ?> +--CLEAN-- +<?php +require_once("clean_table.inc"); +?> --EXPECTF-- int(0) int(%d) |