diff options
Diffstat (limited to 'ext/date/tests/idate_variation5.phpt')
-rw-r--r-- | ext/date/tests/idate_variation5.phpt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/date/tests/idate_variation5.phpt b/ext/date/tests/idate_variation5.phpt index 6064a9e989..b72f7274d7 100644 --- a/ext/date/tests/idate_variation5.phpt +++ b/ext/date/tests/idate_variation5.phpt @@ -32,7 +32,6 @@ foreach($inputs as $key =>$value) { var_dump( idate($value) ); }; ?> -===DONE=== --EXPECTF-- *** Testing idate() : usage variation *** @@ -59,4 +58,3 @@ int(%d) --Time zone offset-- int(%d) -===DONE=== |