summaryrefslogtreecommitdiff
path: root/ext/phar/tests/bug79797.phpt
blob: 761e5379e00bf53bd14bd6301c579bbc9b5ad07c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--TEST--
Bug #79797 (Use of freed hash key in the phar_parse_zipfile function)
--SKIPIF--
<?php
if (!extension_loaded('phar')) die('skip phar extension not available');
?>
--INI--
phar.cache_list={PWD}/bug79797.phar
--FILE--
<?php
echo "done\n";
?>
--EXPECT--
done