summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSVN Migration <svn@php.net>2004-11-23 09:40:08 +0000
committerSVN Migration <svn@php.net>2004-11-23 09:40:08 +0000
commitec7db7ced2670df735a2d99cffecf4d2ab4621f9 (patch)
tree3fe1e5d3d4228670cac05ce6ca458c682410ae96
parent41dca25055493e592417127e5f58307ac4d8c2d7 (diff)
downloadphp-git-ec7db7ced2670df735a2d99cffecf4d2ab4621f9.tar.gz
This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.
-rw-r--r--ext/standard/tests/time/bug28599.phpt8
1 files changed, 8 insertions, 0 deletions
diff --git a/ext/standard/tests/time/bug28599.phpt b/ext/standard/tests/time/bug28599.phpt
new file mode 100644
index 0000000000..79ac9c84b1
--- /dev/null
+++ b/ext/standard/tests/time/bug28599.phpt
@@ -0,0 +1,8 @@
+--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