]> granicus.if.org Git - php/commitdiff
fix typo
authorAntony Dovgal <tony2001@php.net>
Tue, 26 Aug 2008 10:59:10 +0000 (10:59 +0000)
committerAntony Dovgal <tony2001@php.net>
Tue, 26 Aug 2008 10:59:10 +0000 (10:59 +0000)
ext/mysqli/tests/mysqli_debug.phpt
ext/mysqli/tests/mysqli_debug_append.phpt
ext/mysqli/tests/mysqli_debug_control_string.phpt
ext/mysqli/tests/mysqli_debug_ini.phpt
ext/mysqli/tests/mysqli_debug_mysqlnd_control_string.phpt
ext/mysqli/tests/mysqli_debug_mysqlnd_only.phpt

index a95fb20972956da5fec6dfd5dbf8625fdd6124a7..da41894b1186de2944f3fe902028b1bf05365d4e 100644 (file)
@@ -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
index c9de3c867123fbabc19f99bdc49cbb21104c93be..671b3821e2983a81a94be8986e2e36c00ac1a0f9 100644 (file)
@@ -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)
index 13206ed4a357a48f7482d36a2621594c0c699017..20556df0499af3bcb9670c5ad68c9d4913c83b74 100644 (file)
@@ -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
index 7a94b40226ec521033607a901a00375fdfb1f05a..d02a3c0921af03bf1452e7d235d9daf29b634381 100644 (file)
@@ -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!
index 8a4d3a184ea0a127a9ce727ba205b76f3b60f2a6..db9ceb382394825fa2844538d7cc9f1e7da0f69c 100644 (file)
@@ -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)
index 34ca27be48f1eccfe14fcbfc058db015eec71009..fc9f7a802253cefa6f3f2e1cb87327b36340e414 100644 (file)
@@ -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!