summaryrefslogtreecommitdiff
path: root/ext/mysqli/tests/bug37090.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/mysqli/tests/bug37090.phpt')
-rw-r--r--ext/mysqli/tests/bug37090.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mysqli/tests/bug37090.phpt b/ext/mysqli/tests/bug37090.phpt
index 13d939608d..8345b4b82f 100644
--- a/ext/mysqli/tests/bug37090.phpt
+++ b/ext/mysqli/tests/bug37090.phpt
@@ -5,7 +5,7 @@ Bug #37090 (mysqli_set_charset return code)
require_once('skipif.inc');
require_once('skipifconnectfailure.inc');
if (!function_exists('mysqli_set_charset')) {
- die('skip mysqli_set_charset() not available');
+ die('skip mysqli_set_charset() not available');
}
?>
--FILE--