Home
last modified time | relevance | path

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

12345678910>>...22

/PHP-7.1/ext/mbstring/ucgendat/
H A DREADME6 ./ucgendat UnicodeData-6.0.0d7.txt -x CompositionExclusions-6.0.0d2.txt
/PHP-7.1/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�,�*…
H A Dwrite15.phar.inc10 $p->copy("test.txt","copied");
15 $phar['test.txt'] = "<?php __HALT"."_COMPILER();";
/PHP-7.1/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|unicode%(9) "file1.txt"
67 %string|unicode%(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|unicode%(9) "file1.txt"
67 %string|unicode%(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|unicode%(9) "file1.txt"
67 %string|unicode%(9) "file2.txt"
/PHP-7.1/ext/phar/tests/
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 Dfrontcontroller28.phpt9 REQUEST_URI=/frontcontroller28.php/bigfile.txt
10 PATH_INFO=/bigfile.txt
/PHP-7.1/ext/iconv/tests/
H A Diconv_stream_filter_delimiter.phpt9 $fp = fopen(dirname(__FILE__).'/iconv_stream_filter.txt', 'rb');
15 $fp = fopen(dirname(__FILE__).'/iconv_stream_filter.txt', 'rb');
22 $fp = fopen(dirname(__FILE__).'/iconv_stream_filter.txt', 'rb');
29 $fp = fopen(dirname(__FILE__).'/iconv_stream_filter.txt', 'rb');
/PHP-7.1/ext/standard/tests/strings/
H A Dfprintf_variation_008.phpt5 $data_file = dirname(__FILE__) . '/dump.txt';
7 die('skip File dump.txt could not be created');
18 $data_file = dirname(__FILE__) . '/dump.txt';
H A Dfprintf_variation_008_64bit.phpt5 $data_file = dirname(__FILE__) . '/dump.txt';
7 die('skip File dump.txt could not be created');
18 $data_file = dirname(__FILE__) . '/dump.txt';
H A Dfprintf_variation_001.phpt5 $data_file = dirname(__FILE__) . '/dump.txt';
7 die('skip File dump.txt could not be created');
17 $data_file = dirname(__FILE__) . '/dump.txt';
H A Dfprintf_variation_002.phpt5 $data_file = dirname(__FILE__) . '/dump.txt';
7 die('skip File dump.txt could not be created');
17 $data_file = dirname(__FILE__) . '/dump.txt';
H A Dfprintf_variation_009.phpt5 $data_file = dirname(__FILE__) . '/dump.txt';
7 die('skip File dump.txt could not be created');
17 $data_file = dirname(__FILE__) . '/dump.txt';
/PHP-7.1/ext/spl/tests/
H A Dfileobject_005.phpt11 $path = dirname(__FILE__).DIRECTORY_SEPARATOR.'fileobject_005.txt';
14 $fo = new SplFileObject('tests'.DIRECTORY_SEPARATOR.'fileobject_005.txt', 'w+', true);
31 $path = dirname(__FILE__).DIRECTORY_SEPARATOR.'fileobject_005.txt';
H A DDirectoryIterator_getExtension_basic.phpt14 $files = array('test.txt', 'test.extension', 'test..', 'test.', 'test');
37 $files = array('test.txt', 'test.extension', 'test..', 'test.', 'test');
55 string(3) "txt"
/PHP-7.1/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
H A Dfileinode_variation.phpt61 fclose( fopen("$file_path/old.txt", "w") );
62 print( fileinode("$file_path/old.txt") )."\n";
65 rename("$file_path/old.txt", "$file_path/new.txt");
66 print( fileinode("$file_path/new.txt") )."\n";
68 unlink("$file_path/new.txt");
/PHP-7.1/ext/openssl/tests/
H A Dbug39217.phpt10 $certs = array('bug39217cert2.txt', 'bug39217cert1.txt');
/PHP-7.1/ext/mbstring/libmbfl/mbfl/
H A DMakefile.am39 $(AWK) -v TABLE_NAME=mbfl_eaw_table -f mk_eaw_tbl.awk EastAsianWidth.txt > $@
41 EastAsianWidth.txt:
42 $(FETCH_VIA_FTP) ftp://ftp.unicode.org/Public/UNIDATA/EastAsianWidth.txt
/PHP-7.1/ext/zlib/tests/
H A Dzlib_wrapper_meta_data_basic.phpt12 $f = dirname(__FILE__)."/004.txt.gz";
17 $f = "compress.zlib://".dirname(__FILE__)."/004.txt.gz";
63 string(%d) "compress.zlib://%s/004.txt.gz"
/PHP-7.1/Zend/tests/
H A Dbug21478.phpt23 $fp = fopen(dirname(__FILE__)."/test.txt","w");
32 readfile(dirname(__FILE__)."/test.txt");
33 unlink(dirname(__FILE__)."/test.txt");

Completed in 41 milliseconds

12345678910>>...22