1
0
mirror of https://github.com/php/php-src.git synced 2026-04-17 04:51:03 +02:00
Files
archived-php-src/ext/date/tests/bug65371.phpt
Máté Kocsis 7aacc705d0 Add many missing closing PHP tags to tests
Closes GH-5958
2020-08-09 22:03:36 +02:00

24 lines
280 B
PHP

--TEST--
Testing bug #65371
--INI--
date.timezone=Europe/Berlin
--FILE--
<?php
function p($str)
{
echo $str, "\n";
echo strftime($str), "\n";
echo bin2hex($str), "\n";
echo bin2hex(strftime($str));
}
setlocale(LC_ALL, 'C');
p('あ');
?>
--EXPECT--
e38182
e38182