diff options
Diffstat (limited to 'ext/date/tests/date_timestamp_set_wrongparam_001.phpt')
| -rw-r--r-- | ext/date/tests/date_timestamp_set_wrongparam_001.phpt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/date/tests/date_timestamp_set_wrongparam_001.phpt b/ext/date/tests/date_timestamp_set_wrongparam_001.phpt index 9a0fca99c1..43fec3796a 100644 --- a/ext/date/tests/date_timestamp_set_wrongparam_001.phpt +++ b/ext/date/tests/date_timestamp_set_wrongparam_001.phpt @@ -4,12 +4,12 @@ Check the function date_timestamp_set() with first 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 = array(); +$dtms021 = array(); date_timestamp_set($dtms021, 123456789); ?> |
