summaryrefslogtreecommitdiff
path: root/ext/date/tests/bug30096.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/date/tests/bug30096.phpt')
-rw-r--r--ext/date/tests/bug30096.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/date/tests/bug30096.phpt b/ext/date/tests/bug30096.phpt
index fa4f716ee6..9ca45c4ffe 100644
--- a/ext/date/tests/bug30096.phpt
+++ b/ext/date/tests/bug30096.phpt
@@ -22,7 +22,7 @@ function gm_date_check($hour, $minute, $second, $month, $day, $year) {
global $ts, $tsold;
echo "gmmktime($hour,$minute,$second,$month,$day,$year): ";
-
+
$tsold = $ts;
$ts = gmmktime($hour, $minute, $second, $month, $day, $year);