Home
last modified time | relevance | path

Searched refs:txt (Results 176 – 200 of 527) sorted by relevance

12345678910>>...22

/PHP-7.4/ext/phar/tests/cache_list/files/
H A Dwrite15.phar.inc10 $p->copy("test.txt","copied");
15 $phar['test.txt'] = "<?php __HALT"."_COMPILER();";
H A Dwrite25.phar.inc10 Phar::mount("mounted", "phar://" . __FILE__ . "/test.txt");
15 $phar['test.txt'] = "<?php __HALT"."_COMPILER();";
H A Dwrite10.phar.inc11 $a = fopen("phar://" . __FILE__ . "/test.txt", "r");
17 $phar['test.txt'] = "<?php __HALT"."_COMPILER();";
H A Dwrite3.phar.inc17 $phar['test.txt'] = "hi
19 $phar['test.txt']->setMetadata('hi');
/PHP-7.4/ext/phar/tests/
H A Dfrontcontroller28.phpt9 REQUEST_URI=/frontcontroller28.php/bigfile.txt
10 PATH_INFO=/bigfile.txt
/PHP-7.4/ext/standard/tests/streams/
H A Dbug81659.phpt5 $stream = fopen(__DIR__ . "/81659.txt", "w+");
20 @unlink(__DIR__ . "/81659.txt");
H A Dbug70362.phpt7 $file = __DIR__ . '/bug70362.txt';
15 $file = __DIR__ . '/bug70362.txt';
/PHP-7.4/ext/zlib/tests/
H A Dzlib_wrapper_meta_data_basic.phpt12 $f = __DIR__."/004.txt.gz";
17 $f = "compress.zlib://".__DIR__."/004.txt.gz";
63 string(%d) "compress.zlib://%s/004.txt.gz"
/PHP-7.4/ext/zip/tests/
H A Doo_setcomment_error.phpt18 $zip->addFromString('entry1.txt', 'entry #1');
19 $zip->addFromString('entry2.txt', 'entry #2');
24 var_dump($zip->setCommentName('entry1.txt', $longComment));
/PHP-7.4/ext/session/tests/
H A Drfc1867_sid_invalid.phpt31 Content-Disposition: form-data; name="file1"; filename="file1.txt"
35 Content-Disposition: form-data; name="file2"; filename="file2.txt"
68 string(9) "file1.txt"
81 string(9) "file2.txt"
108 string(9) "file1.txt"
125 string(9) "file2.txt"
/PHP-7.4/ext/standard/tests/file/
H A Dfileinode_variation.phpt62 fclose( fopen("$file_path/old.txt", "w") );
63 print( fileinode("$file_path/old.txt") )."\n";
66 rename("$file_path/old.txt", "$file_path/new.txt");
67 print( fileinode("$file_path/new.txt") )."\n";
69 unlink("$file_path/new.txt");
H A Dfile_get_contents_basic001.phpt8 $temp_filename = __DIR__."/fichier_a_lire.txt";
17 $temp_filename = __DIR__."/fichier_a_lire.txt";
H A Dbug69100.phpt6 $fileIn = __DIR__ . '/bug69100_in.txt';
7 $fileOut = __DIR__ . '/bug69100_out.txt';
H A Dauto_detect_line_endings_2.phpt9 $filePath = __DIR__ . DIRECTORY_SEPARATOR . "auto_detect_line_endings_2.txt";
29 unlink(__DIR__ . DIRECTORY_SEPARATOR . "auto_detect_line_endings_2.txt");
H A Dbug44805.phpt6 $file1 = $dirname . DIRECTORY_SEPARATOR . "file1.txt";
7 $file2 = $dirname . DIRECTORY_SEPARATOR . "file2.txt";
H A Ddirname_basic.phpt43 ' c:\test\adir\afile.txt',
44 'c:\test\adir\afile.txt ',
45 ' c:\test\adir\afile.txt ',
50 ' c:\test\adir\afile.txt',
/PHP-7.4/ext/spl/tests/
H A DSplFileObject_fwrite_variation_001.phpt5 $file = __DIR__.'/SplFileObject_fwrite_variation_001.txt';
15 $file = __DIR__.'/SplFileObject_fwrite_variation_001.txt';
H A DSplFileObject_fwrite_variation_002.phpt5 $file = __DIR__.'/SplFileObject_fwrite_variation_002.txt';
15 $file = __DIR__.'/SplFileObject_fwrite_variation_002.txt';
/PHP-7.4/ext/phar/tests/cache_list/
H A Dfrontcontroller28.phpt10 REQUEST_URI=/frontcontroller28.php/bigfile.txt
11 PATH_INFO=/bigfile.txt
/PHP-7.4/tests/basic/
H A Drfc1867_missing_boundary_2.phpt9 Content-Disposition: form-data; name="file1"; filename="file1.txt"
23 string(9) "file1.txt"
/PHP-7.4/ext/standard/tests/strings/
H A Dstrnatcasecmp_basic.phpt29 str_dump('Rfc822.txt', 'rfc2086.txt');
30 str_dump('Rfc822.txt', 'rfc822.TXT');
/PHP-7.4/ext/hash/tests/
H A Dhash_update_file.phpt7 $filePath = __DIR__ . DIRECTORY_SEPARATOR . 'hash_update_stream.txt';
19 unlink(__DIR__ . DIRECTORY_SEPARATOR . 'hash_update_stream.txt');
/PHP-7.4/ext/phar/tests/tar/
H A Dlinks4.phpt14 echo $p['file.txt']->getContent();
15 echo $p['link.txt']->getContent();
H A Dlinks5.phpt14 echo $p['hi/test.txt']->getContent();
15 echo $p['hi/link.txt']->getContent();
/PHP-7.4/ext/iconv/tests/
H A Diconv_stream_filter.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');

Completed in 63 milliseconds

12345678910>>...22