diff options
Diffstat (limited to 'ext/mysqli/tests/mysqli_fetch_all.phpt')
-rw-r--r-- | ext/mysqli/tests/mysqli_fetch_all.phpt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/mysqli/tests/mysqli_fetch_all.phpt b/ext/mysqli/tests/mysqli_fetch_all.phpt index 0a8a7dec2..26401e7cc 100644 --- a/ext/mysqli/tests/mysqli_fetch_all.phpt +++ b/ext/mysqli/tests/mysqli_fetch_all.phpt @@ -297,6 +297,10 @@ if (!function_exists('mysqli_fetch_all')) print "done!"; ?> +--CLEAN-- +<?php + require_once("clean_table.inc"); +?> --EXPECTF-- [005] array(2) { |