Lines Matching refs:php

4 <?php
11 <?php
12 $fname = dirname(__FILE__) . '/tempmanifest1.phar.php';
16 $a['index.php'] = '<?php
18 echo file_get_contents(Phar::running(1) . "/testit/extfile.php"), "\n";
21 include "testit/extfile.php";
22 include "testit/extfile2.php";
24 Phar::mount(".phar/stub.php", dirname(Phar::running(0)) . "/testit/extfile.php");
30 $a->setStub('<?php
32 include "index.php";
37 file_put_contents(dirname(__FILE__) . '/testit/extfile.php', '<?php
40 file_put_contents(dirname(__FILE__) . '/testit/extfile2.php', '<?php
43 include dirname(__FILE__) . '/testit/extfile.php';
79 Phar::mount($pname . '/testit/extfile.php', dirname(__FILE__));
86 <?php
87 @unlink(dirname(__FILE__) . '/tempmanifest1.phar.php');
88 @unlink(dirname(__FILE__) . '/testit/extfile.php');
89 @unlink(dirname(__FILE__) . '/testit/extfile2.php');
95 unicode(%d) "%sextfile.php"
96 <?php
100 ….phar.php/testit/directory): failed to open stream: phar error: path "testit/directory" is a direc…
103 unicode(%d) "phar://%sextfile.php"
104 unicode(%d) "phar://%sextfile2.php"
105 Mounting of .phar/stub.php to %sextfile.php within phar %stests/tempmanifest1.phar.php failed
109 extfile.php
110 extfile2.php
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