summaryrefslogtreecommitdiff
path: root/ext/mysqli/tests/mysqli_debug_control_string.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/mysqli/tests/mysqli_debug_control_string.phpt')
-rw-r--r--ext/mysqli/tests/mysqli_debug_control_string.phpt8
1 files changed, 4 insertions, 4 deletions
diff --git a/ext/mysqli/tests/mysqli_debug_control_string.phpt b/ext/mysqli/tests/mysqli_debug_control_string.phpt
index 7a59c7b4e0..bd17e13879 100644
--- a/ext/mysqli/tests/mysqli_debug_control_string.phpt
+++ b/ext/mysqli/tests/mysqli_debug_control_string.phpt
@@ -6,16 +6,16 @@ require_once('skipif.inc');
require_once('skipifconnectfailure.inc');
if (!function_exists('mysqli_debug'))
- die("skip: mysqli_debug() not available");
+ die("skip: mysqli_debug() not available");
if (!defined('MYSQLI_DEBUG_TRACE_ENABLED'))
- die("skip: can't say for sure if mysqli_debug works");
+ die("skip: can't say for sure if mysqli_debug works");
if (defined('MYSQLI_DEBUG_TRACE_ENABLED') && !MYSQLI_DEBUG_TRACE_ENABLED)
- die("skip: debug functionality not enabled");
+ die("skip: debug functionality not enabled");
if (!$IS_MYSQLND)
- die("SKIP Libmysql feature not sufficiently spec'd in MySQL C API documentation");
+ die("SKIP Libmysql feature not sufficiently spec'd in MySQL C API documentation");
?>
--FILE--
<?php