Commit:    c2088f8b816806fd882090535b45f5cde97d6216
Author:    Veres Lajos <vla...@gmail.com>         Sun, 14 Jul 2013 22:32:28 
+0100
Committer: Stanislav Malyshev <s...@php.net>      Mon, 15 Jul 2013 00:19:56 
-0700
Parents:   1b06e0be96774eeb59a59b80476213a8b98a8fdc
Branches:  master

Link:       
http://git.php.net/?p=php-src.git;a=commitdiff;h=c2088f8b816806fd882090535b45f5cde97d6216

Log:
revert false fix

Changed paths:
  M  ext/standard/tests/general_functions/003.phpt


Diff:
diff --git a/ext/standard/tests/general_functions/003.phpt 
b/ext/standard/tests/general_functions/003.phpt
index 08e53b2..7ad90c8 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");


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to