Skip to content

Commit

Permalink
revert false fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vlajos authored and smalyshev committed Jul 15, 2013
1 parent 1b06e0b commit c2088f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/standard/tests/general_functions/003.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit c2088f8

Please sign in to comment.