Home
last modified time | relevance | path

Searched refs:unlink (Results 151 – 175 of 1579) sorted by relevance

12345678910>>...64

/PHP-7.4/tests/security/
H A Dopen_basedir_copy_variation1.phpt11 var_dump(unlink("copy.txt"));
31 Warning: unlink(copy.txt): No such file or directory in %s on line %d
/PHP-7.4/ext/standard/tests/streams/
H A Dstream_resolve_include_path.phpt27 unlink($include_path_nested_file);
29 unlink($include_path_file);
/PHP-7.4/ext/phar/tests/
H A Dbug13786.phpt2 Phar: bug #13786: "PHP crashes on phar recreate after unlink"
19 unlink($path);
H A Dbug69279.phpt28 @unlink(__DIR__ . "/bug69279.txt");
29 @unlink(__DIR__ . "/bug69279.phar.zip");
H A Dreadfile_edgecases.phpt18 unlink($fname);
34 <?php unlink(__DIR__ . '/' . basename(__FILE__, '.clean.php') . '.phar.php'); ?>
35 <?php unlink(__DIR__ . '/readfile_edgecases.txt'); ?>
H A Dbug81211.phpt36 @unlink(__DIR__ . '/bug81211/archive.tar');
37 @unlink(__DIR__ . '/bug81211/foo/symlink');
38 @unlink(__DIR__ . '/bug81211/foobar/file');
H A Dbug48377.phpt25 <?php unlink(__DIR__ . '/' . basename(__FILE__, '.clean.php') . '.phar');?>
26 <?php unlink(__DIR__ . '/' . basename(__FILE__, '.clean.php') . '.zip');?>
H A Dphar_oo_getcontentsgz.phpt25 unlink(__DIR__ . '/' . basename(__FILE__, '.clean.php') . '.phar.php');
26 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'); ?>
/PHP-7.4/ext/phar/tests/zip/
H A Dlargezip.phpt25 <?php unlink(__DIR__ . '/' . basename(__FILE__, '.clean.php') . '.phar.zip.php'); ?>
26 <?php unlink(__DIR__ . '/' . basename(__FILE__, '.clean.php') . '.2.phar.zip.php'); ?>
/PHP-7.4/ext/zip/tests/
H A Dbug70103.phpt28 unlink($dir . '/foo.txt');
29 unlink($dir . '/test.zip');
/PHP-7.4/ext/spl/tests/
H A Dbug78863.phpt27 unlink("$dir/sub/good");
29 unlink("$dir/bad");
/PHP-7.4/ext/pgsql/tests/
H A D05large_object.phpt39 echo "unlink LO\n";
63 @unlink($path . 'php.gif.exported');
68 @unlink($path . 'php.gif.exported');
78 unlink LO
/PHP-7.4/ext/zlib/tests/
H A Dgzfile_variation15.phpt58 unlink($firstFile);
59 unlink($secondFile);
75 unlink($filename);
76 unlink($scriptFile);
H A Dreadgzfile_variation15.phpt61 unlink($firstFile);
62 unlink($secondFile);
80 unlink($filename);
81 unlink($scriptFile);
/PHP-7.4/ext/standard/tests/file/
H A Dglob_basic.phpt45 unlink("$file_path/glob_basic/wonder12345");
46 unlink("$file_path/glob_basic/wonder.txt");
47 unlink("$file_path/glob_basic/file.text");
H A Dis_file_variation1.phpt29 unlink($file_path."/is_file_variation1.tmp");
36 unlink($file_path."/is_file_variation1.tmp");
42 unlink($file_path."/is_file_variation1.tmp");
H A Drename_variation2.phpt22 @unlink($filename);
45 unlink($dest_dir."/rename_variation2_soft_link2.tmp");
52 unlink($file_path."/rename_variation2.tmp");
H A Dbug39538.phpt8 @unlink($file);
13 @unlink($file);
/PHP-7.4/ext/opcache/tests/
H A Dbug66338.phpt38 unlink("$root-Officials.inc");
39 unlink("$root-clientUS.php");
40 unlink("$root-clientUK.php");
/PHP-7.4/ext/openssl/tests/
H A Dopenssl_pkcs7_verify_basic.phpt34 unlink($outfile);
39 unlink($contentfile);
44 unlink(__DIR__ . DIRECTORY_SEPARATOR . '/openssl_pkcs7_verify__pkcsfile.tmp');
/PHP-7.4/ext/sockets/tests/
H A Dsocket_create_listen-nobind.phpt12 unlink($filename);
15 unlink($filename);
/PHP-7.4/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-7.4/ext/standard/tests/filters/
H A Dbug35916.phpt6 @unlink($file);
37 unlink($file);

Completed in 37 milliseconds

12345678910>>...64