$a = fopen($pname2 . '/hi', 'w');
$a = fopen('phar://', 'r');
$a = fopen('phar://foo.phar', 'r');
+
+ini_set('phar.extract_list', 'test.phar=' . dirname(__FILE__) . '/ump');
+$a = fopen('phar://test.phar/oops', 'r');
?>
===DONE===
Warning: fopen(phar://foo.phar): failed to open stream: operation failed in %sfopen_edgecases.php on line %d
+Warning: fopen(phar://test.phar/oops): failed to open stream: phar error: file "oops" extracted from "test.phar" could not be opened in %sfopen_edgecases.php on line %d
+
===DONE===
\ No newline at end of file