Home
last modified time | relevance | path

Searched refs:text (Results 176 – 200 of 714) sorted by relevance

12345678910>>...29

/PHP-8.1/ext/simplexml/tests/
H A Dsxe_002.phpt13 Plain text.
18 Here we have some text data.
56 string(28) "Here we have some text data."
H A Dsxe_003.phpt13 Plain text.
18 Here we have some text data.
66 string(28) "Here we have some text data."
H A D019.phpt12 Plain text.
17 Here we have some text data.
78 string(28) "Here we have some text data."
H A Dbug12170.phpt11 <bar>text node</bar>
34 string(9) "text node"
H A Dbug52751.phpt11 <bar>text node</bar>
37 string(9) "text node"
/PHP-8.1/ext/session/tests/
H A Dsession_basic3.phpt90 <input type="text" name="test2" />
190 <input type="text" name="test2" />
194 <input type="text" name="test2" />
198 <input type="text" name="test2" />
202 <input type="text" name="test2" />
206 <input type="text" name="test2" />
210 <input type="text" name="test2" />
214 <input type="text" name="test2" />
317 <input type="text" name="test2" />
321 <input type="text" name="test2" />
[all …]
/PHP-8.1/ext/zlib/tests/
H A Dgzopen_variation8.phpt11 text to be read
29 text to be read
/PHP-8.1/ext/iconv/tests/
H A Dbug48289.phpt7 $text = "\xE3\x83\x86\xE3\x82\xB9\xE3\x83\x88\xE3\x83\x86\xE3\x82\xB9\xE3\x83\x88";
15 echo iconv_mime_encode('Subject', $text, $options);
/PHP-8.1/tests/basic/
H A D021.phpt14 Content-Type: text/plain
33 string(10) "text/plain"
H A D029.phpt18 Content-Type: text/plain
37 string(10) "text/plain"
/PHP-8.1/ext/mbstring/tests/
H A Dmb_check_encoding.phpt9 $str = "Japanese UTF-8 text. 日本語のUTF-8テキスト";
14 $str = "Japanese UTF-8 text. 日本語\xFE\x01\x02のUTF-8テキスト";
/PHP-8.1/sapi/cgi/tests/
H A D003.phpt50 Content-type: text/html%r; charset=.*|%r
58 Content-type: text/html%r; charset=.*|%r
63 Content-type: text/html%r; charset=.*|%r
H A Dapache_response_headers.phpt19 header( "Content-type: text/html; charset=UTF-8" );
45 string(24) "text/html; charset=UTF-8"
/PHP-8.1/ext/pdo_pgsql/tests/
H A Dbug64953.phpt39 $st = $pdo->prepare("SELECT '''?'''::text as \":text\"");
68 [":text"]=>
H A Dbug69752.phpt24 field1 text not null,
25 field2 text not null,
26 field3 text not null,
/PHP-8.1/ext/standard/tests/file/
H A Duserfilters.phpt24 $text = "Hello There!";
27 fwrite($fp, $text);
/PHP-8.1/ext/intl/tests/
H A Dbreakiter_getPartsIterator_var1.phpt10 $text = 'foo bar tao';
13 $it->setText($text);
/PHP-8.1/ext/standard/tests/http/
H A Dbug43510.phpt12 "data://text/plain,HTTP/1.0 200 OK\r\n\r\n",
13 "data://text/plain,HTTP/1.0 200 OK\r\n\r\n",
H A Dbug60570.phpt14 "data://text/plain,HTTP/1.0 404 Not Found\r\n\r\n",
15 "data://text/plain,HTTP/1.0 404 Not Found\r\n\r\n",
16 "data://text/plain,HTTP/1.0 404 Not Found\r\n\r\n"
/PHP-8.1/ext/xmlwriter/tests/
H A D003.phpt18 xmlwriter_text($xw, "Test text for tag1");
31 <tag1 attr1="attr1_value" att2="att2_value">Test text for tag1<tag2/></tag1>
/PHP-8.1/ext/dom/tests/
H A DDOMDocument_validate_external_dtd.phpt10 … xml: http://cvs.php.net/viewvc.cgi/php-src/ext/dom/tests/dom.xml?view=co&content-type=text%2Fplain
11 … dtd: http://cvs.php.net/viewvc.cgi/php-src/ext/dom/tests/dom.ent?view=co&content-type=text%2Fplain
H A Dbug35673.phpt7 $html = '<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
18 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
/PHP-8.1/ext/dba/tests/
H A Ddba003.phpt16 dba_replace("key1", "This is the replacement text", $db_file);
30 This is the replacement text
/PHP-8.1/ext/standard/tests/array/
H A Darray_unshift_variation7.phpt20 "This is a text with special chars: \!\@\#\$\%\^\&\*\(\)\\",
22 "This is \ta text in bold letters\r\s\malong with slashes\n : HELLO WORLD\t"
122 string(55) "This is a text with special chars: \!\@\#$\%\^\&\*\(\)\"
135 string(55) "This is a text with special chars: \!\@\#$\%\^\&\*\(\)\"
184 string(70) "This is a text in bold letters
199 string(70) "This is a text in bold letters
H A Darray_unshift_variation8.phpt20 'This is a text with special chars: \!\@\#\$\%\^\&\*\(\)\\',
22 'This is \ta text in bold letters\r\s\malong with slashes\n : HELLO WORLD\t'
120 string(56) "This is a text with special chars: \!\@\#\$\%\^\&\*\(\)\"
133 string(56) "This is a text with special chars: \!\@\#\$\%\^\&\*\(\)\"
182 string(74) "This is \ta text in bold letters\r\s\malong with slashes\n : HELLO WORLD\t"
195 string(74) "This is \ta text in bold letters\r\s\malong with slashes\n : HELLO WORLD\t"

Completed in 22 milliseconds

12345678910>>...29