ru_php/ext/date/tests/bug65371.phpt

28 lines
511 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('あ');
?>
--EXPECTF--
Deprecated: Function strftime() is deprecated since 8.1, use IntlDateFormatter::format() instead in %s on line %d
e38182
Deprecated: Function strftime() is deprecated since 8.1, use IntlDateFormatter::format() instead in %s on line %d
e38182