Home
last modified time | relevance | path

Searched refs:txt (Results 1 – 25 of 518) sorted by relevance

12345678910>>...21

/PHP-8.0/ext/phar/tests/
H A Dbug45218_SLOWTEST.phpt92 string(22) "*bug45218_SLOWTEST.txt"
94 string(22) "*bug45218_SLOWTEST.txt"
96 string(22) "*bug45218_SLOWTEST.txt"
98 string(22) "*bug45218_SLOWTEST.txt"
100 string(22) "*bug45218_SLOWTEST.txt"
102 string(22) "*bug45218_SLOWTEST.txt"
104 string(22) "*bug45218_SLOWTEST.txt"
106 string(22) "*bug45218_SLOWTEST.txt"
108 string(22) "*bug45218_SLOWTEST.txt"
110 string(22) "*bug45218_SLOWTEST.txt"
[all …]
H A Dphar_buildfromdirectory5.phpt13 file_put_contents(__DIR__."/testdir5/file$i.txt", "some content for file $i");
18 $a = $phar->buildFromDirectory(__DIR__ . '/testdir5', '/\.txt/');
33 unlink(__DIR__ . "/testdir5/file$i.txt");
39 ["file1.txt"]=>
40 string(%d) "%stestdir5%cfile1.txt"
41 ["file2.txt"]=>
42 string(%d) "%stestdir5%cfile2.txt"
43 ["file3.txt"]=>
44 string(%d) "%stestdir5%cfile3.txt"
45 ["file4.txt"]=>
[all …]
H A Dphar_buildfromdirectory4.phpt14 file_put_contents(__DIR__."/testdir4/file$i.txt", "some content for file $i");
34 unlink(__DIR__ . "/testdir4/file$i.txt");
40 ["file1.txt"]=>
41 string(%d) "%stestdir4%cfile1.txt"
42 ["file2.txt"]=>
43 string(%d) "%stestdir4%cfile2.txt"
44 ["file3.txt"]=>
45 string(%d) "%stestdir4%cfile3.txt"
46 ["file4.txt"]=>
47 string(%d) "%stestdir4%cfile4.txt"
H A Dphar_extract.phpt16 $a['file1.txt'] = 'hi';
17 $a['file2.txt'] = 'hi2';
18 $a['subdir/ectory/file.txt'] = 'hi3';
113 @unlink($e . 'file1.txt');
114 @unlink($e . 'file2.txt');
115 @unlink($e . 'subdir/ectory/file.txt');
122 @unlink($e . 'file1.txt');
128 @unlink($e . 'file2.txt');
134 %sextract%cfile1.txt
135 %sextract%cfile2.txt
[all …]
H A Dstat.phpt20 var_dump(stat("dir/file1.txt"));
22 var_dump(lstat("dir/file1.txt"));
24 var_dump(fileperms("dir/file1.txt"));
26 var_dump(fileinode("dir/file1.txt"));
28 var_dump(filesize("dir/file1.txt"));
52 var_dump(is_dir("dir/file1.txt"));
54 var_dump(is_file("dir/file1.txt"));
56 var_dump(is_link("dir/file1.txt"));
62 $a['dir/file1.txt'] = 'hi';
63 $a['dir/file2.txt'] = 'hi2';
[all …]
/PHP-8.0/ext/standard/tests/file/windows_mb_path/
H A Dtest_cp874_0.phpt52 string(%d) "�������跴�ͺ1.txt"
54 string(%d) "%s�������跴�ͺ1.txt"
59 string(%d) "�������跴�ͺ2.txt"
61 string(%d) "%s�������跴�ͺ2.txt"
66 string(%d) "�������跴�ͺ3.txt"
68 string(%d) "%s�������跴�ͺ3.txt"
73 string(%d) "�������跴�ͺ4.txt"
80 string(%d) "�������跴�ͺ5.txt"
87 string(%d) "�������跴�ͺ6.txt"
94 string(%d) "�������跴�ͺ7.txt"
[all …]
H A Dtest_cp874_to_utf8_0.phpt49 string(%d) "เป็นแฟ้มที่ทดสอบ1.txt"
51 string(%d) "%sเป็นแฟ้มที่ทดสอบ1.txt"
56 string(%d) "เป็นแฟ้มที่ทดสอบ2.txt"
58 string(%d) "%sเป็นแฟ้มที่ทดสอบ2.txt"
63 string(%d) "เป็นแฟ้มที่ทดสอบ3.txt"
65 string(%d) "%sเป็นแฟ้มที่ทดสอบ3.txt"
70 string(%d) "เป็นแฟ้มที่ทดสอบ4.txt"
77 string(%d) "เป็นแฟ้มที่ทดสอบ5.txt"
84 string(%d) "เป็นแฟ้มที่ทดสอบ6.txt"
91 string(%d) "เป็นแฟ้มที่ทดสอบ7.txt"
[all …]
/PHP-8.0/ext/zip/tests/
H A Doo_setcomment.phpt20 $zip->addFromString('entry1.txt', 'entry #1');
21 $zip->addFromString('entry2.txt', 'entry #2');
23 $zip->addFromString('entry4.txt', 'entry #1');
29 var_dump($zip->setCommentName('entry1.txt', 'entry1.txt'));
30 var_dump($zip->setCommentName('entry2.txt', 'entry2.txt'));
31 var_dump($zip->setCommentName('dir/entry2d.txt', 'dir/entry2d.txt'));
65 string(10) "entry1.txt"
66 string(10) "entry2.txt"
67 string(15) "dir/entry2d.txt"
68 string(10) "entry4.txt"
[all …]
H A Doo_rename.phpt20 $zip->addFromString('entry1.txt', 'entry #1');
21 $zip->addFromString('entry2.txt', 'entry #2');
36 "entry1.txt",
37 "entry2.txt",
38 "dir/entry2.txt"
45 if (!$zip->renameIndex(0, 'ren_entry1.txt')) {
49 if (!$zip->renameName('dir/entry2.txt', 'dir3/ren_entry2.txt')) {
50 echo "failed name dir/entry2.txt\n";
54 "ren_entry1.txt",
55 "entry2.txt",
[all …]
H A Doo_setcompression.phpt21 $zip->addFromString('entry1.txt', $txt);
22 $zip->addFromString('entry2.txt', $txt);
23 $zip->addFromString('dir/entry3.txt', $txt);
24 $zip->addFromString('entry4.txt', $txt);
25 $zip->addFromString('entry5.txt', $txt);
26 $zip->addFromString('entry6.txt', $txt);
27 $zip->addFromString('entry7.txt', $txt);
73 entry1.txt: deflated
80 entry2.txt: deflated
94 entry4.txt: deflated
[all …]
H A Dbug80863.phpt13 $zip->addFromString("file1.txt", "contents");
14 $zip->addFromString("file2.txt", "contents");
21 "file1.txt",
22 "file2.txt",
30 var_dump(is_file("$target/file1.txt"));
31 var_dump(is_file("$target/file2.txt"));
40 @unlink("$target/file1.txt");
41 @unlink("$target/file2.txt");
H A Doo_addpattern.phpt20 touch($dirname . 'foo.txt');
21 touch($dirname . 'bar.txt');
29 if (!$zip->addPattern('/\.txt$/', $dir, $options)) {
33 if (!$zip->addPattern('/\.txt$/', $dir, $options)) {
37 if (!$zip->addPattern('/\.txt$/', $dir, $options)) {
46 "entry1.txt",
47 "baz/foo.txt",
48 "baz/bar.txt"
63 unlink($dirname . 'foo.txt');
64 unlink($dirname . 'bar.txt');
H A Doo_encryption.phpt18 $zip->addFromString('foo.txt', 'foo');
20 $zip->addFromString('bar.txt', 'bar');
21 var_dump($zip->setEncryptionName('bar.txt', 9999, $pass)); // Fails
22 var_dump($zip->setEncryptionName('bar.txt', ZipArchive::EM_AES_256, $pass));
27 $s = $zip->statName('foo.txt');
29 $s = $zip->statName('bar.txt');
31 var_dump($zip->getFromName('foo.txt')); // Clear, ok
32 var_dump($zip->getFromName('bar.txt')); // Encrypted, fails
34 var_dump($zip->getFromName('bar.txt')); // Ecnrypted, ok
38 var_dump(file_get_contents("zip://$name#foo.txt")); // Clear, ok
[all …]
/PHP-8.0/ext/curl/tests/
H A Dcurl_file_upload.phpt27 testcurl($ch, __DIR__ . '/curl_testdata1.txt');
29 testcurl($ch, __DIR__ . '/curl_testdata1.txt', '', 'foo.txt');
30 testcurl($ch, __DIR__ . '/curl_testdata1.txt', 'text/plain', 'foo.txt');
40 $file->setPostFilename('foo.txt');
69 string(%d) "curl_testdata1.txt|text/plain|6"
70 string(%d) "foo.txt|application/octet-stream|6"
71 string(%d) "foo.txt|text/plain|6"
73 string(%d) "%s/curl_testdata1.txt"
74 string(%d) "curl_testdata1.txt|text/plain|6"
75 string(%d) "foo.txt"
[all …]
H A Dbug27023.phpt17 $file = curl_file_create(__DIR__ . '/curl_testdata1.txt');
22 $file = curl_file_create(__DIR__ . '/curl_testdata1.txt', "text/plain");
27 $file = curl_file_create(__DIR__ . '/curl_testdata1.txt', null, "foo.txt");
32 $file = curl_file_create(__DIR__ . '/curl_testdata1.txt', "text/plain", "foo.txt");
41 string(%d) "curl_testdata1.txt|application/octet-stream|6"
42 string(%d) "curl_testdata1.txt|text/plain|6"
43 string(%d) "foo.txt|application/octet-stream|6"
44 string(%d) "foo.txt|text/plain|6"
/PHP-8.0/ext/standard/tests/file/
H A Dbasename_bug66395-win32.phpt7 echo basename("c:file.txt") . "\n";
8 echo basename("d:subdir\\file.txt") . "\n";
9 echo basename("y:file.txt", ".txt") . "\n";
10 echo basename("notdriveletter:file.txt") . "\n";
13 file.txt
14 file.txt
16 notdriveletter:file.txt
H A Dbasename_bug66395_variation2-win32.phpt9 echo basename("notdriveletter:file.txt") . "\n";
10 echo basename("a:\\b:c:d:hello.txt\\hcd:c.txt") . "\n";
11 echo basename("a:b:c:d:hello.txt\\d:some.txt") . "\n";
12 echo basename("a:b:c:d:hello\world\a.bmp\c:d:e:f.txt") . "\n";
13 echo basename("a:\\b:\\c:d:hello\\world\\a.bmp\\d:e:f:g.txt") . "\n";
25 notdriveletter:file.txt
26 hcd:c.txt
27 some.txt
28 f.txt
29 g.txt
[all …]
/PHP-8.0/tests/security/
H A Dopen_basedir_rename.phpt11 var_dump(rename("../bad/bad.txt", "rename.txt"));
12 var_dump(rename(".././bad/bad.txt", "rename.txt"));
13 var_dump(rename("../bad/../bad/bad.txt", "rename.txt"));
14 var_dump(rename("./.././bad/bad.txt", "rename.txt"));
15 var_dump(rename($initdir."/test/bad/bad.txt", "rename.txt"));
32 Warning: rename(): open_basedir restriction in effect. File(../bad/bad.txt) is not within the allow…
35 Warning: rename(): open_basedir restriction in effect. File(.././bad/bad.txt) is not within the all…
38 Warning: rename(): open_basedir restriction in effect. File(../bad/../bad/bad.txt) is not within th…
41 Warning: rename(): open_basedir restriction in effect. File(./.././bad/bad.txt) is not within the a…
44 Warning: rename(): open_basedir restriction in effect. File(%s/test/bad/bad.txt) is not within the …
H A Dopen_basedir_readlink.phpt19 $target = ($initdir."/test/bad/bad.txt");
20 $symlink = ($initdir."/test/ok/symlink.txt");
25 var_dump(readlink("symlink.txt"));
26 var_dump(readlink("../ok/symlink.txt"));
27 var_dump(readlink("../ok/./symlink.txt"));
28 var_dump(readlink("./symlink.txt"));
29 var_dump(readlink($initdir."/test/ok/symlink.txt"));
31 $target = ($initdir."/test/ok/ok.txt");
32 $symlink = ($initdir."/test/ok/symlink.txt");
52 Warning: readlink(): open_basedir restriction in effect. File(symlink.txt) is not within the allowe…
[all …]
H A Dopen_basedir_symlink.phpt17 $target = ($initdir."/test/ok/ok.txt");
18 var_dump(symlink($target, "../bad/symlink.txt"));
19 var_dump(symlink($target, "../symlink.txt"));
21 var_dump(symlink($target, "./.././symlink.txt"));
23 $symlink = ($initdir."/test/ok/symlink.txt");
24 var_dump(symlink("../bad/bad.txt", $symlink));
26 var_dump(symlink("../bad/./bad.txt", $symlink));
27 var_dump(symlink("../bad/bad.txt", $symlink));
30 $target = ($initdir."/test/ok/ok.txt");
36 $symlink = ($initdir."/test/ok/ok2/ok.txt");
[all …]
H A Dopen_basedir_file_put_contents.phpt11 var_dump(file_put_contents("../bad/bad.txt", "Hello World!"));
12 var_dump(file_put_contents(".././bad/bad.txt", "Hello World!"));
13 var_dump(file_put_contents("../bad/../bad/bad.txt", "Hello World!"));
14 var_dump(file_put_contents("./.././bad/bad.txt", "Hello World!"));
15 var_dump(file_put_contents($initdir."/test/bad/bad.txt", "Hello World!"));
32 Warning: file_put_contents(): open_basedir restriction in effect. File(../bad/bad.txt) is not withi…
34 Warning: file_put_contents(../bad/bad.txt): Failed to open stream: %s in %s on line %d
39 Warning: file_put_contents(.././bad/bad.txt): Failed to open stream: %s in %s on line %d
44 Warning: file_put_contents(../bad/../bad/bad.txt): Failed to open stream: %s in %s on line %d
49 Warning: file_put_contents(./.././bad/bad.txt): Failed to open stream: %s in %s on line %d
[all …]
H A Dopen_basedir_linkinfo.phpt22 $target = ($initdir."/test/bad/bad.txt");
23 $symlink = ($initdir."/test/ok/symlink.txt");
28 var_dump(linkinfo("symlink.txt"));
29 var_dump(linkinfo("../ok/symlink.txt"));
30 var_dump(linkinfo("../ok/./symlink.txt"));
31 var_dump(linkinfo("./symlink.txt"));
32 var_dump(linkinfo($initdir."/test/ok/symlink.txt"));
34 $target = ($initdir."/test/ok/ok.txt");
35 $symlink = ($initdir."/test/ok/symlink.txt");
61 Warning: symlink(): open_basedir restriction in effect. File(%s/test/bad/bad.txt) is not within the…
H A Dopen_basedir_copy.phpt10 var_dump(copy("ok.txt", "../bad"));
11 var_dump(copy("ok.txt", "../bad/bad.txt"));
12 var_dump(copy("ok.txt", ".."));
13 var_dump(copy("ok.txt", "../"));
14 var_dump(copy("ok.txt", "/"));
15 var_dump(copy("ok.txt", "../bad/."));
16 var_dump(copy("ok.txt", "../bad/./bad.txt"));
17 var_dump(copy("ok.txt", "./../."));
19 var_dump(copy("ok.txt", "copy.txt"));
20 var_dump(unlink("copy.txt"));
[all …]
/PHP-8.0/ext/bz2/tests/
H A D002.phpt8 @unlink("bz_open_002.txt");
10 $fp = fopen("bz_open_002.txt", "w");
13 $fp = fopen("bz_open_002.txt", "r");
16 @unlink("bz_open_002.txt");
17 $fp = fopen("bz_open_002.txt", "x");
20 @unlink("bz_open_002.txt");
21 $fp = fopen("bz_open_002.txt", "x");
24 $fp = fopen("bz_open_002.txt", "rb");
27 $fp = fopen("bz_open_002.txt", "wb");
30 $fp = fopen("bz_open_002.txt", "br");
[all …]
/PHP-8.0/ext/phar/tests/cache_list/files/
H A Dwrite16.phar3 var_dump(isset($p["test.txt"]));
4 unset($p["test.txt"]);
5 var_dump(isset($p["test.txt"]));
8 [���������������������test.txt������H������E������� ���test2.txt������H������E�������<?ph…

Completed in 207 milliseconds

12345678910>>...21