Home
last modified time | relevance | path

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

12345678910>>...29

/PHP-8.1/ext/simplexml/tests/
H A D009.phpt11 Plain text.
16 Here we have some text data.
/PHP-8.1/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 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.1/ext/intl/tests/
H A Dcpbi_parts_iterator.phpt10 $text = 'ตัวอย่างข้อความ';
13 $it->getBreakIterator()->setText($text);
/PHP-8.1/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.1/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_008.phpt51 Content-type: text/html; charset=UTF-8
59 Content-type: text/html; charset=UTF-8
H A Dphp_cli_server_019.phpt43 Content-type: text/html; charset=UTF-8
63 string(24) "text/html; charset=UTF-8"
/PHP-8.1/Zend/
H A Dzend_language_scanner.h55 const char *text, size_t length, void *context);
71 char text; member
/PHP-8.1/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.1/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
H A Dbug46335.phpt8 $text = 'This is an ‘example’ of using DOM splitText';
22 $node = $dom->createTextNode($text);
/PHP-8.1/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.1/ext/standard/tests/file/
H A Dreadfile_variation1.phpt36 line of text
38 line of text
/PHP-8.1/ext/mbstring/tests/
H A Dmb_send_mail01.phpt34 Content-Type: text/plain; charset=%s
41 Content-Type: text/plain; charset=UTF-8
H A Dmb_send_mail03.phpt34 Content-Type: text/plain; charset=%s
41 Content-Type: text/plain; charset=%s-8859-1
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_mail02.phpt34 Content-Type: text/plain; charset=%s
41 Content-Type: text/plain; charset=ISO-2022-JP
H A Dmb_send_mail04.phpt34 Content-Type: text/plain; charset=%s
41 Content-Type: text/plain; charset=%s-8859-15
/PHP-8.1/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.1/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.1/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.1/ext/standard/tests/filters/
H A Dbasic.phpt6 $text = "Hello There!";
12 fwrite($fp, $GLOBALS["text"]);
/PHP-8.1/ext/gd/tests/
H A Dbug50194.phpt19 $text = 'Testing ... ';
21 imagettftext($im, 40, 0, 10, 40, $black, $font, $text);
/PHP-8.1/ext/pdo_pgsql/tests/
H A Dbug69344.phpt26 $stmt = $pdo->prepare("SELECT (?)::text AS a, (?)::text AS b");

Completed in 22 milliseconds

12345678910>>...29