Home
last modified time | relevance | path

Searched refs:unlink (Results 201 – 225 of 1559) sorted by relevance

12345678910>>...63

/PHP-8.0/ext/phar/tests/
H A Dbug76584.phpt32 unlink(__DIR__ . '/76584/76584.txt');
34 unlink(__DIR__ . '/76584.phar');
H A Dphar_oo_getcontentsgz.phpt24 unlink(__DIR__ . '/' . basename(__FILE__, '.clean.php') . '.phar.php');
25 unlink(__DIR__ . '/' . basename(__FILE__, '.clean.php') . '.2.phar.php');
H A Drmdir.phpt24 unlink($pname . '/a/x');
28 <?php unlink(__DIR__ . '/' . basename(__FILE__, '.clean.php') . '.phar.php'); ?>
H A Dbug13727.phpt30 unlink("$fileDir/$i");
33 unlink($dirName . '/' . basename(__FILE__, '.clean.php') . '.phar.php');
H A Dphar_extract3.phpt37 @unlink($dir . 'stuff.txt');
38 @unlink($dir . 'nonsense.txt');
/PHP-8.0/ext/fileinfo/tests/
H A Dcve-2014-1943-mb.phpt31 @unlink(__DIR__.'/cve-2014-1943.data');
32 @unlink(__DIR__.'/cve-2014-1943.magic');
H A Dcve-2014-1943.phpt31 @unlink(__DIR__.'/cve-2014-1943.data');
32 @unlink(__DIR__.'/cve-2014-1943.magic');
/PHP-8.0/ext/standard/tests/file/
H A Dfile_get_contents_variation9.phpt36 unlink($chainlink);
37 unlink($softlink);
38 unlink($hardlink);
39 unlink($filename);
H A Dcopy_variation8.phpt53 unlink("$dest");
60 unlink("$dest");
64 unlink($symlink);
65 unlink($hardlink);
66 unlink($file);
H A Dfile_put_contents_variation5.phpt36 unlink($scriptLocFile);
40 unlink($filename);
H A Dfopen_variation12.phpt25 unlink($tmpfile);
37 unlink($scriptDirFile);
H A Dfopen_variation6.phpt30 unlink($absfile);
31 unlink($relfile);
H A Dreadfile_variation2.phpt43 unlink($linkname);
54 unlink($linkname);
61 unlink("$file_path/readfile_variation2.tmp");
H A Drename_variation.phpt41 // unlink the file
42 unlink($dest_filename);
63 Warning: unlink(%s): No such file or directory in %s on line %d
H A Dbug81145.phpt13 @unlink(__DIR__ . "/bug81145_src.bin");
47 @unlink(__DIR__ . "/bug81145_src.bin");
48 @unlink(__DIR__ . "/bug81145_dst.bin");
/PHP-8.0/ext/sockets/tests/
H A Dsocket_set_option_error_socket_option.phpt15 unlink($filename);
18 unlink($filename);
/PHP-8.0/sapi/cli/tests/
H A Dargv_mb_bug77111.phpt35 unlink($argv_fl);
36 unlink($out_fl);
/PHP-8.0/ext/standard/tests/mail/
H A Dmail_basic2.phpt23 @unlink($outFile);
30 unlink($outFile);
/PHP-8.0/ext/spl/tests/
H A Dbug68557.phpt34 unlink(__DIR__ . DIRECTORY_SEPARATOR . 'tmp' . DIRECTORY_SEPARATOR . 'a');
35 unlink(__DIR__ . DIRECTORY_SEPARATOR . 'tmp' . DIRECTORY_SEPARATOR . 'b');
/PHP-8.0/ext/phar/tests/tar/
H A Dbignames_overflow.phpt31 unlink(__DIR__ . '/' . basename(__FILE__, '.clean.php') . '.tar');
32 unlink(__DIR__ . '/' . basename(__FILE__, '.clean.php') . '.2.tar');
/PHP-8.0/ext/phar/tests/zip/
H A Drmdir.phpt27 unlink($alias . '/a/x');
31 <?php unlink(__DIR__ . '/' . basename(__FILE__, '.clean.php') . '.phar.zip'); ?>
/PHP-8.0/ext/curl/tests/
H A Dcurl_write_file.phpt33 unlink($test_file);
34 unlink($log_file);
/PHP-8.0/ext/openssl/tests/
H A Dbug74720_0.phpt80 unlink($tmpFileIn);
81 unlink($tmpFileOut);
82 unlink($tmpFileOut2);
/PHP-8.0/ext/zip/tests/
H A Dbug70322.phpt19 unlink($textfile);
25 @unlink(__DIR__ . '/bug70322.zip');
H A Doo_namelocate.phpt13 @unlink($file);
48 unlink(__DIR__ . '/oo_namelocate.zip');

Completed in 34 milliseconds

12345678910>>...63