Home
last modified time | relevance | path

Searched refs:unlink (Results 126 – 150 of 1579) sorted by relevance

12345678910>>...64

/PHP-7.4/ext/phar/tests/
H A Dfopen_edgecases2.phpt20 unlink($fname);
34 <?php unlink(__DIR__ . '/' . basename(__FILE__, '.clean.php') . '.phar.php'); ?>
35 <?php unlink(__DIR__ . '/fopen_edgecases2.txt'); ?>
H A Dbug46060.phpt25 unlink(__DIR__ . '/' . basename(__FILE__, '.clean.php') . '.tar');
26 unlink(__DIR__ . '/' . basename(__FILE__, '.clean.php') . '.2.tar');
H A Dphar_buildfromdirectory6.phpt30 unlink(__DIR__ . '/buildfromdirectory6.phar');
32 unlink(__DIR__ . "/testdir6/file$i.txt");
H A Dphar_oo_getmodified.phpt30 unlink(__DIR__ . '/' . basename(__FILE__, '.clean.php') . '.phar');
31 unlink(__DIR__ . '/' . basename(__FILE__, '.clean.php') . '.phar.php');
H A Dphar_setalias.phpt29 unlink(__DIR__ . '/' . basename(__FILE__, '.clean.php') . '.phar.php');
30 unlink(__DIR__ . '/' . basename(__FILE__, '.clean.php') . '.phartmp.php');
/PHP-7.4/ext/standard/tests/file/
H A Dlstat_stat_variation14.phpt26 @unlink($linkname);
45 unlink("$file_path/lstat_stat_variation14_hard.tmp");
46 unlink("$file_path/lstat_stat_variation14.tmp");
H A Dbug53241.phpt11 @unlink($fn);
19 @unlink($fn);
H A Drename_variation7.phpt22 @unlink($tmp_link);
23 @unlink($tmp_link2);
H A Dlchgrp_basic.phpt27 unlink($filename);
28 unlink($symlink);
H A Drename_variation2-win32.phpt32 unlink($file_path."/12345");
48 unlink($file_path."/rename_variation2_link.tmp");
49 unlink($file_path."/rename_variation2.tmp");
H A Dbug74719.phpt2 Bug #74719 Allow NULL as context, testing fopen, rename, unlink, mkdir and rmdir
21 if (unlink($newTmpFile, NULL)) {
H A Dreadlink_realpath_basic1.phpt65 unlink("$name_prefix/home/test/readlink_realpath_basic1.tmp");
66 unlink("$name_prefix/home/readlink_realpath_basic1.tmp");
67 unlink("$name_prefix/readlink_realpath_basic1.tmp");
68 unlink("$name_prefix/home/test/readlink_realpath_basic1_link.tmp");
69 unlink("$name_prefix/home/readlink_realpath_basic1_link.tmp");
/PHP-7.4/ext/zip/tests/
H A Dbug14962.phpt27 unlink($fullpath);
30 unlink($dir . '/' . '__14962.zip');
H A Doo_setcomment.phpt13 @unlink($file);
42 @unlink($file);
54 @unlink($file);
/PHP-7.4/ext/standard/tests/streams/
H A Dbug75776.phpt30 @unlink(__DIR__ . "/75776.gz");
31 @unlink(__DIR__ . "/75776.bz2");
/PHP-7.4/ext/phar/tests/tar/
H A Drefcount1.phpt42 unlink($alias . '/b/c.php');
51 <?php unlink(__DIR__ . '/' . basename(__FILE__, '.clean.php') . '.phar.tar'); ?>
63 Warning: unlink(): phar error: "b/c.php" in phar "%srefcount1.phar.tar", has open file pointers, ca…
/PHP-7.4/ext/phar/tests/zip/
H A Dphar_setalias.phpt52 unlink(__DIR__ . '/' . basename(__FILE__, '.clean.php') . '.phar.zip');
53 unlink(__DIR__ . '/' . basename(__FILE__, '.clean.php') . '2.phar.zip');
54 unlink(__DIR__ . '/' . basename(__FILE__, '.clean.php') . '3.phar.zip');
/PHP-7.4/ext/openssl/tests/
H A Dbug69215.phpt60 @unlink(__DIR__ . DIRECTORY_SEPARATOR . 'bug69215-ca.pem.tmp');
61 @unlink(__DIR__ . DIRECTORY_SEPARATOR . 'bug69215-client.pem.tmp');
62 @unlink(__DIR__ . DIRECTORY_SEPARATOR . 'bug69215-server.pem.tmp');
/PHP-7.4/ext/gd/tests/
H A Dgif2gd.phpt25 @unlink($cwd . "/test_gif.gd1");
26 @unlink($cwd . "/test_gif.gd2");
H A Dxpm2gd.phpt25 @unlink($cwd . "/test_xpm.gd1");
26 @unlink($cwd . "/test_xpm.gd2");
/PHP-7.4/ext/zlib/tests/
H A Dzlib_wrapper_ftruncate_basic.phpt18 unlink($f2);
23 unlink($f2);
/PHP-7.4/ext/curl/tests/
H A Dcurl_reset.phpt35 unlink($test_file);
36 unlink($log_file);
/PHP-7.4/ext/spl/tests/
H A Dbug51068.phpt26 unlink('bug.51068');
27 unlink('bug.51068.dir/lvl2.bug.51068');
H A Dbug77263.phpt34 unlink("$dir/file1");
35 unlink("$dir/subdir/file2");
/PHP-7.4/ext/xmlreader/tests/
H A D002.phpt26 unlink($filename);
31 unlink($filename);

Completed in 25 milliseconds

12345678910>>...64