- tests require 64bit integer

This commit is contained in:
Pierre Joye 2011-12-07 10:38:35 +00:00
parent 5aa1fb6074
commit d4ef7ab7df

View file

@ -1,5 +1,11 @@
--TEST--
Bug #52062: large timestamps with DateTime::getTimestamp and DateTime::setTimestamp
--SKIPIF--
<?php
if (PHP_INT_SIZE == 4) die('skip tests require 64bit integer (php\' int, long in C.');
?>
--INI--
date.timezone=UTC
--FILE--
<?php
$d = new DateTime('@100000000000');