summaryrefslogtreecommitdiff
path: root/ext/date/tests/bug48276.phpt
blob: 92e2d39ff71791d6d0bf37c057c61cc45957ef8f (plain)
1
2
3
4
5
6
7
8
9
10
--TEST--
Bug #48276 (date("Y") prints wrong year on Big Endian machines)
--INI--
date.timezone=UTC
--FILE--
<?php
var_dump(date("Y", 1245623227));
?>
--EXPECT--
string(4) "2009"