Lines Matching refs:php

6 tempmanifest1.phar.php
10 <?php
11 $fname = __DIR__ . '/tempmanifest1.phar.php';
15 $a['index.php'] = '<?php
17 echo file_get_contents(Phar::running(1) . "/testit/extfile.php"), "\n";
20 include "testit/extfile.php";
21 include "testit/extfile2.php";
23 Phar::mount(".phar/stub.php", dirname(Phar::running(0)) . "/testit/extfile.php");
29 $a->setStub('<?php
31 include "index.php";
36 file_put_contents(__DIR__ . '/testit/extfile.php', '<?php
39 file_put_contents(__DIR__ . '/testit/extfile2.php', '<?php
42 include __DIR__ . '/testit/extfile.php';
78 Phar::mount($pname . '/testit/extfile.php', __DIR__);
84 <?php
85 @unlink(__DIR__ . '/tempmanifest1.phar.php');
86 @unlink(__DIR__ . '/testit/extfile.php');
87 @unlink(__DIR__ . '/testit/extfile2.php');
93 string(%d) "%sextfile.php"
94 <?php
98 ….phar.php/testit/directory): Failed to open stream: phar error: path "testit/directory" is a direc…
101 string(%d) "phar://%sextfile.php"
102 string(%d) "phar://%sextfile2.php"
103 Mounting of .phar/stub.php to %sextfile.php within phar %stests/tempmanifest1.phar.php failed
107 extfile.php
108 extfile2.php
109 phar://%stempmanifest1.phar.php/testit%cdirectory
110 phar://%stempmanifest1.phar.php/testit%cextfile.php
111 phar://%stempmanifest1.phar.php/testit%cextfile2.php
112 Mounting of /testit to another\..\mistake within phar %stempmanifest1.phar.php failed
113 Mounting of /notfound to %stests/this/does/not/exist within phar %stempmanifest1.phar.php failed
114 Mounting of /testit to %stests within phar %stests/tempmanifest1.phar.php failed
115 Mounting of /testit/extfile.php to %stests within phar %stests/tempmanifest1.phar.php failed