Home
last modified time | relevance | path

Searched refs:text (Results 201 – 225 of 733) sorted by relevance

12345678910>>...30

/PHP-8.2/ext/standard/tests/array/
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"
/PHP-8.2/ext/standard/tests/http/
H A Dbug80256.phpt12 "data://text/plain,HTTP/1.1 302 Moved Temporarily\r\n"
16 "data://text/plain,HTTP/1.1 200 Ok\r\n"
H A Dgh15034.phpt16 "data://text/plain,HTTP/1.1 200 OK\r\n"
17 . "Content-Type: text/plain\r\n"
H A Dbug67430.phpt22 "data://text/plain,HTTP/1.1 308\r\nLocation: /foo\r\n\r\n",
23 "data://text/plain,HTTP/1.1 200\r\nConnection: close\r\n\r\n",
/PHP-8.2/sapi/cgi/tests/
H A Dapache_response_headers.phpt19 header( "Content-type: text/html; charset=UTF-8" );
45 string(24) "text/html; charset=UTF-8"
/PHP-8.2/ext/simplexml/tests/
H A D009.phpt11 Plain text.
16 Here we have some text data.
/PHP-8.2/ext/xml/tests/
H A Dxml_set_processing_instruction_handler_basic.phpt30 <?xml-stylesheet href="default.xsl" type="text/xml"?>
41 Data: href="default.xsl" type="text/xml"
/PHP-8.2/ext/intl/tests/
H A Dcpbi_parts_iterator.phpt10 $text = 'ตัวอย่างข้อความ';
13 $it->getBreakIterator()->setText($text);
/PHP-8.2/sapi/cli/tests/
H A Dbug70470.phpt19 fwrite($fp, "-Type: text/html; charset=UTF-8\r\n");
36 string(24) "text/html; charset=UTF-8"
H A Dphp_cli_server_013.phpt130 Content-Type: text/html; charset=UTF-8
139 Content-Type: text/html; charset=UTF-8
148 Content-Type: text/html; charset=UTF-8
156 Content-Type: text/html; charset=UTF-8
166 Content-Type: text/html; charset=UTF-8
176 Content-Type: text/html; charset=UTF-8
H A Dphp_cli_server_008.phpt51 Content-type: text/html; charset=UTF-8
59 Content-type: text/html; charset=UTF-8
H A Dcli_server_persistent_string002.phpt32 Content-type: text/html; charset=UTF-8
39 Content-type: text/html; charset=UTF-8
/PHP-8.2/Zend/
H A Dzend_language_scanner.h55 const char *text, size_t length, void *context);
71 char text; member
/PHP-8.2/ext/standard/tests/image/
H A Dgetimagesize_variation3.phpt6 //File containing text string
7 "File with text data" => "test.txt",
32 -- File with text data (test.txt) --
/PHP-8.2/ext/intl/spoofchecker/
H A Dspoofchecker_main.c26 char *text; in PHP_METHOD() local
31 if (FAILURE == zend_parse_parameters(ZEND_NUM_ARGS(), "s|z", &text, &text_len, &error_code)) { in PHP_METHOD()
37 ret = uspoof_checkUTF8(co->uspoof, text, text_len, NULL, SPOOFCHECKER_ERROR_CODE_P(co)); in PHP_METHOD()
/PHP-8.2/ext/dom/tests/
H A Ddom001.phpt113 Node Name: #text
122 Node Name: #text
128 Node Name: #text
144 Node Name: #text
153 Node Name: #text
175 Node Name: #text
231 Node Name: #text
240 Node Name: #text
/PHP-8.2/ext/filter/tests/
H A D010.phpt10 var_dump(filter_var(array(1,"1","", "-23234", "text", "asdf234asdfgs", array()), FILTER_VALIDATE_IN…
11 var_dump(filter_var(array(1.2,"1.7","", "-23234.123", "text", "asdf234.2asdfgs", array()), FILTER_V…
/PHP-8.2/ext/standard/tests/file/
H A Dreadfile_variation1.phpt36 line of text
38 line of text
/PHP-8.2/ext/mbstring/tests/
H A Dother_encodings.phpt2 Test of oddball text encodings which are not tested elsewhere
13 // "7bit". This is not a real text encoding.
H A Dmb_check_encoding_array.phpt9 $str = "Japanese UTF-8 text. 日本語のUTF-8テキスト";
16 $str = "Japanese UTF-8 text. 日本語\xFE\x01\x02のUTF-8テキスト";
H A Dmb_send_mail01.phpt37 Content-Type: text/plain; charset=%s
44 Content-Type: text/plain; charset=UTF-8
H A Dmb_send_mail03.phpt37 Content-Type: text/plain; charset=%s
44 Content-Type: text/plain; charset=%s-8859-1
/PHP-8.2/ext/odbc/tests/
H A Dbug73725.phpt16 odbc_do($conn, "INSERT INTO bug73725 VALUES(101,'Any text', 33)");
33 string(8) "Any text"
/PHP-8.2/ext/pgsql/tests/
H A Dconfig.inc19 $table_def = "CREATE TABLE {$table_name} (num int, str text, bin bytea);";
20 $table_def_92 = "CREATE TABLE {$table_name_92} (textary text[], jsn json);";
/PHP-8.2/ext/pdo_pgsql/tests/
H A Dbug69344.phpt26 $stmt = $pdo->prepare("SELECT (?)::text AS a, (?)::text AS b");

Completed in 39 milliseconds

12345678910>>...30