summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVeres Lajos <vlajos@gmail.com>2013-07-14 22:32:28 +0100
committerStanislav Malyshev <stas@php.net>2013-07-15 00:23:17 -0700
commit2c73ce4363c209dc9e094c34be4cac22ba8d30e8 (patch)
tree771326bc61380fb763d92002622ba4d915e12d95
parente9a95d78ef7c43bc6b6478b9370047d854b20024 (diff)
downloadphp-git-2c73ce4363c209dc9e094c34be4cac22ba8d30e8.tar.gz
revert false fix
-rw-r--r--ext/standard/tests/general_functions/003.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/tests/general_functions/003.phpt b/ext/standard/tests/general_functions/003.phpt
index 08e53b2344..7ad90c8b5a 100644
--- a/ext/standard/tests/general_functions/003.phpt
+++ b/ext/standard/tests/general_functions/003.phpt
@@ -43,7 +43,7 @@ $n += test_me("bug #7368", 2, "1345", "1234");
$n += test_me("bug #6562", 1, "debugg", "debug");
$n += test_me("bug #6562", 1, "ddebug", "debug");
$n += test_me("bug #6562", 2, "debbbug", "debug");
-$n += test_me("bug #6562", 1, "debugging", "debugging");
+$n += test_me("bug #6562", 1, "debugging", "debuging");
$n += test_me("bug #16473", 2, "a", "bc");
$n += test_me("bug #16473", 2, "xa", "xbc");