File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ require_once('skipifconnectfailure.inc');
44
44
require_once ("clean_table.inc " );
45
45
?>
46
46
--EXPECTF--
47
- mysqli_fetch_field_direct(): Argument #2 ($offset ) must be greater than or equal to 0
47
+ mysqli_fetch_field_direct(): Argument #2 ($index ) must be greater than or equal to 0
48
48
object(stdClass)#%d (13) {
49
49
["name"]=>
50
50
string(2) "ID"
@@ -73,6 +73,6 @@ object(stdClass)#%d (13) {
73
73
["decimals"]=>
74
74
int(%d)
75
75
}
76
- mysqli_fetch_field_direct(): Argument #2 ($offset ) must be less than the number of fields for this result set
76
+ mysqli_fetch_field_direct(): Argument #2 ($index ) must be less than the number of fields for this result set
77
77
mysqli_result object is already closed
78
78
done!
You can’t perform that action at this time.
0 commit comments