mirror of
https://github.com/php/php-src.git
synced 2026-03-28 02:02:32 +01:00
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5: fixed EOL in the test
This commit is contained in:
@@ -7,9 +7,9 @@ date.timezone=Europe/Berlin
|
||||
|
||||
function p($str)
|
||||
{
|
||||
echo $str, PHP_EOL;
|
||||
echo strftime($str), PHP_EOL;
|
||||
echo bin2hex($str), PHP_EOL;
|
||||
echo $str, "\n";
|
||||
echo strftime($str), "\n";
|
||||
echo bin2hex($str), "\n";
|
||||
echo bin2hex(strftime($str));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user