diff options
Diffstat (limited to 'ext/date/tests/bug41964.phpt')
-rw-r--r-- | ext/date/tests/bug41964.phpt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/ext/date/tests/bug41964.phpt b/ext/date/tests/bug41964.phpt index 022a1861b4..076d0e9a24 100644 --- a/ext/date/tests/bug41964.phpt +++ b/ext/date/tests/bug41964.phpt @@ -40,20 +40,20 @@ echo "\n"; NULL NULL -int(-60) +int(3600) string(1) "A" -int(-60) +int(3600) string(1) "A" -int(-60) +int(3600) string(1) "A" -int(-60) +int(3600) string(1) "A" -int(-60) +int(3600) string(1) "A" -int(-60) +int(3600) string(1) "A" |