Lines Matching refs:php
10 <?php
11 $fname = __DIR__ . '/' . basename(__FILE__, '.php') . '.phar.php';
13 $file = "<?php __HALT_COMPILER(); ?>";
16 $files['a.php'] = '<?php echo "This is a\n"; ?>';
17 $files['b.php'] = '<?php echo "This is b\n"; ?>';
18 $files['b/c.php'] = '<?php echo "This is b/c\n"; ?>';
22 include $pname . '/a.php';
23 include $pname . '/b.php';
24 include $pname . '/b/c.php';
25 unlink($pname . '/b/c.php');
28 <?php
29 include $pname . '/a.php';
30 include $pname . '/b.php';
31 include $pname . '/b/c.php';
35 <?php unlink(__DIR__ . '/' . basename(__FILE__, '.clean.php') . '.phar.php'); ?>
44 …phar.phar.php/b/c.php): Failed to open stream: phar error: "b/c.php" is not a file in phar "%sdele…
46 …ed opening 'phar://%sdelete_in_phar.phar.php/b/c.php' for inclusion (include_path='%s') in %sdelet…