Lines Matching refs:php
9 <?php
10 $fname = __DIR__ . '/' . basename(__FILE__, '.php') . '.phar.php';
12 $file = "<?php __HALT_COMPILER(); ?>";
15 $files['a.php'] = '<?php echo "This is a\n"; ?>';
16 $files['b.php'] = '<?php echo "This is b\n"; ?>';
17 $files['b/c.php'] = '<?php echo "This is b/c\n"; ?>';
20 var_dump(fopen($pname . '/b/new.php', 'wb'));
21 include $pname . '/b/c.php';
22 include $pname . '/b/new.php';
26 <?php unlink(__DIR__ . '/' . basename(__FILE__, '.clean.php') . '.phar.php'); ?>
28 …ar.php/b/new.php): Failed to open stream: phar error: write operations disabled by the php.ini set…
32 …php/b/new.php): Failed to open stream: phar error: "b/new.php" is not a file in phar "%sopen_for_w…
34 …://%sopen_for_write_newfile_b.phar.php/b/new.php' for inclusion (include_path='%s') in %sopen_for_…