Home
last modified time | relevance | path

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

12345678910>>...26

/PHP-7.4/ext/dom/tests/
H A Ddom001.phpt113 Node Name: #text
123 Node Name: #text
130 Node Name: #text
147 Node Name: #text
157 Node Name: #text
180 Node Name: #text
236 Node Name: #text
246 Node Name: #text
H A Dbug46335.phpt8 $text = 'This is an ‘example’ of using DOM splitText';
22 $node = $dom->createTextNode($text);
H A Ddom_xinclude.phpt39 #text
42 #text
/PHP-7.4/ext/odbc/tests/
H A Dbug73725.phpt14 odbc_do($conn, "INSERT INTO bug73725 VALUES(101,'Any text', 33)");
32 string(8) "Any text"
/PHP-7.4/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-7.4/ext/zlib/tests/
H A Dgzopen_variation8.phpt21 text to be read
40 text to be read
/PHP-7.4/ext/mbstring/tests/
H A Dmb_send_mail02.phpt32 Content-Type: text/plain; charset=%s
39 Content-Type: text/plain; charset=ISO-2022-JP
H A Dmb_send_mail04.phpt32 Content-Type: text/plain; charset=%s
39 Content-Type: text/plain; charset=%s-8859-15
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_mail06.phpt35 Content-Type: text/plain; charset=%s
42 Content-Type: text/plain; charset=BIG5
H A Dmb_send_mail07.phpt35 Content-Type: text/plain; charset=%s
42 Content-Type: text/plain; charset=ISO-2022-KR
H A Dmb_send_mail05.phpt35 Content-Type: text/plain; charset=%s
43 Content-Type: text/plain; charset=HZ-GB-2312
/PHP-7.4/ext/standard/tests/image/
H A Dgetimagesize_variation3.phpt12 //File containing text string
13 "File with text data" => "test.txt",
39 -- File with text data (test.txt) --
/PHP-7.4/ext/standard/tests/file/
H A Dfgetss.phpt14 "some text \n<b>blah</i>",
15 "some another text <> hoho </>"
75 string(11) "some text
82 string(24) "some another text hoho "
118 string(9) "some text"
128 string(9) "her text "
H A Dreadfile_variation1.phpt40 line of text
42 line of text
H A Dfgetcsv_variation15.phpt724 This is line of text without csv fields
739 This is line of text without csv fields
754 This is line of text without csv fields
769 This is line of text without csv fields
784 This is line of text without csv fields
799 This is line of text without csv fields
814 This is line of text without csv fields
829 This is line of text without csv fields
844 This is line of text without csv fields
859 This is line of text without csv fields
[all …]
/PHP-7.4/ext/standard/tests/filters/
H A Dbasic.phpt6 $text = "Hello There!";
12 fwrite($fp, $GLOBALS["text"]);
/PHP-7.4/sapi/cli/tests/
H A Dphp_cli_server_019.phpt43 Content-type: text/html; charset=UTF-8
63 string(24) "text/html; charset=UTF-8"
/PHP-7.4/ext/xml/tests/
H A Dxml_set_processing_instruction_handler_basic.phpt40 <?xml-stylesheet href="default.xsl" type="text/xml"?>
51 Data: href="default.xsl" type="text/xml"
/PHP-7.4/ext/xmlrpc/libxmlrpc/
H A Dxml_element.h151 simplestring text; /* text contained between element begin/end pairs */ member
190 #define xml_elem_get_val(el) (char *)((el) ? el->text.str : NULL)
/PHP-7.4/ext/xmlwriter/tests/
H A DOO_007.phpt18 $xw->text('a&b');
22 $xw->text("<>\"'&");
/PHP-7.4/ext/gd/tests/
H A Dbug50194.phpt18 $text = 'Testing ... ';
20 imagettftext($im, 40, 0, 10, 40, $black, $font, $text);
/PHP-7.4/ext/pdo_pgsql/tests/
H A Dbug69344.phpt24 $stmt = $pdo->prepare("SELECT (?)::text AS a, (?)::text AS b");
/PHP-7.4/ext/standard/tests/http/
H A Dbug69337.phpt24 "data://text/plain,HTTP/1.0 302 Found\r\nLocation: http://127.0.0.1:22345/try-again\r\n\r\n",
25 "data://text/plain,HTTP/1.0 404 Not Found\r\n\r\n",
/PHP-7.4/Zend/tests/
H A Dbug80972.phpt16 $string = 'Here is some text for good measure';
41 string(34) "Here is some text for good measure"

Completed in 35 milliseconds

12345678910>>...26