Lines Matching refs:php
4 <?php if (!extension_loaded("phar")) die("skip"); ?>
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';
26 unlink($pname . '/b/c.php');
32 <?php
33 include 'phar://' . __DIR__ . '/' . basename(__FILE__, '.php') . '.phar.php/a.php';
34 include 'phar://' . __DIR__ . '/' . basename(__FILE__, '.php') . '.phar.php/b.php';
35 include 'phar://' . __DIR__ . '/' . basename(__FILE__, '.php') . '.phar.php/b/c.php';
39 <?php unlink(__DIR__ . '/' . basename(__FILE__, '.clean.php') . '.phar.php'); ?>
48 …r.php/b/c.php): Failed to open stream: phar error: "b/c.php" is not a file in phar "%sdelete_in_ph…
50 …phar://%sdelete_in_phar_confirm.phar.php/b/c.php' for inclusion (include_path='%s') in %sdelete_in…