summaryrefslogtreecommitdiff
path: root/ext/date/tests/date_timestamp_get.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/date/tests/date_timestamp_get.phpt')
-rw-r--r--ext/date/tests/date_timestamp_get.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/date/tests/date_timestamp_get.phpt b/ext/date/tests/date_timestamp_get.phpt
index ec0258bdc0..94b08d224b 100644
--- a/ext/date/tests/date_timestamp_get.phpt
+++ b/ext/date/tests/date_timestamp_get.phpt
@@ -7,7 +7,7 @@ Havard Eide <nucleuz@gmail.com>
date.timezone=UTC
--FILE--
<?php
-$tz = date_timestamp_get(new DateTime());
+$tz = date_timestamp_get(new DateTime());
var_dump(is_int($tz));
echo "\n\n";
$tz = date_timestamp_get(time());