Home
last modified time | relevance | path

Searched refs:unlink (Results 101 – 125 of 1559) sorted by relevance

12345678910>>...63

/PHP-8.0/ext/phar/tests/
H A Drefcount1.phpt31 unlink($pname . '/b/c.php');
38 <?php unlink(__DIR__ . '/' . basename(__FILE__, '.clean.php') . '.phar.php'); ?>
50 Warning: unlink(): phar error: "b/c.php" in phar "%srefcount1.phar.php", has open file pointers, ca…
H A Dphar_convert_repeated_b.phpt82 unlink(__DIR__ . '/' . basename(__FILE__, '.clean.php') . '.phar.gz');
83 unlink(__DIR__ . '/' . basename(__FILE__, '.clean.php') . '.tar.gz');
84 unlink(__DIR__ . '/' . basename(__FILE__, '.clean.php') . '.tar');
85 unlink(__DIR__ . '/' . basename(__FILE__, '.clean.php') . '.1.2.tar');
86 unlink(__DIR__ . '/' . basename(__FILE__, '.clean.php') . '.zip');
87 unlink(__DIR__ . '/' . basename(__FILE__, '.clean.php') . '.1.zip');
H A Dphar_extract.phpt109 @unlink(__DIR__ . '/oops');
111 @unlink(__DIR__ . '/tempmanifest1.phar.php');
113 @unlink($e . 'file1.txt');
114 @unlink($e . 'file2.txt');
115 @unlink($e . 'subdir/ectory/file.txt');
122 @unlink($e . 'file1.txt');
123 @unlink($e . 'subdir/ectory/file.txt');
128 @unlink($e . 'file2.txt');
H A Dfopen_edgecases2.phpt24 unlink($fname);
37 <?php unlink(__DIR__ . '/' . basename(__FILE__, '.clean.php') . '.phar.php'); ?>
38 <?php unlink(__DIR__ . '/fopen_edgecases2.txt'); ?>
/PHP-8.0/ext/phar/tests/tar/
H A Dbignames.phpt45 unlink(__DIR__ . '/' . basename(__FILE__, '.clean.php') . '.tar');
46 unlink(__DIR__ . '/' . basename(__FILE__, '.clean.php') . '.2.tar');
47 @unlink(__DIR__ . '/' . basename(__FILE__, '.clean.php') . '.3.tar');
48 @unlink(__DIR__ . '/' . basename(__FILE__, '.clean.php') . '.4.tar');
/PHP-8.0/ext/fileinfo/tests/
H A Dbug61964.phpt39 unlink($dir . "/test1.txt");
40 unlink($dir . "/test2.txt");
42 unlink($magic_file_copy);
43 unlink($magic_file_copy2);
H A Dbug61964-mb.phpt39 unlink($dir . "/test1.txt");
40 unlink($dir . "/test2.txt");
42 unlink($magic_file_copy);
43 unlink($magic_file_copy2);
/PHP-8.0/ext/standard/tests/file/
H A Dlink_win32.phpt21 unlink($filename);
22 unlink($linkname);
H A Drealpath_basic4.phpt15 unlink("$file_path/realpath_basic4/link2");
16 unlink("$file_path/realpath_basic4/link1");
/PHP-8.0/ext/session/tests/
H A Dbug61470.phpt21 @unlink($file1);
22 @unlink($file2);
/PHP-8.0/ext/spl/tests/
H A Dbug66405.phpt49 unlink($td . '/testsubdir/file3.csv');
50 unlink($td . '/file2.md');
51 unlink($td . '/file1.txt');
/PHP-8.0/ext/phar/tests/zip/
H A Drefcount1.phpt39 unlink($alias . '/b/c.php');
46 <?php unlink(__DIR__ . '/' . basename(__FILE__, '.clean.php') . '.phar.zip'); ?>
58 Warning: unlink(): phar error: "b/c.php" in phar "%srefcount1.phar.zip", has open file pointers, ca…
H A Ddir.phpt33 <?php unlink(__DIR__ . '/' . basename(__FILE__, '.clean.php') . '.phar.zip.php'); ?>
34 <?php unlink(__DIR__ . '/' . basename(__FILE__, '.clean.php') . '.1.phar.php'); ?>
35 <?php unlink(__DIR__ . '/' . basename(__FILE__, '.clean.php') . '.2.phar.php'); ?>
/PHP-8.0/ext/zip/tests/
H A Dbug53885.phpt10 if(file_exists($fname)) unlink($fname);
21 unlink($fname);
H A Dbug78641.phpt26 unlink(__DIR__ . '/bug78641');
27 unlink(__DIR__ . '/bug78641.zip');
H A Doo_addpattern.phpt62 unlink($dirname . 'tmp.zip');
63 unlink($dirname . 'foo.txt');
64 unlink($dirname . 'bar.txt');
/PHP-8.0/ext/gd/tests/
H A Dbug24155.phpt13 @unlink($dest);
27 @unlink($dest);
H A Dbug27582_1.phpt10 @unlink($dest);
23 @unlink($dest);
H A D001-mb.phpt9 @unlink($file);
15 @unlink($file);
H A D001.phpt9 @unlink($file);
15 @unlink($file);
/PHP-8.0/sapi/cli/tests/
H A D010.phpt37 @unlink(__DIR__."/010.test.php");
38 @unlink(__DIR__."/010.test.txt");
/PHP-8.0/ext/phar/tests/cache_list/
H A Dcopyonwrite5.phar.phpt13 unlink(__DIR__ . '/copyonwrite5/file1');
14 unlink(__DIR__ . '/copyonwrite5/file2');
H A Dcopyonwrite6.phar.phpt14 unlink(__DIR__ . '/copyonwrite6/file1');
15 unlink(__DIR__ . '/copyonwrite6/file2');
/PHP-8.0/ext/standard/tests/file/windows_links/
H A Dbug78862.phpt17 unlink(__DIR__ . '/bug78862.target');
18 unlink(__DIR__ . '/bug78862.link');
/PHP-8.0/ext/standard/tests/mail/
H A Dbug69874.phpt16 @unlink($outFile);
20 unlink($outFile);

Completed in 199 milliseconds

12345678910>>...63