MFH Specific test for bug #48276

This commit is contained in:
Scott MacVicar 2009-06-21 22:31:41 +00:00
parent 25715c7660
commit c63b6f5d8a

View File

@ -0,0 +1,9 @@
--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"