Skip to content

Commit 3067187

Browse files
committed
Remove now unnecessary @ operator
1 parent 43404b8 commit 3067187

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/mysqli/tests/mysqli_multi_query.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ require_once('skipifconnectfailure.inc');
104104

105105
mysqli_free_result($res);
106106

107-
} while (@mysqli_next_result($link));
107+
} while (mysqli_next_result($link));
108108

109109
if ($res_num != 4)
110110
printf("[015] Expecting 3 result sets got %d result set[s]\n", $res_num);

0 commit comments

Comments
 (0)