Home
last modified time | relevance | path

Searched refs:txt (Results 226 – 250 of 527) sorted by relevance

12345678910>>...22

/PHP-7.4/ext/zip/tests/
H A Dbug64342_1-mb.phpt20 if (!$zip->addFile($dirname . 'cant_find_me.txt', 'test.php')) {
28 "entry1.txt"
H A Dbug64342_1.phpt20 if (!$zip->addFile($dirname . 'cant_find_me.txt', 'test.php')) {
28 "entry1.txt"
H A Dbug64342_0.phpt13 $f = md5(uniqid()) . '.txt';
39 %s.txt
H A Dbug47667.phpt16 $zip->addFromString('foo.txt', 'foo bar foobar');
25 $zip->addFromString("foo_{$i}.txt", 'foo bar foobar');
/PHP-7.4/ext/zlib/tests/
H A Dzlib_wrapper_ftruncate_basic.phpt11 $f = __DIR__."/004.txt.gz";
12 $f2 = "zlib_wrapper_ftruncate_basic.txt.gz";
H A Dzlib_scheme_fopen_variation1.phpt11 $inputFileName = __DIR__."/004.txt.gz";
22 file=compress.zlib://file://%s/004.txt.gz
/PHP-7.4/ext/com_dotnet/tests/
H A Dbug66431_0.phpt11 $fpath = str_replace("/", "\\", __DIR__ . "/bug66431.txt");
34 $fpath = str_replace("/", "\\", __DIR__ . "/bug66431.txt");
/PHP-7.4/ext/phar/tests/
H A Dphar_buildfromdirectory6.phpt13 file_put_contents(__DIR__."/testdir6/file$i.txt", "some content for file $i");
32 unlink(__DIR__ . "/testdir6/file$i.txt");
/PHP-7.4/ext/phar/tests/bug53872/
H A Dfirst.txt1 content of first.txt
H A Dthird.txt1 content of third.txt
/PHP-7.4/ext/phar/tests/tar/
H A Dlinks2.phpt13 $a->addFile('hardlink', 'internal/file.txt', array(
34 … error: "%slinks2.tar" is a corrupted tar file - hard link to non-existent file "internal/file.txt"
/PHP-7.4/ext/snmp/tests/
H A Dsnmp_read_mib.phpt10 if (!file_exists($mibdir . '/SNMPv2-MIB.txt')) die('skip MIB file not in the system');
22 var_dump(snmp_read_mib($mibdir . '/SNMPv2-MIB.txt'));
/PHP-7.4/tests/run-test/
H A Dtest011.phpt6 test011.txt
H A Dtest013.phpt6 test013.txt
H A Dtest012.phpt12 test012.txt
/PHP-7.4/ext/curl/tests/
H A Dcurl_multi_info_read.phpt12 "file://".__DIR__."/curl_testdata1.txt",
13 "file://".__DIR__."/curl_testdata2.txt",
/PHP-7.4/sapi/cli/tests/
H A Dphp_cli_server_005.phpt17 Content-Disposition: form-data; name="userfile"; filename="laruence.txt"
57 string(12) "laruence.txt"
H A Dargv_mb_bug77111.phpt22 $out_fl = __DIR__ . "\\argv_bug77111.txt";
34 $out_fl = __DIR__ . "\\argv_bug77111.txt";
/PHP-7.4/ext/hash/tests/
H A Dhash_file_basic.phpt16 $filename = 'hash_file_basic_example.txt';
31 $filename = 'hash_file_basic_example.txt';
H A Dhash_file_error.phpt16 $filename = 'hash_file_error_example.txt';
25 var_dump( hash_file( 'md5', 'nonexistent.txt' ) );
39 $filename = 'hash_file_error_example.txt';
/PHP-7.4/ext/standard/tests/file/
H A Dis_uploaded_file_basic.phpt13 content-disposition: form-data; name="pics"; filename="file1.txt"
27 var_dump(is_uploaded_file('random_filename.txt'));
H A Dlchown_error.phpt20 $filename = __DIR__ . DIRECTORY_SEPARATOR . 'lchown.txt';
32 var_dump( lchown( 'foobar_lchown.txt', $uid ) );
46 $filename = __DIR__ . DIRECTORY_SEPARATOR . 'lchown.txt';
/PHP-7.4/ext/standard/tests/file/windows_mb_path/
H A Dbug71509.phpt21 $prefix = create_data("bug71509", "$item.txt");
22 $testfile_zip = $prefix . DIRECTORY_SEPARATOR . "$item.txt";
/PHP-7.4/ext/oci8/tests/
H A Dlob_023.phpt28 var_dump($blob->import(__DIR__."/lob_009.txt"));
31 var_dump(oci_lob_import($blob, __DIR__."/lob_009.txt"));
33 var_dump(oci_lob_import($blob, __DIR__."/lob_009.txt"));
/PHP-7.4/ext/standard/tests/strings/
H A Dvfprintf_error4.phpt16 $file = 'vfprintf_error4.txt';
31 $file = 'vfprintf_error4.txt';

Completed in 91 milliseconds

12345678910>>...22