Home
last modified time | relevance | path

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

12345678910>>...29

/PHP-8.1/tests/basic/
H A Drfc1867_max_file_uploads_empty_files.phpt10 Content-Type: text/plain-file
15 Content-Type: text/plain-file
20 Content-Type: text/plain-file
25 Content-Type: text/plain-file
79 string(15) "text/plain-file"
94 string(15) "text/plain-file"
H A Drfc1867_anonymous_upload.phpt11 Content-Type: text/plain-file1
16 Content-Type: text/plain-file2
34 string(16) "text/plain-file1"
49 string(16) "text/plain-file2"
H A Drfc1867_post_max_filesize.phpt11 Content-Type: text/plain-file1
16 Content-Type: text/plain-file2
21 Content-Type: text/plain-file3
45 string(16) "text/plain-file1"
75 string(16) "text/plain-file3"
H A Drfc1867_max_file_size.phpt15 Content-Type: text/plain-file1
20 Content-Type: text/plain-file2
25 Content-Type: text/plain-file3;
49 string(16) "text/plain-file1"
79 string(16) "text/plain-file3"
H A Drfc1867_empty_upload.phpt15 Content-Type: text/plain-file1
20 Content-Type: text/plain-file2
25 Content-Type: text/plain-file3
49 string(16) "text/plain-file1"
79 string(16) "text/plain-file3"
H A Drfc1867_multiple_webkitdirectory.phpt11 Content-Type: text/plain
16 Content-Type: text/plain
46 string(10) "text/plain"
48 string(10) "text/plain"
/PHP-8.1/ext/dom/tests/
H A Ddomchardata.phpt54 $text = new DOMText('some text characters');
56 echo "Whole Text: ".$text->wholeText."\n";
57 $text2 = $text->splitText(9);
59 echo "Split text: ".$text2->wholeText."\n";
73 Whole Text: some text characters
74 Split text: characters
H A DDOMDocument_saveHTMLFile_basic.phpt18 $text = $doc->createTextNode('This is the title');
19 $text = $title->appendChild($text);
27 <html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>This is the t…
H A DDOMDocument_saveHTMLFile_formatOutput.phpt19 $text = $doc->createTextNode('This is the title');
20 $text = $title->appendChild($text);
29 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
/PHP-8.1/ext/standard/tests/http/
H A Dbug47021.phpt39 "data://text/plain,HTTP/1.1 200 OK\r\n"
40 . "Content-Type:{$spaces}text/plain{$trailing}\r\n"
43 "data://text/plain,HTTP/1.1 200 OK\r\n"
74 Type='text/plain'
79 Type='text/plain'
84 Type='text/plain'
89 Type='text/plain'
H A Dbug48929.phpt16 "data://text/plain,HTTP/1.1 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' =…
49 Content-Type: text/plain
58 Content-Type: text/plain
/PHP-8.1/ext/fileinfo/tests/
H A Dfinfo_buffer_basic-mb.phpt36 string(36) "ASCII text, with no line terminators"
42 string(28) "text/plain; charset=us-ascii"
43 string(26) "text/plain; charset=ebcdic"
45 string(28) "text/plain; charset=us-ascii"
47 string(25) "text/plain; charset=utf-8"
H A Dfinfo_buffer_basic.phpt36 string(36) "ASCII text, with no line terminators"
42 string(28) "text/plain; charset=us-ascii"
43 string(26) "text/plain; charset=ebcdic"
45 string(28) "text/plain; charset=us-ascii"
47 string(25) "text/plain; charset=utf-8"
H A Dfinfo_buffer_variation1-mb.phpt35 string(36) "ASCII text, with no line terminators"
41 string(28) "text/plain; charset=us-ascii"
42 string(26) "text/plain; charset=ebcdic"
44 string(28) "text/plain; charset=us-ascii"
46 string(25) "text/plain; charset=utf-8"
H A Dfinfo_buffer_variation1.phpt35 string(36) "ASCII text, with no line terminators"
41 string(28) "text/plain; charset=us-ascii"
42 string(26) "text/plain; charset=ebcdic"
44 string(28) "text/plain; charset=us-ascii"
46 string(25) "text/plain; charset=utf-8"
/PHP-8.1/ext/imap/
H A Dphp_imap.h66 #define LSIZE text.size
67 #define LTEXT text.data
74 #define LTEXT text
89 SIZEDTEXT text; member
96 SIZEDTEXT text; member
/PHP-8.1/ext/standard/tests/file/
H A Dfgetcsv_variation6.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.phpt10 var_dump(file_get_contents('data:text/plain,foo'));
11 var_dump(file_get_contents('datafoo:text/plain,foo'));
19 Warning: file_get_contents(datafoo:text/plain,foo): Failed to open stream: No such file or director…
/PHP-8.1/ext/com_dotnet/tests/
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-8.1/ext/imap/tests/
H A Dbug53377.phpt18 ["text"]=>
25 ["text"]=>
32 ["text"]=>
/PHP-8.1/ext/tokenizer/tests/
H A DPhpToken_constructor.phpt20 ["text"]=>
30 ["text"]=>
40 ["text"]=>
/PHP-8.1/ext/phar/tests/
H A Dphar_createdefaultstub.phpt52 'c' => 'text/plain',
53 'cc' => 'text/plain',
54 'cpp' => 'text/plain',
55 'c++' => 'text/plain',
56 'dtd' => 'text/plain',
57 'h' => 'text/plain',
58 'log' => 'text/plain',
59 'rng' => 'text/plain',
66 'css' => 'text/css',
68 'htm' => 'text/html',
[all …]
H A Dphar_setdefaultstub.phpt72 'c' => 'text/plain',
73 'cc' => 'text/plain',
74 'cpp' => 'text/plain',
75 'c++' => 'text/plain',
76 'dtd' => 'text/plain',
77 'h' => 'text/plain',
78 'log' => 'text/plain',
79 'rng' => 'text/plain',
86 'css' => 'text/css',
88 'htm' => 'text/html',
[all …]
/PHP-8.1/ext/fileinfo/tests/upstream/
H A Dgedcom.result1 GEDCOM genealogy text version 5.5, ASCII text

Completed in 52 milliseconds

12345678910>>...29