summaryrefslogtreecommitdiff
path: root/ext/date/tests/date_timestamp_set_wrongparam_004.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/date/tests/date_timestamp_set_wrongparam_004.phpt')
-rw-r--r--ext/date/tests/date_timestamp_set_wrongparam_004.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/date/tests/date_timestamp_set_wrongparam_004.phpt b/ext/date/tests/date_timestamp_set_wrongparam_004.phpt
index b171e98bd4..a9aab110e2 100644
--- a/ext/date/tests/date_timestamp_set_wrongparam_004.phpt
+++ b/ext/date/tests/date_timestamp_set_wrongparam_004.phpt
@@ -4,12 +4,12 @@ Check the function date_timestamp_set() with 3 parameters.
Rodrigo Prado de Jesus <royopa [at] gmail [dot] com>
--INI--
date.timezone = UTC;
-date_default_timezone_set("America/Sao_Paulo");
+date_default_timezone_set("America/Sao_Paulo");
--FILE--
<?php
$dftz021 = date_default_timezone_get(); //UTC
-$dtms021 = new DateTime();
+$dtms021 = new DateTime();
date_timestamp_set($dtms021, 123456789, 'error');
?>