summaryrefslogtreecommitdiff
path: root/ext/mysqli/tests/mysqli_debug_mysqlnd_control_string.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/mysqli/tests/mysqli_debug_mysqlnd_control_string.phpt')
-rw-r--r--ext/mysqli/tests/mysqli_debug_mysqlnd_control_string.phpt10
1 files changed, 5 insertions, 5 deletions
diff --git a/ext/mysqli/tests/mysqli_debug_mysqlnd_control_string.phpt b/ext/mysqli/tests/mysqli_debug_mysqlnd_control_string.phpt
index 5e2be2ac5d..5402619316 100644
--- a/ext/mysqli/tests/mysqli_debug_mysqlnd_control_string.phpt
+++ b/ext/mysqli/tests/mysqli_debug_mysqlnd_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
@@ -222,7 +222,7 @@ if (!$IS_MYSQLND)
?>
--CLEAN--
<?php
- require_once("clean_table.inc");
+ require_once("clean_table.inc");
?>
--EXPECTF--
[083][control string 'n:O,%smysqli_debug_phpt.trace'] Trace file has not been written.