From cdf442f043889ecef14727e1f45d5bb33dcf4207 Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Tue, 26 Aug 2008 10:59:03 +0000 Subject: [PATCH] fix typo --- ext/mysqli/tests/mysqli_debug.phpt | 4 ++-- ext/mysqli/tests/mysqli_debug_append.phpt | 2 +- ext/mysqli/tests/mysqli_debug_control_string.phpt | 4 ++-- ext/mysqli/tests/mysqli_debug_ini.phpt | 4 ++-- ext/mysqli/tests/mysqli_debug_mysqlnd_control_string.phpt | 2 +- ext/mysqli/tests/mysqli_debug_mysqlnd_only.phpt | 4 ++-- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/ext/mysqli/tests/mysqli_debug.phpt b/ext/mysqli/tests/mysqli_debug.phpt index a95fb20972..da41894b11 100644 --- a/ext/mysqli/tests/mysqli_debug.phpt +++ b/ext/mysqli/tests/mysqli_debug.phpt @@ -9,7 +9,7 @@ require_once('skipifconnectfailure.inc'); if (!function_exists('mysqli_debug')) die("skip: mysqli_debug() not available"); -if (!defined('MYSQLI_DEGBUG_TRACE_ENABLED')) +if (!defined('MYSQLI_DEBUG_TRACE_ENABLED')) die("skip: can't say for sure if mysqli_debug works"); if (defined('MYSQLI_DEBUG_TRACE_ENABLED') && !MYSQLI_DEBUG_TRACE_ENABLED) @@ -62,4 +62,4 @@ if (defined('MYSQLI_DEBUG_TRACE_ENABLED') && !MYSQLI_DEBUG_TRACE_ENABLED) print "done!"; ?> --EXPECTF-- -done%s \ No newline at end of file +done%s diff --git a/ext/mysqli/tests/mysqli_debug_append.phpt b/ext/mysqli/tests/mysqli_debug_append.phpt index c9de3c8671..671b3821e2 100644 --- a/ext/mysqli/tests/mysqli_debug_append.phpt +++ b/ext/mysqli/tests/mysqli_debug_append.phpt @@ -9,7 +9,7 @@ require_once('skipifconnectfailure.inc'); if (!function_exists('mysqli_debug')) die("skip: mysqli_debug() not available"); -if (!defined('MYSQLI_DEGBUG_TRACE_ENABLED')) +if (!defined('MYSQLI_DEBUG_TRACE_ENABLED')) die("skip: can't say for sure if mysqli_debug works"); if (defined('MYSQLI_DEBUG_TRACE_ENABLED') && !MYSQLI_DEBUG_TRACE_ENABLED) diff --git a/ext/mysqli/tests/mysqli_debug_control_string.phpt b/ext/mysqli/tests/mysqli_debug_control_string.phpt index 13206ed4a3..20556df049 100644 --- a/ext/mysqli/tests/mysqli_debug_control_string.phpt +++ b/ext/mysqli/tests/mysqli_debug_control_string.phpt @@ -9,7 +9,7 @@ require_once('skipifconnectfailure.inc'); if (!function_exists('mysqli_debug')) die("skip: mysqli_debug() not available"); -if (!defined('MYSQLI_DEGBUG_TRACE_ENABLED')) +if (!defined('MYSQLI_DEBUG_TRACE_ENABLED')) die("skip: can't say for sure if mysqli_debug works"); if (defined('MYSQLI_DEBUG_TRACE_ENABLED') && !MYSQLI_DEBUG_TRACE_ENABLED) @@ -71,4 +71,4 @@ if (defined('MYSQLI_DEBUG_TRACE_ENABLED') && !MYSQLI_DEBUG_TRACE_ENABLED) ?> --EXPECTF-- [023][control string '%s'] Trace file has not been written. -done%s \ No newline at end of file +done%s diff --git a/ext/mysqli/tests/mysqli_debug_ini.phpt b/ext/mysqli/tests/mysqli_debug_ini.phpt index 7a94b40226..d02a3c0921 100644 --- a/ext/mysqli/tests/mysqli_debug_ini.phpt +++ b/ext/mysqli/tests/mysqli_debug_ini.phpt @@ -8,7 +8,7 @@ require_once('skipifemb.inc'); if (!function_exists('mysqli_debug')) die("skip mysqli_debug() not available"); -if (!defined('MYSQLI_DEGBUG_TRACE_ENABLED')) +if (!defined('MYSQLI_DEBUG_TRACE_ENABLED')) die("skip: can't say for sure if mysqli_debug works"); if (defined('MYSQLI_DEBUG_TRACE_ENABLED') && !MYSQLI_DEBUG_TRACE_ENABLED) @@ -51,4 +51,4 @@ string(32) "t:O,/tmp/mysqli_debug_phpt.trace" done! --UEXPECTF-- unicode(32) "t:O,/tmp/mysqli_debug_phpt.trace" -done! \ No newline at end of file +done! diff --git a/ext/mysqli/tests/mysqli_debug_mysqlnd_control_string.phpt b/ext/mysqli/tests/mysqli_debug_mysqlnd_control_string.phpt index 8a4d3a184e..db9ceb3823 100644 --- a/ext/mysqli/tests/mysqli_debug_mysqlnd_control_string.phpt +++ b/ext/mysqli/tests/mysqli_debug_mysqlnd_control_string.phpt @@ -9,7 +9,7 @@ require_once('skipifconnectfailure.inc'); if (!function_exists('mysqli_debug')) die("skip: mysqli_debug() not available"); -if (!defined('MYSQLI_DEGBUG_TRACE_ENABLED')) +if (!defined('MYSQLI_DEBUG_TRACE_ENABLED')) die("skip: can't say for sure if mysqli_debug works"); if (defined('MYSQLI_DEBUG_TRACE_ENABLED') && !MYSQLI_DEBUG_TRACE_ENABLED) diff --git a/ext/mysqli/tests/mysqli_debug_mysqlnd_only.phpt b/ext/mysqli/tests/mysqli_debug_mysqlnd_only.phpt index 34ca27be48..fc9f7a8022 100644 --- a/ext/mysqli/tests/mysqli_debug_mysqlnd_only.phpt +++ b/ext/mysqli/tests/mysqli_debug_mysqlnd_only.phpt @@ -10,7 +10,7 @@ require_once('connect.inc'); if (!function_exists('mysqli_debug')) die("skip mysqli_debug() not available"); -if (!defined('MYSQLI_DEGBUG_TRACE_ENABLED')) +if (!defined('MYSQLI_DEBUG_TRACE_ENABLED')) die("skip: can't say for sure if mysqli_debug works"); if (defined('MYSQLI_DEBUG_TRACE_ENABLED') && !MYSQLI_DEBUG_TRACE_ENABLED) @@ -121,4 +121,4 @@ if (!$IS_MYSQLND) print "done!"; ?> --EXPECTF-- -done! \ No newline at end of file +done! -- 2.50.1