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';
26 <?php
27 @unlink(__DIR__ . '/tempmanifest1.phar.php');
30 file1.php
31 test/file1.php
33 Warning: include(file2.php): failed to open stream: No such file or directory in %sinclude_path.php…
35 …de(): Failed opening 'file2.php' for inclusion (include_path='%sphar://%stempmanifest1.phar.php/te…