Home
last modified time | relevance | path

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

12345678910>>...63

/PHP-8.0/ext/standard/tests/mail/
H A Dbug66535.phpt16 @unlink($outFile);
20 unlink($outFile);
H A Dmail_variation2.phpt22 @unlink($outFile);
26 unlink($outFile);
/PHP-8.0/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-8.0/ext/phar/tests/
H A Dbug13786.phpt2 Phar: bug #13786: "PHP crashes on phar recreate after unlink"
19 unlink($path);
H A Dphar_setalias.phpt28 unlink(__DIR__ . '/' . basename(__FILE__, '.clean.php') . '.phar.php');
29 unlink(__DIR__ . '/' . basename(__FILE__, '.clean.php') . '.phartmp.php');
H A Dreadfile_edgecases.phpt17 unlink($fname);
32 <?php unlink(__DIR__ . '/' . basename(__FILE__, '.clean.php') . '.phar.php'); ?>
33 <?php unlink(__DIR__ . '/readfile_edgecases.txt'); ?>
/PHP-8.0/ext/curl/tests/
H A Dcurl_reset.phpt35 unlink($test_file);
36 unlink($log_file);
/PHP-8.0/ext/zip/tests/
H A Doo_addglob.phpt63 unlink($dirname . 'tmp.zip');
64 unlink($dirname . 'foo.txt');
65 unlink($dirname . 'bar.baz');
H A Doo_setcomment.phpt13 @unlink($file);
42 @unlink($file);
54 @unlink($file);
H A Doo_setmtime.phpt17 @unlink($file);
50 @unlink($file);
63 @unlink($file);
H A Dbug70103.phpt28 unlink($dir . '/foo.txt');
29 unlink($dir . '/test.zip');
H A Doo_cancel.phpt16 @unlink($file);
32 @unlink($file);
H A Doo_progress.phpt16 @unlink($file);
31 unlink($file);
/PHP-8.0/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');
H A Dopenssl_cms_verify_basic.phpt31 unlink($outfile);
36 unlink($contentfile);
41 unlink(__DIR__ . DIRECTORY_SEPARATOR . '/openssl_cms_verify__pkcsfile.tmp');
/PHP-8.0/ext/standard/tests/file/
H A Dis_file_variation1.phpt24 unlink($file_path."/is_file_variation1.tmp");
31 unlink($file_path."/is_file_variation1.tmp");
37 unlink($file_path."/is_file_variation1.tmp");
H A Dglob_basic.phpt41 unlink("$file_path/glob_basic/wonder12345");
42 unlink("$file_path/glob_basic/wonder.txt");
43 unlink("$file_path/glob_basic/file.text");
H A Dlchown_basic.phpt27 unlink($filename);
28 unlink($symlink);
/PHP-8.0/ext/phar/tests/zip/
H A Dphar_setalias.phpt51 unlink(__DIR__ . '/' . basename(__FILE__, '.clean.php') . '.phar.zip');
52 unlink(__DIR__ . '/' . basename(__FILE__, '.clean.php') . '2.phar.zip');
53 unlink(__DIR__ . '/' . basename(__FILE__, '.clean.php') . '3.phar.zip');
/PHP-8.0/ext/session/tests/
H A Dsession_set_save_handler_class_018.phpt39 @unlink($this->path . $id);
45 @unlink($filename);
75 @unlink(session_save_path().'/u_sess_PHPSESSIDsession_set_save_handler_class_018');
H A Dsession_set_save_handler_sid_001.phpt40 @unlink($this->path . $id);
46 @unlink($filename);
73 @unlink(session_save_path().'/u_sess_PHPSESSIDsession_set_save_handler_sid_001');
/PHP-8.0/ext/xmlreader/tests/
H A D002.phpt30 unlink($filename);
35 unlink($filename);
/PHP-8.0/ext/standard/tests/streams/
H A Dstream_resolve_include_path.phpt33 unlink($include_path_nested_file);
35 unlink($include_path_file);
/PHP-8.0/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

Completed in 30 milliseconds

12345678910>>...63