Home
last modified time | relevance | path

Searched refs:unlink (Results 226 – 250 of 1559) sorted by relevance

12345678910>>...63

/PHP-8.0/ext/phar/tests/tar/
H A Dphar_setalias.phpt42 unlink(__DIR__ . '/' . basename(__FILE__, '.clean.php') . '.phar.tar');
43 unlink(__DIR__ . '/' . basename(__FILE__, '.clean.php') . '.phartmp.tar');
H A Dphar_stub.phpt62 unlink(__DIR__ . '/' . basename(__FILE__, '.clean.php') . '.phar.tar.php');
63 unlink(__DIR__ . '/' . basename(__FILE__, '.clean.php') . '.2.phar.tar.php');
64 unlink(__DIR__ . '/' . basename(__FILE__, '.clean.php') . '.phartmp.php');
H A Dexists_as_phar.phpt32 unlink(__DIR__ . '/' . basename(__FILE__, '.clean.php') . '.phar.tar');
33 unlink(__DIR__ . '/' . basename(__FILE__, '.clean.php') . '.phar');
/PHP-8.0/ext/curl/tests/
H A Dcurl_setopt_basic002.phpt31 @unlink($temp_file);
43 @unlink($temp_file);
H A Dcurl_setopt_CURLOPT_READFUNCTION.phpt48 unlink($sReadFile);
49 unlink($sWriteFile);
/PHP-8.0/ext/zip/tests/
H A Dbug77978.phpt32 @unlink(__DIR__ . "/bug77978.zip");
33 @unlink(__DIR__ . "/bug77978/dir/test:/filename.txt");
H A Doo_setcomment_error.phpt11 @unlink($file);
47 @unlink(__DIR__ . '/__tmp_oo_set_comment_error.zip');
/PHP-8.0/ext/standard/tests/file/
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 Dcopy_variation5-win32.phpt65 unlink($file_path."/".$dest_file);
73 unlink(__DIR__."/copy_variation5.tmp");
101 Warning: unlink(%s/COPY.TMP): No such file or directory in %s on line %d
103 Warning: unlink(%s/CopY.TMP): No such file or directory in %s on line %d
H A Dreadlink_realpath_basic2.phpt49 unlink("$name_prefix/home/test/readlink_realpath_basic2.tmp");
50 unlink("$name_prefix/home/readlink_realpath_basic2.tmp");
51 unlink("$name_prefix/readlink_realpath_basic2.tmp");
H A Drealpath_basic3.phpt50 unlink("$name_prefix/home/test/realpath_basic3.tmp");
51 unlink("$name_prefix/home/realpath_basic3.tmp");
52 unlink("$name_prefix/realpath_basic3.tmp");
H A Drename_variation7-win32.phpt23 @unlink($tmp_link);
24 @unlink($tmp_link2);
H A Dfile_get_contents_file_put_contents_basic.phpt30 unlink($file_path."/file_put_contents.tmp");
31 unlink($file_path."/file_put_contents1.tmp");
/PHP-8.0/ext/pgsql/tests/
H A D05large_object.phpt39 echo "unlink LO\n";
63 @unlink($path . 'php.gif.exported');
68 @unlink($path . 'php.gif.exported');
100 unlink LO
/PHP-8.0/ext/openssl/tests/
H A Dbug74798.phpt80 unlink($tmpFileIn);
81 unlink($tmpFileOut);
82 unlink($tmpFileOut2);
H A Dopenssl_cms_verify_der.phpt38 unlink($outfile);
43 unlink($contentfile);
48 unlink(__DIR__ . DIRECTORY_SEPARATOR . '/openssl_cms_verify__pkcsfile.tmp');
H A Dopenssl_pkcs7_decrypt_basic.phpt14 unlink($outfile);
37 unlink($encrypted);
41 unlink($outfile);
H A Dbug50293.phpt47 @unlink(__DIR__ . "/bug50293/bug50293.crt");
48 @unlink(__DIR__ . "/bug50293/bug50293.pem");
/PHP-8.0/ext/phar/tests/zip/
H A Dphar_stub.phpt62 unlink(__DIR__ . '/' . basename(__FILE__, '.clean.php') . '.phar.zip.php');
63 unlink(__DIR__ . '/' . basename(__FILE__, '.clean.php') . '.2.phar.zip.php');
64 unlink(__DIR__ . '/' . basename(__FILE__, '.clean.php') . '.phartmp.php');
H A Dexists_as_phar.phpt32 unlink(__DIR__ . '/' . basename(__FILE__, '.clean.php') . '.phar.zip');
33 unlink(__DIR__ . '/' . basename(__FILE__, '.clean.php') . '.phar');
/PHP-8.0/ext/standard/tests/file/windows_mb_path/
H A Drecursive_it.phpt47 unlink($item->getPathname());
53 /*unlink($fl);
/PHP-8.0/sapi/cli/tests/
H A D022.phpt14 unlink($socket_file);
40 unlink($socket_file);
/PHP-8.0/ext/phar/tests/
H A Dbug52013.phpt33 unlink(__DIR__ . '/testdir/1.php');
37 unlink(__DIR__ . '/compressed.phar');
H A Dphar_buildfromdirectory4.phpt32 unlink(__DIR__ . '/buildfromdirectory4.phar');
34 unlink(__DIR__ . "/testdir4/file$i.txt");
H A Dphar_buildfromdirectory5.phpt31 unlink(__DIR__ . '/buildfromdirectory5.phar');
33 unlink(__DIR__ . "/testdir5/file$i.txt");

Completed in 36 milliseconds

12345678910>>...63