Home
last modified time | relevance | path

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

12345678910>>...22

/PHP-7.1/ext/standard/tests/file/windows_mb_path/
H A Dbug75063_cp1251.phpt37 file_put_contents("\$fn.txt", "");
76 string(8) "test.txt"
77 string(8) "����.txt"
H A Dbug71509.phpt19 $prefix = create_data("bug71509", "$item.txt");
20 $testfile_zip = $prefix . DIRECTORY_SEPARATOR . "$item.txt";
H A Drecursive_it.phpt23 $fl = $dir . DIRECTORY_SEPARATOR . "hello.txt";
62 string(%d) "%shello.txt"
/PHP-7.1/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"
67 %string|unicode%(9) "file1.txt"
80 %string|unicode%(9) "file2.txt"
/PHP-7.1/ext/fileinfo/tests/
H A Dbug61964-mb.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-7.1/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.1/ext/phar/tests/
H A Dphar_buildfromdirectory6.phpt13 file_put_contents(dirname(__FILE__)."/testdir6/file$i.txt", "some content for file $i");
32 unlink(dirname(__FILE__) . "/testdir6/file$i.txt");
/PHP-7.1/ext/standard/tests/file/
H A Dfnmatch_error.phpt29 var_dump( fnmatch("match.txt") );
33 var_dump( fnmatch("match.txt", "match.txt", TRUE, 100) );
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'));
/PHP-7.1/ext/zip/tests/
H A Dbug47667.phpt17 $zip->addFromString('foo.txt', 'foo bar foobar');
26 $zip->addFromString("foo_{$i}.txt", 'foo bar foobar');
/PHP-7.1/ext/snmp/tests/
H A Dsnmp_read_mib.phpt10 if (!file_exists($mibdir . '/SNMPv2-MIB.txt')) die('MIB file not in the system');
22 var_dump(snmp_read_mib($mibdir . '/SNMPv2-MIB.txt'));
/PHP-7.1/ext/phar/tests/bug53872/
H A Dthird.txt1 content of third.txt
H A Dfirst.txt1 content of first.txt
/PHP-7.1/ext/oci8/tests/
H A Dlob_023.phpt28 var_dump($blob->import(dirname(__FILE__)."/lob_009.txt"));
31 var_dump(oci_lob_import($blob, dirname(__FILE__)."/lob_009.txt"));
33 var_dump(oci_lob_import($blob, dirname(__FILE__)."/lob_009.txt"));
/PHP-7.1/ext/curl/tests/
H A Dcurl_multi_getcontent_error1.phpt19 …setopt($ch1, CURLOPT_URL, "file://".dirname(__FILE__). DIRECTORY_SEPARATOR . "curl_testdata1.txt");
20 …setopt($ch2, CURLOPT_URL, "file://".dirname(__FILE__). DIRECTORY_SEPARATOR . "curl_testdata2.txt");
H A Dcurl_multi_getcontent_error2.phpt19 …setopt($ch1, CURLOPT_URL, "file://".dirname(__FILE__). DIRECTORY_SEPARATOR . "curl_testdata1.txt");
20 …setopt($ch2, CURLOPT_URL, "file://".dirname(__FILE__). DIRECTORY_SEPARATOR . "curl_testdata2.txt");
H A Dcurl_multi_getcontent_error3.phpt19 …setopt($ch1, CURLOPT_URL, "file://".dirname(__FILE__). DIRECTORY_SEPARATOR . "curl_testdata1.txt");
20 …setopt($ch2, CURLOPT_URL, "file://".dirname(__FILE__). DIRECTORY_SEPARATOR . "curl_testdata2.txt");
/PHP-7.1/tests/run-test/
H A Dtest011.phpt6 test011.txt
H A Dtest013.phpt6 test013.txt
H A Dtest012.phpt12 test012.txt
/PHP-7.1/sapi/cli/tests/
H A Dphp_cli_server_005.phpt22 Content-Disposition: form-data; name="userfile"; filename="laruence.txt"
62 string(12) "laruence.txt"
/PHP-7.1/ext/hash/tests/
H A Dhash_file_basic.phpt18 $filename = 'hash_file_basic_example.txt';
33 $filename = 'hash_file_basic_example.txt';
/PHP-7.1/ext/mbstring/tests/
H A Dbug43301.phpt10 $txt = <<<doc
14 echo mb_ereg_replace($ptr,'$1',$txt,'e');
/PHP-7.1/tests/security/
H A Dopen_basedir_disk_free_space.phpt31 Warning: disk_free_space(): open_basedir restriction in effect. File(../bad/bad.txt) is not within …
46 Warning: disk_free_space(): open_basedir restriction in effect. File(%s/test/bad/bad.txt) is not wi…
49 Warning: disk_free_space(): open_basedir restriction in effect. File(%s/test/bad/../bad/bad.txt) is…
/PHP-7.1/ext/standard/tests/strings/
H A Dvfprintf_error4.phpt16 $file = 'vfprintf_test.txt';
31 $file = 'vfprintf_test.txt';

Completed in 86 milliseconds

12345678910>>...22