diff options
author | Antony Dovgal <tony2001@php.net> | 2008-08-26 10:59:10 +0000 |
---|---|---|
committer | Antony Dovgal <tony2001@php.net> | 2008-08-26 10:59:10 +0000 |
commit | 838ac5fdaabe21143a02a879f970bb9be5384bd5 (patch) | |
tree | e66e568acc5d722c36fe8efc10356c7b3fb6a160 | |
parent | ced680941abd8c66e035f45983f50729e23279ad (diff) | |
download | php-git-838ac5fdaabe21143a02a879f970bb9be5384bd5.tar.gz |
fix typo
-rw-r--r-- | ext/mysqli/tests/mysqli_debug.phpt | 4 | ||||
-rw-r--r-- | ext/mysqli/tests/mysqli_debug_append.phpt | 2 | ||||
-rw-r--r-- | ext/mysqli/tests/mysqli_debug_control_string.phpt | 4 | ||||
-rw-r--r-- | ext/mysqli/tests/mysqli_debug_ini.phpt | 4 | ||||
-rw-r--r-- | ext/mysqli/tests/mysqli_debug_mysqlnd_control_string.phpt | 2 | ||||
-rw-r--r-- | 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! |