]> granicus.if.org Git - php/commitdiff
revert false fix
authorVeres Lajos <vlajos@gmail.com>
Sun, 14 Jul 2013 21:32:28 +0000 (22:32 +0100)
committerStanislav Malyshev <stas@php.net>
Mon, 15 Jul 2013 07:23:17 +0000 (00:23 -0700)
ext/standard/tests/general_functions/003.phpt

index 08e53b234400c56ca529177ef375380f4d72491b..7ad90c8b5adbcd644c51c6b181876b87a875ab20 100644 (file)
@@ -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");