summaryrefslogtreecommitdiff
path: root/ext/mysqli
diff options
context:
space:
mode:
Diffstat (limited to 'ext/mysqli')
-rw-r--r--ext/mysqli/tests/bug75448.phpt1
-rw-r--r--ext/mysqli/tests/mysqli_character_set_name.phpt1
-rw-r--r--ext/mysqli/tests/mysqli_character_set_name_oo.phpt1
-rw-r--r--ext/mysqli/tests/mysqli_close.phpt1
-rw-r--r--ext/mysqli/tests/mysqli_dump_debug_info.phpt1
-rw-r--r--ext/mysqli/tests/mysqli_error_unicode.phpt1
6 files changed, 6 insertions, 0 deletions
diff --git a/ext/mysqli/tests/bug75448.phpt b/ext/mysqli/tests/bug75448.phpt
index 929b152769..5900ee0565 100644
--- a/ext/mysqli/tests/bug75448.phpt
+++ b/ext/mysqli/tests/bug75448.phpt
@@ -17,5 +17,6 @@ try {
} catch (Error $exception) {
echo $exception->getMessage() . "\n";
}
+?>
--EXPECT--
mysqli object is already closed
diff --git a/ext/mysqli/tests/mysqli_character_set_name.phpt b/ext/mysqli/tests/mysqli_character_set_name.phpt
index b2e9a4e4f5..b808a6b688 100644
--- a/ext/mysqli/tests/mysqli_character_set_name.phpt
+++ b/ext/mysqli/tests/mysqli_character_set_name.phpt
@@ -57,6 +57,7 @@ require_once('skipifconnectfailure.inc');
}
print "done!";
+?>
--EXPECT--
mysqli object is already closed
done!
diff --git a/ext/mysqli/tests/mysqli_character_set_name_oo.phpt b/ext/mysqli/tests/mysqli_character_set_name_oo.phpt
index cedc138e68..843fefed31 100644
--- a/ext/mysqli/tests/mysqli_character_set_name_oo.phpt
+++ b/ext/mysqli/tests/mysqli_character_set_name_oo.phpt
@@ -67,6 +67,7 @@ mysqli_chararcter_set_name(), mysql_client_encoding() [alias]
}
print "done!";
+?>
--EXPECT--
my_mysqli object is already closed
my_mysqli object is already closed
diff --git a/ext/mysqli/tests/mysqli_close.phpt b/ext/mysqli/tests/mysqli_close.phpt
index a0d7fa2eab..98c934d49d 100644
--- a/ext/mysqli/tests/mysqli_close.phpt
+++ b/ext/mysqli/tests/mysqli_close.phpt
@@ -25,6 +25,7 @@ require_once('skipifconnectfailure.inc');
}
print "done!";
+?>
--EXPECT--
mysqli object is already closed
done!
diff --git a/ext/mysqli/tests/mysqli_dump_debug_info.phpt b/ext/mysqli/tests/mysqli_dump_debug_info.phpt
index 95366417cf..18399ee8a6 100644
--- a/ext/mysqli/tests/mysqli_dump_debug_info.phpt
+++ b/ext/mysqli/tests/mysqli_dump_debug_info.phpt
@@ -30,6 +30,7 @@ require_once('skipifconnectfailure.inc');
}
print "done!";
+?>
--EXPECT--
mysqli object is already closed
done!
diff --git a/ext/mysqli/tests/mysqli_error_unicode.phpt b/ext/mysqli/tests/mysqli_error_unicode.phpt
index 1025f1cda2..bea05179ea 100644
--- a/ext/mysqli/tests/mysqli_error_unicode.phpt
+++ b/ext/mysqli/tests/mysqli_error_unicode.phpt
@@ -35,6 +35,7 @@ require_once('skipifconnectfailure.inc');
}
print "done!";
+?>
--EXPECTF--
string(%d) "Table 'няма_такава_таблица' doesn't exist"
mysqli object is already closed