Home
last modified time | relevance | path

Searched refs:text (Results 76 – 100 of 572) sorted by relevance

12345678910>>...23

/PHP-5.5/ext/com_dotnet/tests/
H A Dbug66431_0.phpt10 $text= "Xin chào cộng đồng PHP";
15 $fh->Write($text);
20 $result = ($check_text == $text);
26 echo "Have: '$text'\n";
H A Dbug66431_1.phpt17 $text= "Xin chào cộng đồng PHP";
24 $Wrd->Selection->TypeText($text);
37 /* trim the returned text as we'll get windows eol from a word doc. */
38 $result = (trim($check_text) == $text);
44 echo "Have: '$text'\n";
/PHP-5.5/ext/standard/tests/file/
H A Dfgetcsv_variation6.phpt600 string(4) "text"
630 string(4) "text"
660 string(4) "text"
690 string(4) "text"
720 string(4) "text"
750 string(4) "text"
780 string(4) "text"
810 string(4) "text"
840 string(4) "text"
870 string(4) "text"
[all …]
H A Dfgetss.phpt14 "some text \n<b>blah</i>",
15 "some another text <> hoho </>"
54 string(11) "some text
57 string(24) "some another text hoho "
69 string(9) "some text"
73 string(9) "her text "
H A Dfgetcsv_variation17.phpt595 string(4) "text"
625 string(4) "text"
655 string(4) "text"
685 string(4) "text"
715 string(4) "text"
745 string(4) "text"
775 string(4) "text"
805 string(4) "text"
835 string(4) "text"
865 string(4) "text"
[all …]
H A Dstream_rfc2397_004.phpt10 'data://text/plain,test',
11 'data://text/plain;charset=US-ASCII,test',
13 'data://text/plain;charset=UTF-8,Hello',
H A Dbug43353-win32.phpt15 var_dump(file_get_contents('data:text/plain,foo'));
16 var_dump(file_get_contents('datafoo:text/plain,foo'));
24 Warning: file_get_contents(datafoo:text/plain,foo): failed to open stream: Invalid argument in %s
H A Dbug43353.phpt15 var_dump(file_get_contents('data:text/plain,foo'));
16 var_dump(file_get_contents('datafoo:text/plain,foo'));
24 Warning: file_get_contents(datafoo:text/plain,foo): failed to open stream: No such file or director…
H A Dglob_basic.phpt24 $fp = fopen("$dirname/file.text", "w");
47 unlink("$file_path/glob_basic/file.text");
54 string(%d) "%s/glob_basic/file.text"
70 string(%d) "%s/glob_basic/file.text"
78 string(%d) "%s/glob_basic/file.text"
/PHP-5.5/ext/phar/tests/
H A Dphar_createdefaultstub.phpt53 'c' => 'text/plain',
54 'cc' => 'text/plain',
55 'cpp' => 'text/plain',
56 'c++' => 'text/plain',
57 'dtd' => 'text/plain',
58 'h' => 'text/plain',
59 'log' => 'text/plain',
60 'rng' => 'text/plain',
67 'css' => 'text/css',
69 'htm' => 'text/html',
[all …]
H A Dphar_setdefaultstub.phpt73 'c' => 'text/plain',
74 'cc' => 'text/plain',
75 'cpp' => 'text/plain',
76 'c++' => 'text/plain',
77 'dtd' => 'text/plain',
78 'h' => 'text/plain',
79 'log' => 'text/plain',
80 'rng' => 'text/plain',
87 'css' => 'text/css',
89 'htm' => 'text/html',
[all …]
/PHP-5.5/ext/standard/tests/http/
H A Dbug48929.phpt16 "data://text/plain,HTTP/1.0 200 OK\r\n\r\n",
35 do_test(array('header' => array('X-Foo: bar', 'Content-Type: text/plain'), 'method' => 'POST', 'con…
39 do_test(array('header' => "X-Foo: bar\r\nContent-Type: text/plain", 'method' => 'POST', 'content' =…
48 Content-Type: text/plain
56 Content-Type: text/plain
/PHP-5.5/ext/dom/tests/
H A DDOMDocument_saveHTMLFile_formatOutput.phpt21 $text = $doc->createTextNode('This is the title');
22 $text = $title->appendChild($text);
31 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
H A DDOMDocument_saveHTMLFile_basic.phpt20 $text = $doc->createTextNode('This is the title');
21 $text = $title->appendChild($text);
29 <html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>This is the t…
/PHP-5.5/ext/imap/tests/
H A Dbug53377.phpt21 ["text"]=>
28 ["text"]=>
35 ["text"]=>
/PHP-5.5/ext/curl/tests/
H A Dcurl_file_upload.phpt28 testcurl($ch, __DIR__ . '/curl_testdata1.txt', 'text/plain');
30 testcurl($ch, __DIR__ . '/curl_testdata1.txt', 'text/plain', 'foo.txt');
33 $file->setMimeType('text/plain');
63 string(%d) "curl_testdata1.txt|text/plain"
65 string(%d) "foo.txt|text/plain"
66 string(%d) "text/plain"
68 string(%d) "curl_testdata1.txt|text/plain"
/PHP-5.5/ext/mysqli/tests/
H A Dbug38710.phpt16 $qry->bind_result($text);
18 if ($text !== str_repeat('a', ($IS_MYSQLND || mysqli_get_server_version($db) > 50110)? 100000:(mysq…
19 var_dump(strlen($text));
/PHP-5.5/tests/basic/
H A Drfc1867_anonymous_upload.phpt13 Content-Type: text/plain-file1
18 Content-Type: text/plain-file2
34 %string|unicode%(16) "text/plain-file1"
47 %string|unicode%(16) "text/plain-file2"
H A Drfc1867_max_file_uploads_empty_files_debug.phpt13 Content-Type: text/plain-file
18 Content-Type: text/plain-file
23 Content-Type: text/plain-file
28 Content-Type: text/plain-file
91 string(15) "text/plain-file"
/PHP-5.5/ext/oci8/tests/
H A Dfetch_object_2.phpt18 "insert into fetch_object_2_tab values (123, '1st row col2 string', '1 more text')",
20 "insert into fetch_object_2_tab values (789, '3rd row col2 string', '3 more text')",
79 string(11) "1 more text"
101 string(11) "3 more text"
106 1 more text
112 3 more text
/PHP-5.5/ext/phar/tests/files/
H A Dnophar.phar17 'c' => 'text/plain',
18 'cc' => 'text/plain',
19 'cpp' => 'text/plain',
20 'c++' => 'text/plain',
21 'dtd' => 'text/plain',
22 'h' => 'text/plain',
23 'log' => 'text/plain',
24 'rng' => 'text/plain',
31 'css' => 'text/css',
33 'htm' => 'text/html',
[all …]
H A Dinclude_path2.phar17 'c' => 'text/plain',
18 'cc' => 'text/plain',
19 'cpp' => 'text/plain',
20 'c++' => 'text/plain',
21 'dtd' => 'text/plain',
22 'h' => 'text/plain',
23 'log' => 'text/plain',
24 'rng' => 'text/plain',
31 'css' => 'text/css',
33 'htm' => 'text/html',
[all …]
H A Dopenssl.phar17 'c' => 'text/plain',
18 'cc' => 'text/plain',
19 'cpp' => 'text/plain',
20 'c++' => 'text/plain',
21 'dtd' => 'text/plain',
22 'h' => 'text/plain',
23 'log' => 'text/plain',
24 'rng' => 'text/plain',
31 'css' => 'text/css',
33 'htm' => 'text/html',
[all …]
/PHP-5.5/ext/phar/tests/cache_list/files/
H A Dnophar.phar17 'c' => 'text/plain',
18 'cc' => 'text/plain',
19 'cpp' => 'text/plain',
20 'c++' => 'text/plain',
21 'dtd' => 'text/plain',
22 'h' => 'text/plain',
23 'log' => 'text/plain',
24 'rng' => 'text/plain',
31 'css' => 'text/css',
33 'htm' => 'text/html',
[all …]
H A Dopenssl.phar17 'c' => 'text/plain',
18 'cc' => 'text/plain',
19 'cpp' => 'text/plain',
20 'c++' => 'text/plain',
21 'dtd' => 'text/plain',
22 'h' => 'text/plain',
23 'log' => 'text/plain',
24 'rng' => 'text/plain',
31 'css' => 'text/css',
33 'htm' => 'text/html',
[all …]

Completed in 41 milliseconds

12345678910>>...23