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