summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ext/phar/tests/zip/phar_stub.phpt6
1 files changed, 0 insertions, 6 deletions
diff --git a/ext/phar/tests/zip/phar_stub.phpt b/ext/phar/tests/zip/phar_stub.phpt
index 302a894d76..72c1f17d78 100644
--- a/ext/phar/tests/zip/phar_stub.phpt
+++ b/ext/phar/tests/zip/phar_stub.phpt
@@ -19,12 +19,6 @@ $p['b'] = 'b';
$p['c'] = 'c';
copy($fname2, $fname);
-$a = stat($pname . '/a');
-$b = stat($pname2 . '/a');
-if ($a['mtime'] != $b['mtime']) {
- echo "timestamp changed, was $a[mtime], now $b[mtime]!\n";
-}
-
$phar = new Phar($fname);
echo $phar->getStub();