Home
last modified time | relevance | path

Searched refs:unlink (Results 1 – 25 of 1428) sorted by last modified time

12345678910>>...58

/PHP-5.5/tests/security/
H A Dopen_basedir_symlink.phpt33 var_dump(unlink($symlink));
38 var_dump(unlink($symlink));
H A Dopen_basedir_tempnam.phpt22 var_dump(unlink($file));
27 var_dump(unlink($file));
31 var_dump(unlink($file));
H A Dopen_basedir_unlink.phpt9 test_open_basedir_before("unlink");
11 var_dump(unlink("../bad/bad.txt"));
12 var_dump(unlink(".././bad/bad.txt"));
13 var_dump(unlink("../bad/../bad/bad.txt"));
14 var_dump(unlink("./.././bad/bad.txt"));
15 var_dump(unlink($initdir."/test/bad/bad.txt"));
17 test_open_basedir_after("unlink");
25 *** Testing open_basedir configuration [unlink] ***
32 Warning: unlink(): open_basedir restriction in effect. File(../bad/bad.txt) is not within the allow…
35 Warning: unlink(): open_basedir restriction in effect. File(.././bad/bad.txt) is not within the all…
[all …]
H A Dopen_basedir.inc47 unlink($path);
H A Dopen_basedir_copy.phpt20 var_dump(unlink("copy.txt"));
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
H A Dopen_basedir_link.phpt33 var_dump(unlink($link));
H A Dopen_basedir_linkinfo.phpt38 var_dump(unlink($symlink));
/PHP-5.5/tests/func/
H A D010.phpt67 @unlink(dirname(__FILE__).'/010-file.php');
/PHP-5.5/
H A Dserver-tests.php581 unlink($tmp_file);
852 @unlink("$dir/$name");
1253 @unlink($tmp_file);
1256 @unlink(preg_replace('/\.phpt$/','.diff',$file));
1257 @unlink(preg_replace('/\.phpt$/','.log',$file));
1258 @unlink(preg_replace('/\.phpt$/','.exp',$file));
1259 @unlink(preg_replace('/\.phpt$/','.out',$file));
1534 @unlink($tmp_file);
/PHP-5.5/tests/basic/
H A Dbug20539.phpt5 <?php unlink(__DIR__. '/sess_' .session_id()); ?>
15 @unlink($filename);
/PHP-5.5/sapi/thttpd/
H A Dthttpd_patch1808 + unlink(filename);
/PHP-5.5/sapi/fpm/tests/
H A D003.phpt52 @unlink($logfile);
/PHP-5.5/sapi/litespeed/
H A Dlsapilib.c2258 unlink( ((struct sockaddr_un *)pServerAddr)->sun_path ); in LSAPI_CreateListenSock2()
/PHP-5.5/sapi/milter/
H A Dphp_milter.c1166 if (stat(sock,&junk) == 0) unlink(sock); in main()
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_sockets.c63 unlink(ls->key); in fpm_sockets_cleanup()
186 unlink( ((struct sockaddr_un *) sa)->sun_path); in fpm_sockets_new_listening_socket()
403 unlink(ls->key); in fpm_sockets_init_main()
H A Dfpm_conf.c1104 if (0 > unlink(fpm_global_config.pid_file)) { in fpm_conf_unlink_pid()
1121 unlink(fpm_global_config.pid_file); in fpm_conf_write_pid()
/PHP-5.5/sapi/cli/tests/
H A D013.phpt22 @unlink($filename_txt);
H A D014.phpt33 @unlink($filename);
H A D021.phpt36 unlink(__DIR__.'/021.tmp.php');
H A D022.phpt14 unlink($socket_file);
40 unlink($socket_file);
H A Dbug61977.phpt38 @unlink(__DIR__ . "/foo.{$mimetype}");
H A Dbug64529.phpt60 @unlink($script);
H A Dphp_cli_server.inc51 @unlink(__DIR__ . "/{$router}");
H A Dphp_cli_server_012.phpt37 @unlink($doc_root . '/request.php');

Completed in 71 milliseconds

12345678910>>...58