From: Veres Lajos Date: Sun, 14 Jul 2013 21:32:28 +0000 (+0100) Subject: revert false fix X-Git-Tag: php-5.4.18RC1~9 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2c73ce4363c209dc9e094c34be4cac22ba8d30e8;p=php revert false fix --- 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");