summaryrefslogtreecommitdiff
path: root/ext/mysqli/tests/mysqli_debug_mysqlnd_control_string.phpt
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2008-08-26 10:59:03 +0000
committerAntony Dovgal <tony2001@php.net>2008-08-26 10:59:03 +0000
commitcdf442f043889ecef14727e1f45d5bb33dcf4207 (patch)
tree8424e26948bdd80d609e5f3463aeb75c54a9df80 /ext/mysqli/tests/mysqli_debug_mysqlnd_control_string.phpt
parent7a12ee1ccccff1f456bd33240a57ba20ad3ef8a3 (diff)
downloadphp-git-cdf442f043889ecef14727e1f45d5bb33dcf4207.tar.gz
fix typo
Diffstat (limited to 'ext/mysqli/tests/mysqli_debug_mysqlnd_control_string.phpt')
-rw-r--r--ext/mysqli/tests/mysqli_debug_mysqlnd_control_string.phpt2
1 files changed, 1 insertions, 1 deletions
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)