summaryrefslogtreecommitdiff
path: root/ext/standard/tests/time/bug38524.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/time/bug38524.phpt')
-rw-r--r--ext/standard/tests/time/bug38524.phpt2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/standard/tests/time/bug38524.phpt b/ext/standard/tests/time/bug38524.phpt
index 77d0f4f234..3def28e082 100644
--- a/ext/standard/tests/time/bug38524.phpt
+++ b/ext/standard/tests/time/bug38524.phpt
@@ -6,7 +6,6 @@ Bug #38524 (strptime() does not initialize the internal date storage structure)
<?php
var_dump(strptime('2006-08-20', '%Y-%m-%d'));
?>
-===DONE===
--EXPECTF--
array(9) {
["tm_sec"]=>
@@ -28,4 +27,3 @@ array(9) {
["unparsed"]=>
string(0) ""
}
-===DONE===