Skip to content

Commit b877451

Browse files
committed
fixed EOL in the test
1 parent e927dbd commit b877451

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ext/date/tests/bug65371.phpt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ date.timezone=Europe/Berlin
77

88
function p($str)
99
{
10-
echo $str, PHP_EOL;
11-
echo strftime($str), PHP_EOL;
12-
echo bin2hex($str), PHP_EOL;
10+
echo $str, "\n";
11+
echo strftime($str), "\n";
12+
echo bin2hex($str), "\n";
1313
echo bin2hex(strftime($str));
1414
}
1515

0 commit comments

Comments
 (0)