Lines Matching refs:php
4 <?php if (!extension_loaded("phar")) die("skip"); ?>
6 tempmanifest1.phar.php
10 <?php
11 $fname = __DIR__ . '/tempmanifest1.phar.php';
13 $a['file1.php'] = 'file1.php
15 $a['test/file1.php'] = 'test/file1.php
19 include 'file1.php';
21 include 'file1.php';
22 include 'file2.php';
25 <?php
26 @unlink(__DIR__ . '/tempmanifest1.phar.php');
29 file1.php
30 test/file1.php
32 Warning: include(file2.php): Failed to open stream: No such file or directory in %sinclude_path.php…
34 …de(): Failed opening 'file2.php' for inclusion (include_path='%sphar://%stempmanifest1.phar.php/te…