php-src/ext/standard/tests/time/bug28599.phpt
2004-11-23 09:40:07 +00:00

9 lines
174 B
PHP

--TEST--
Bug #28599 (strtotime fails with zero base time)
--FILE--
<?php
print gmdate("d-m-Y H:i:s", strtotime("+30 minutes", 1100535573));
?>
--EXPECT--
15-11-2004 16:49:33