Lines Matching refs:phar
5 if (!extension_loaded("phar")) die("skip");
9 phar.readonly=0
12 $fname = dirname(__FILE__) . '/tempmanifest1.phar.php';
13 $pname = 'phar://' . $fname;
24 Phar::mount(".phar/stub.php", dirname(Phar::running(0)) . "/testit/extfile.php");
31 set_include_path("phar://" . __FILE__);
87 @unlink(dirname(__FILE__) . '/tempmanifest1.phar.php');
100 …phar://%stempmanifest1.phar.php/testit/directory): failed to open stream: phar error: path "testit…
103 string(%d) "phar://%sextfile.php"
104 string(%d) "phar://%sextfile2.php"
105 Mounting of .phar/stub.php to %sextfile.php within phar %stests/tempmanifest1.phar.php failed
111 phar://%stempmanifest1.phar.php/testit%cdirectory
112 phar://%stempmanifest1.phar.php/testit%cextfile.php
113 phar://%stempmanifest1.phar.php/testit%cextfile2.php
114 Mounting of /testit to another\..\mistake within phar %stempmanifest1.phar.php failed
115 Mounting of /notfound to %stests/this/does/not/exist within phar %stempmanifest1.phar.php failed
116 Mounting of /testit to %stests within phar %stests/tempmanifest1.phar.php failed
117 Mounting of /testit/extfile.php to %stests within phar %stests/tempmanifest1.phar.php failed