bug81726.phpt 308 B

123456789101112
  1. --TEST--
  2. Bug #81726 (phar wrapper: DOS when using quine gzip file)
  3. --EXTENSIONS--
  4. phar
  5. zlib
  6. --FILE--
  7. <?php
  8. var_dump(fopen("phar://" . __DIR__ . "/bug81726.gz", "r"));
  9. ?>
  10. --EXPECTF--
  11. Warning: fopen(phar://%s): Failed to open stream: unable to decompress gzipped phar archive "%s" in %s on line %d
  12. bool(false)