diff options
Diffstat (limited to 'ext/mysql/tests/mysql_fetch_field.phpt')
| -rw-r--r-- | ext/mysql/tests/mysql_fetch_field.phpt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/mysql/tests/mysql_fetch_field.phpt b/ext/mysql/tests/mysql_fetch_field.phpt index 0f337b80cb..f9767c82b7 100644 --- a/ext/mysql/tests/mysql_fetch_field.phpt +++ b/ext/mysql/tests/mysql_fetch_field.phpt @@ -133,6 +133,10 @@ require_once('skipifconnectfailure.inc'); mysql_close($link); print "done!"; ?> +--CLEAN-- +<?php +require_once("clean_table.inc"); +?> --EXPECTF-- object(stdClass)#%d (13) { [%u|b%"name"]=> |
