Home
last modified time | relevance | path

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

12345678910>>...22

/PHP-5.5/ext/standard/tests/file/
H A Dfile_get_contents_basic001.phpt8 $temp_filename = dirname(__FILE__)."/fichier_a_lire.txt";
17 $temp_filename = dirname(__FILE__)."/fichier_a_lire.txt";
H A Ddirname_basic-win32.phpt43 ' c:\test\adir\afile.txt',
44 'c:\test\adir\afile.txt ',
45 ' c:\test\adir\afile.txt ',
50 ' c:\test\adir\afile.txt',
H A Dpathinfo_basic1.phpt48 ' c:\test\adir\afile.txt',
49 'c:\test\adir\afile.txt ',
50 ' c:\test\adir\afile.txt ',
55 ' c:\test\adir\afile.txt',
468 %unicode|string%(3) "txt"
476 %unicode|string%(3) "txt"
483 %unicode|string%(6) "txt "
491 %unicode|string%(6) "txt "
498 %unicode|string%(6) "txt "
571 %unicode|string%(3) "txt"
[all …]
H A Dbug68532.phpt13 $fileStream = fopen(__DIR__ . '/base64test.txt','w+');
21 unlink(__DIR__ . '/base64test.txt');
H A Dbug44805.phpt12 $file1 = $dirname . DIRECTORY_SEPARATOR . "file1.txt";
13 $file2 = $dirname . DIRECTORY_SEPARATOR . "file2.txt";
H A Dbug65701.phpt11 $src = $file_path . '/srcbug65701_file.txt';
12 $dst = tempnam($file_path, 'dstbug65701_file.txt');
H A Dpopen_pclose_error-win32-debug.phpt25 var_dump( popen("abc.txt") ); // Single Argument
26 var_dump( popen("abc.txt", "rw") ); // Invalid mode Argument
50 Warning: popen(abc.txt,rw): Invalid argument in %s on line %d
62 --- Done ---'abc.txt' is not recognized as an internal or external command,
H A Dpopen_pclose_error-sunos.phpt21 var_dump( popen("abc.txt") ); // Single Argument
22 var_dump( popen("abc.txt", "rw") ); // Invalid mode Argument
43 sh: abc.txt: not found
/PHP-5.5/tests/basic/
H A Denable_post_data_reading_02.phpt8 Content-Disposition: form-data; name="file1"; filename="file1.txt"
24 Content-Disposition: form-data; name="file1"; filename="file1.txt"
H A D021.phpt13 Content-Disposition: form-data; name="pics"; filename="bug37276.txt"
29 string(12) "bug37276.txt"
H A D029.phpt21 Content-Disposition: form-data; name="pics"; filename="file1.txt"
37 string(9) "file1.txt"
H A Drfc1867_missing_boundary_2.phpt11 Content-Disposition: form-data; name="file1"; filename="file1.txt"
25 %string|unicode%(9) "file1.txt"
/PHP-5.5/ext/phar/tests/cache_list/files/
H A Dwrite3.phar.inc17 $phar['test.txt'] = "hi
19 $phar['test.txt']->setMetadata('hi');
H A Dwrite2.phar.inc20 $phar['test.txt'] = "hi
22 $phar['test.txt']->setMetadata('hi');
/PHP-5.5/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-5.5/ext/spl/tests/
H A Dbug66405.phpt9 touch($td . '/file1.txt');
51 unlink($td . '/file1.txt');
57 string %sbug66405%efile1.txt
H A DDirectoryIterator_getBasename_pass_array.phpt9 touch($targetDir.DIRECTORY_SEPARATOR.'getBasename_test.txt');
19 unlink($targetDir.DIRECTORY_SEPARATOR.'getBasename_test.txt');
/PHP-5.5/tests/security/
H A Dopen_basedir_dir.phpt36 Warning: dir(): open_basedir restriction in effect. File(../bad/bad.txt) is not within the allowed …
38 Warning: dir(../bad/bad.txt): failed to open dir: %s in %s on line %d
61 Warning: dir(): open_basedir restriction in effect. File(%s/test/bad/bad.txt) is not within the all…
63 Warning: dir(%s/test/bad/bad.txt): failed to open dir: %s in %s on line %d
66 Warning: dir(): open_basedir restriction in effect. File(%s/test/bad/../bad/bad.txt) is not within …
68 Warning: dir(%s/test/bad/../bad/bad.txt): failed to open dir: %s in %s on line %d
/PHP-5.5/ext/phar/tests/
H A Dbug70019.phpt13 var_dump(file_exists("$dir/ThisIsATestFile.txt"));
19 unlink("$dir/ThisIsATestFile.txt");
/PHP-5.5/ext/xsl/tests/
H A Dbug54446.phpt11 $outputfile = dirname(__FILE__)."/bug54446test.txt";
77 Warning: XSLTProcessor::transformToXml(): File write for %s/bug54446test.txt refused in %s on line …
81 Warning: XSLTProcessor::transformToXml(): xsltDocumentElem: write rights for %s/bug54446test.txt de…
87 Warning: XSLTProcessor::transformToXml(): File write for %s/bug54446test.txt refused in %s on line …
91 Warning: XSLTProcessor::transformToXml(): xsltDocumentElem: write rights for %s/bug54446test.txt de…
/PHP-5.5/ext/zip/tests/
H A Dbug51353.phpt21 $zip->addFromString("$i.txt", '1');
34 $a = glob("$base_path/51353_unpack/*.txt");
47 $a = glob("$base_path/51353_unpack/*.txt");
H A Dbug64342_1.phpt21 if (!$zip->addFile($dirname . 'cant_find_me.txt', 'test.php')) {
37 3 entry1.txt
/PHP-5.5/ext/fileinfo/tests/
H A Dbug61964.phpt31 file_put_contents($dir . "/test1.txt", "string\n> Core\n> Me");
32 file_put_contents($dir . "/test2.txt", "a\nb\n");
39 unlink($dir . "/test1.txt");
40 unlink($dir . "/test2.txt");
/PHP-5.5/ext/mbstring/tests/
H A Dbug43301.phpt10 $txt = <<<doc
14 echo mb_ereg_replace($ptr,'$1',$txt,'e');

Completed in 25 milliseconds

12345678910>>...22