Lines Matching refs:tmp
12 unlink('/tmp/1link');
13 unlink('/tmp/1tmp');
14 unlink('/tmp/testfile1');
16 file_put_contents('/tmp/testfile1', 'ok');
17 symlink('/tmp/testfile1', '/tmp/1tmp');
18 rename('/tmp/1tmp', '/tmp/1link');
19 echo file_get_contents('/tmp/1link')."\n";
21 unlink('/tmp/1link');
24 echo file_get_contents('/tmp/1link')."\n";
26 unlink('/tmp/1link');
27 unlink('/tmp/1tmp');
28 unlink('/tmp/testfile1');