diff options
Diffstat (limited to 'ext/date/tests/timestamp-in-dst.phpt')
-rw-r--r-- | ext/date/tests/timestamp-in-dst.phpt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/date/tests/timestamp-in-dst.phpt b/ext/date/tests/timestamp-in-dst.phpt index 232bd7fece..24d1dddeb6 100644 --- a/ext/date/tests/timestamp-in-dst.phpt +++ b/ext/date/tests/timestamp-in-dst.phpt @@ -8,6 +8,4 @@ error_reporting(E_ALL & ~E_STRICT); // hide e_strict warning about timezones var_dump( date_create( '@1202996091' )->format( 'c' ) ); ?> --EXPECT-- -string(25) "2008-02-14T13:34:51+00:00" ---UEXPECT-- unicode(25) "2008-02-14T13:34:51+00:00" |