1--TEST-- 2Bug #64343 (phar cannot open tars with pax headers) 3--EXTENSIONS-- 4phar 5--FILE-- 6<?php 7 8echo "Test\n"; 9 10$phar = new PharData(__DIR__."/files/bug64343.tar"); 11 12?> 13--EXPECT-- 14Test 15