Searched refs:text (Results 176 – 200 of 734) sorted by relevance
12345678910>>...30
/PHP-8.2/Zend/tests/ |
H A D | bug72813.phpt | 7 private $props = ['a' => 'text', 'b' => 1]; 35 [a] => text
|
/PHP-8.2/ext/sodium/tests/ |
H A D | installed.phpt | 12 text in the--EXPECT-- section below for the tests 14 expected text are interpreted as failure
|
/PHP-8.2/ext/simplexml/tests/ |
H A D | 009b.phpt | 11 Plain text. 13 Here we have some text data.
|
H A D | sxe_002.phpt | 13 Plain text. 18 Here we have some text data. 56 string(28) "Here we have some text data."
|
H A D | 019.phpt | 12 Plain text. 17 Here we have some text data. 78 string(28) "Here we have some text data."
|
H A D | sxe_003.phpt | 13 Plain text. 18 Here we have some text data. 66 string(28) "Here we have some text data."
|
H A D | bug12170.phpt | 11 <bar>text node</bar> 34 string(9) "text node"
|
H A D | bug52751.phpt | 11 <bar>text node</bar> 37 string(9) "text node"
|
/PHP-8.2/ext/session/tests/ |
H A D | session_basic3.phpt | 90 <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.2/ext/zlib/tests/ |
H A D | gzopen_variation8.phpt | 11 text to be read 29 text to be read
|
/PHP-8.2/ext/iconv/tests/ |
H A D | bug48289.phpt | 7 $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.2/tests/basic/ |
H A D | 021.phpt | 14 Content-Type: text/plain 33 string(10) "text/plain"
|
H A D | 029.phpt | 18 Content-Type: text/plain 37 string(10) "text/plain"
|
/PHP-8.2/ext/mbstring/tests/ |
H A D | mb_check_encoding.phpt | 9 $str = "Japanese UTF-8 text. 日本語のUTF-8テキスト"; 14 $str = "Japanese UTF-8 text. 日本語\xFE\x01\x02のUTF-8テキスト";
|
/PHP-8.2/ext/pdo_pgsql/tests/ |
H A D | bug64953.phpt | 39 $st = $pdo->prepare("SELECT '''?'''::text as \":text\""); 68 [":text"]=>
|
H A D | bug69752.phpt | 24 field1 text not null, 25 field2 text not null, 26 field3 text not null,
|
/PHP-8.2/sapi/cgi/tests/ |
H A D | 003.phpt | 50 Content-type: text/html%r; charset=.*|%r 58 Content-type: text/html%r; charset=.*|%r 63 Content-type: text/html%r; charset=.*|%r
|
/PHP-8.2/ext/standard/tests/file/ |
H A D | userfilters.phpt | 24 $text = "Hello There!"; 27 fwrite($fp, $text);
|
/PHP-8.2/ext/intl/tests/ |
H A D | breakiter_getPartsIterator_var1.phpt | 10 $text = 'foo bar tao'; 13 $it->setText($text);
|
/PHP-8.2/ext/standard/tests/http/ |
H A D | bug43510.phpt | 12 "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 D | bug60570.phpt | 14 "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.2/ext/xmlwriter/tests/ |
H A D | 003.phpt | 18 xmlwriter_text($xw, "Test text for tag1"); 31 <tag1 attr1="attr1_value" att2="att2_value">Test text for tag1<tag2/></tag1>
|
/PHP-8.2/ext/dom/tests/ |
H A D | DOMDocument_validate_external_dtd.phpt | 10 … 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 D | bug35673.phpt | 7 $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.2/ext/standard/tests/array/ |
H A D | array_unshift_variation7.phpt | 20 "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
|
Completed in 21 milliseconds
12345678910>>...30