Home
last modified time | relevance | path

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

12345678910>>...65

/php-src/ext/standard/tests/file/
H A Dcopy_variation8.phpt53 unlink("$dest");
60 unlink("$dest");
64 unlink($symlink);
65 unlink($hardlink);
66 unlink($file);
H A Dbug39538.phpt8 @unlink($file);
13 @unlink($file);
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");
49 @unlink(__DIR__ . "/bug81145_src.bin");
50 @unlink(__DIR__ . "/bug81145_dst.bin");
H A Dcopy_variation4.phpt67 unlink($dest_file_name);
77 unlink(__DIR__."/copy_variation4.tmp");
94 Warning: unlink(%s): %s
106 Warning: unlink(%s): %s
118 Warning: unlink(%s): %s
130 Warning: unlink(%s): %s
H A Dfopen_variation12.phpt25 unlink($tmpfile);
37 unlink($scriptDirFile);
H A Dfopen_variation6.phpt30 unlink($absfile);
31 unlink($relfile);
/php-src/ext/zip/tests/
H A Doo_getnameindex.phpt11 @unlink($file);
47 unlink(__DIR__ . '/oo_getnameindex.zip');
H A Doo_addfile.phpt37 unlink($del);
66 @unlink($file);
67 @unlink($del);
H A Dbug70322.phpt17 unlink($textfile);
23 @unlink(__DIR__ . '/bug70322.zip');
H A Doo_namelocate.phpt11 @unlink($file);
46 unlink(__DIR__ . '/oo_namelocate.zip');
/php-src/ext/opcache/tests/
H A Dbug74596.phpt51 unlink(__DIR__ . "/bug74596_1.php");
52 unlink(__DIR__ . "/bug74596_2.php");
/php-src/ext/phar/tests/
H A Dphar_extract3.phpt37 @unlink($dir . 'stuff.txt');
38 @unlink($dir . 'nonsense.txt');
H A Dbug52013.phpt31 unlink(__DIR__ . '/testdir/1.php');
35 unlink(__DIR__ . '/compressed.phar');
H A Dbug13727.phpt31 unlink("$fileDir/$i");
34 unlink($dirName . '/' . basename(__FILE__, '.clean.php') . '.phar.php');
/php-src/ext/phar/tests/zip/
H A Drmdir.phpt27 unlink($alias . '/a/x');
31 <?php unlink(__DIR__ . '/' . basename(__FILE__, '.clean.php') . '.phar.zip'); ?>
/php-src/ext/sockets/tests/
H A Dsocket_set_option_error_socket_option.phpt15 unlink($filename);
18 unlink($filename);
/php-src/ext/curl/tests/
H A Dcurl_write_file.phpt33 unlink($test_file);
34 unlink($log_file);
/php-src/ext/pgsql/tests/
H A D80_bug36625.phpt21 @unlink($tracefile);
46 unlink($tracefile);
/php-src/ext/openssl/tests/
H A Dbug74720_0.phpt78 unlink($tmpFileIn);
79 unlink($tmpFileOut);
80 unlink($tmpFileOut2);
/php-src/sapi/cli/tests/
H A Dargv_mb_bug77111.phpt35 unlink($argv_fl);
36 unlink($out_fl);
H A Dgh8827-003.phpt20 unlink($stdoutFile);
21 unlink($stderrFile);
/php-src/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-src/ext/standard/tests/mail/
H A Dmail_basic2.phpt23 @unlink($outFile);
30 unlink($outFile);

Completed in 31 milliseconds

12345678910>>...65