Home
last modified time | relevance | path

Searched refs:txt (Results 151 – 175 of 527) sorted by relevance

12345678910>>...22

/PHP-7.4/ext/phar/tests/
H A Dtest_alias_unset.phpt16 $phar['file1.txt'] = 'hi';
21 $phar2['file1.txt'] = 'hi';
24 $a = fopen($pname . '/file1.txt', 'r'); // this works because there are no references to $fname2 op…
34 $a = file_get_contents($pname . '/file1.txt'); // this fails because $fname2 ref exists
44 Warning: file_get_contents(phar://%sfile1.txt): failed to open stream: Cannot open archive "%stest_…
H A Dinvalid_setstubalias.phpt19 $p['.phar/alias.txt'] = 'hi';
30 $p['.phar/alias.txt'] = 'hi';
44 Cannot set alias ".phar/alias.txt" directly in phar "%sinvalid_setstubalias.phar.tar", use setAlias
46 Cannot set alias ".phar/alias.txt" directly in phar "%sinvalid_setstubalias.phar.zip", use setAlias
H A Dopendir.phpt20 $a['dir/file1.txt'] = 'hi';
21 $a['dir/file2.txt'] = 'hi2';
22 $a['dir/file3.txt'] = 'hi3';
37 file1.txtfile2.txtfile3.txt
H A Dbug79912.phpt13 $phar->addFromString("test.txt", "This is a test file.This is a test file.This is a test file.");
14 $file = $phar["test.txt"];
21 var_dump(file_get_contents(__DIR__ . "/bug79912/test.txt")); //the extracted file in the folder sho…
33 @unlink(__DIR__ . "/bug79912/test.txt");
/PHP-7.4/ext/session/tests/
H A Drfc1867_disabled.phpt32 Content-Disposition: form-data; name="file1"; filename="file1.txt"
36 Content-Disposition: form-data; name="file2"; filename="file2.txt"
54 string(9) "file1.txt"
67 string(9) "file2.txt"
H A Drfc1867_disabled_2.phpt32 Content-Disposition: form-data; name="file1"; filename="file1.txt"
36 Content-Disposition: form-data; name="file2"; filename="file2.txt"
54 string(9) "file1.txt"
67 string(9) "file2.txt"
H A Drfc1867_no_name.phpt32 Content-Disposition: form-data; name="file1"; filename="file1.txt"
36 Content-Disposition: form-data; name="file2"; filename="file2.txt"
54 string(9) "file1.txt"
67 string(9) "file2.txt"
H A Drfc1867_sid_only_cookie_2.phpt33 Content-Disposition: form-data; name="file1"; filename="file1.txt"
37 Content-Disposition: form-data; name="file2"; filename="file2.txt"
57 string(9) "file1.txt"
70 string(9) "file2.txt"
H A Drfc1867_cleanup.phpt37 Content-Disposition: form-data; name="file1"; filename="file1.txt"
41 Content-Disposition: form-data; name="file2"; filename="file2.txt"
61 string(9) "file1.txt"
74 string(9) "file2.txt"
/PHP-7.4/tests/basic/
H A Drfc1867_empty_upload.phpt14 Content-Disposition: form-data; name="file1"; filename="file1.txt"
24 Content-Disposition: form-data; name="file3"; filename="file3.txt"
45 string(9) "file1.txt"
71 string(9) "file3.txt"
H A Drfc1867_max_file_uploads_empty_files.phpt19 Content-Disposition: form-data; name="file4"; filename="file4.txt"
24 Content-Disposition: form-data; name="file1"; filename="file1.txt"
71 string(9) "file4.txt"
84 string(9) "file1.txt"
/PHP-7.4/ext/ftp/tests/
H A Dftp_nb_get_large.phpt21 $local_file = __DIR__ . DIRECTORY_SEPARATOR . "ftp_nb_get_large.txt";
23 ftp_nb_get($ftp, $local_file, 'fget_large.txt', FTP_BINARY, 5368709119);
32 @unlink(__DIR__ . DIRECTORY_SEPARATOR . "ftp_nb_get_large.txt");
/PHP-7.4/Zend/tests/
H A Dbug21478.phpt18 $fp = fopen(__DIR__."/test.txt","w");
27 readfile(__DIR__."/test.txt");
28 unlink(__DIR__."/test.txt");
/PHP-7.4/tests/security/
H A Dopen_basedir_scandir.phpt37 Warning: scandir(): open_basedir restriction in effect. File(../bad/bad.txt) is not within the allo…
39 Warning: scandir(../bad/bad.txt): failed to open dir: %s in %s on line %d
72 Warning: scandir(): open_basedir restriction in effect. File(%s/test/bad/bad.txt) is not within the…
74 Warning: scandir(%s/test/bad/bad.txt): failed to open dir: %s in %s on line %d
79 Warning: scandir(): open_basedir restriction in effect. File(%s/test/bad/../bad/bad.txt) is not wit…
81 Warning: scandir(%s/test/bad/../bad/bad.txt): failed to open dir: %s in %s on line %d
91 string(6) "ok.txt"
99 string(6) "ok.txt"
107 string(6) "ok.txt"
/PHP-7.4/ext/phar/tests/cache_list/files/
H A Dwrite15.phar4 $p->copy("test.txt","copied");
8 6���������������������test.txt���K��H������E�������<?php __HALT_COMPILER();*��I_B�.�֩�.F�"�…
H A Dwrite10.phar5 $a = fopen("phar://" . __FILE__ . "/test.txt", "r");
10 6���������������������test.txt���+��H������E�������<?php __HALT_COMPILER();����]��+ڷW���…
H A Dwrite25.phar4 Phar::mount("mounted", "phar://" . __FILE__ . "/test.txt");
8 6���������������������test.txt������H������E�������<?php __HALT_COMPILER();�?f}oe/y�NLY�,�*…
/PHP-7.4/ext/spl/tests/
H A DDirectoryIterator_getExtension_basic.phpt11 $files = array('test.txt', 'test.extension', 'test');
34 $files = array('test.txt', 'test.extension', 'test');
48 string(3) "txt"
H A Dfileobject_005.phpt11 $path = __DIR__.DIRECTORY_SEPARATOR.'fileobject_005.txt';
14 $fo = new SplFileObject('tests'.DIRECTORY_SEPARATOR.'fileobject_005.txt', 'w+', true);
31 $path = __DIR__.DIRECTORY_SEPARATOR.'fileobject_005.txt';
H A Dfileobject_002.phpt27 test('fileobject_001a.txt');
28 test('fileobject_001b.txt');
34 ===fileobject_001a.txt===
82 ===fileobject_001b.txt===
H A Dfileobject_getsize_basic.phpt10 $file = __DIR__ ."/data.txt";
18 $file = __DIR__ ."/data.txt";
/PHP-7.4/ext/openssl/tests/
H A Dbug39217.phpt10 $certs = array('bug39217cert2.txt', 'bug39217cert1.txt');
/PHP-7.4/ext/standard/tests/file/
H A Dunlink_variation6.phpt17 $testfile = $subdir.'/testfile.txt';
38 subdir/testfile.txt exists
40 subdir/testfile.txt doesn't exist
/PHP-7.4/ext/iconv/tests/
H A Diconv_stream_filter_delimiter.phpt9 $fp = fopen(__DIR__.'/iconv_stream_filter.txt', 'rb');
15 $fp = fopen(__DIR__.'/iconv_stream_filter.txt', 'rb');
22 $fp = fopen(__DIR__.'/iconv_stream_filter.txt', 'rb');
29 $fp = fopen(__DIR__.'/iconv_stream_filter.txt', 'rb');
/PHP-7.4/ext/fileinfo/tests/
H A Dbug69320.phpt8 $fname = __DIR__ . DIRECTORY_SEPARATOR . "bug69320.txt";
15 $fname = __DIR__ . DIRECTORY_SEPARATOR . "bug69320.txt";

Completed in 77 milliseconds

12345678910>>...22