summaryrefslogtreecommitdiff
path: root/ext/date/tests/date_timestamp_set_wrongparam_003.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/date/tests/date_timestamp_set_wrongparam_003.phpt')
-rw-r--r--ext/date/tests/date_timestamp_set_wrongparam_003.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/date/tests/date_timestamp_set_wrongparam_003.phpt b/ext/date/tests/date_timestamp_set_wrongparam_003.phpt
index 387313b13b..48e9c5a351 100644
--- a/ext/date/tests/date_timestamp_set_wrongparam_003.phpt
+++ b/ext/date/tests/date_timestamp_set_wrongparam_003.phpt
@@ -4,12 +4,12 @@ Check the function date_timestamp_set() with second parameter wrong (array).
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();
$wrong_parameter = array();