Home
last modified time | relevance | path

Searched refs:unlink (Results 176 – 200 of 1579) sorted by relevance

12345678910>>...64

/PHP-7.4/ext/opcache/tests/
H A Dbug67215.phpt24 unlink($file_c);
25 unlink($file_p);
H A Dbug74596.phpt51 unlink(__DIR__ . "/bug74596_1.php");
52 unlink(__DIR__ . "/bug74596_2.php");
/PHP-7.4/ext/standard/tests/mail/
H A Dbug51604.phpt19 @unlink($outFile);
24 unlink($outFile);
H A Dbug69874.phpt27 @unlink($outFile);
31 unlink($outFile);
/PHP-7.4/ext/phar/tests/
H A Dbug76584.phpt32 unlink(__DIR__ . '/76584/76584.txt');
34 unlink(__DIR__ . '/76584.phar');
H A Dphar_extract3.phpt38 @unlink($dir . 'stuff.txt');
39 @unlink($dir . 'nonsense.txt');
H A Dbug13727.phpt31 unlink("$fileDir/$i");
34 unlink($dirName . '/' . basename(__FILE__, '.clean.php') . '.phar.php');
/PHP-7.4/ext/standard/tests/file/
H A Dfopen_variation19.phpt63 unlink($linkOfLink);
64 unlink($sortFilename);
65 unlink($hardFilename);
66 unlink($realFilename);
H A Dcopy_variation8.phpt58 unlink("$dest");
65 unlink("$dest");
69 unlink($symlink);
70 unlink($hardlink);
71 unlink($file);
H A Dreadlink_realpath_variation1.phpt48 unlink($obj1->linkname);
49 unlink($obj2->linkname);
61 unlink($obj1->linkname);
62 unlink($obj2->linkname);
69 unlink("$name_prefix/home/tests/link/readlink_realpath_variation1.tmp");
H A Dreadlink_realpath_variation1-win32.phpt51 unlink($obj1->linkname);
52 unlink($obj2->linkname);
64 unlink($obj1->linkname);
65 unlink($obj2->linkname);
72 unlink("$name_prefix/home/tests/link/readlink_realpath_variation1.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");
H A Dcopy_variation4.phpt73 unlink($dest_file_name);
83 unlink(__DIR__."/copy_variation4.tmp");
100 Warning: unlink(%s): %s
112 Warning: unlink(%s): %s
130 Warning: unlink() expects parameter 1 to be a valid path, string given in %s on line %d
142 Warning: unlink(%s): %s
154 Warning: unlink(%s): %s
H A Dlchown_basic.phpt34 unlink($filename);
35 unlink($symlink);
H A Dfile_put_contents_variation5.phpt36 unlink($scriptLocFile);
40 unlink($filename);
/PHP-7.4/ext/sockets/tests/
H A Dsocket_set_option_error_socket_option.phpt15 unlink($filename);
18 unlink($filename);
/PHP-7.4/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-7.4/ext/phar/tests/zip/
H A Drmdir.phpt27 unlink($alias . '/a/x');
31 <?php unlink(__DIR__ . '/' . basename(__FILE__, '.clean.php') . '.phar.zip'); ?>
/PHP-7.4/ext/curl/tests/
H A Dcurl_write_file.phpt33 unlink($test_file);
34 unlink($log_file);
/PHP-7.4/ext/openssl/tests/
H A Dbug74720_0.phpt80 unlink($tmpFileIn);
81 unlink($tmpFileOut);
82 unlink($tmpFileOut2);
/PHP-7.4/ext/phar/tests/tar/
H A Dbignames_overflow.phpt32 unlink(__DIR__ . '/' . basename(__FILE__, '.clean.php') . '.tar');
33 unlink(__DIR__ . '/' . basename(__FILE__, '.clean.php') . '.2.tar');
H A Dphar_setalias.phpt43 unlink(__DIR__ . '/' . basename(__FILE__, '.clean.php') . '.phar.tar');
44 unlink(__DIR__ . '/' . basename(__FILE__, '.clean.php') . '.phartmp.tar');
/PHP-7.4/ext/zip/tests/
H A Dbug70322.phpt19 unlink($textfile);
25 @unlink(__DIR__ . '/bug70322.zip');
/PHP-7.4/sapi/cli/tests/
H A Dargv_mb_bug77111.phpt36 unlink($argv_fl);
37 unlink($out_fl);

Completed in 35 milliseconds

12345678910>>...64