diff options
Diffstat (limited to 'ext/mysqli/tests/mysqli_fetch_array_many_rows.phpt')
-rw-r--r-- | ext/mysqli/tests/mysqli_fetch_array_many_rows.phpt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/mysqli/tests/mysqli_fetch_array_many_rows.phpt b/ext/mysqli/tests/mysqli_fetch_array_many_rows.phpt index c9ed7ccac7..82e4d7b666 100644 --- a/ext/mysqli/tests/mysqli_fetch_array_many_rows.phpt +++ b/ext/mysqli/tests/mysqli_fetch_array_many_rows.phpt @@ -8,7 +8,6 @@ require_once('skipifconnectfailure.inc'); ?> --FILE-- <?php - include "connect.inc"; require("table.inc"); // do as much as we can do in 5 seconds |