Home
last modified time | relevance | path

Searched refs:text (Results 226 – 250 of 836) sorted by relevance

12345678910>>...34

/php-src/ext/intl/tests/
H A Dcpbi_parts_iterator.phpt10 $text = 'ตัวอย่างข้อความ';
13 $it->getBreakIterator()->setText($text);
/php-src/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-src/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_013.phpt131 Content-Type: text/html; charset=UTF-8
141 Content-Type: text/html; charset=UTF-8
151 Content-Type: text/html; charset=UTF-8
160 Content-Type: text/html; charset=UTF-8
171 Content-Type: text/html; charset=UTF-8
182 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-src/Zend/
H A Dzend_language_scanner.h57 const char *text, size_t length, void *context);
73 char text; member
/php-src/ext/dom/lexbor/lexbor/dom/interfaces/
H A Dnode.c1087 lxb_char_t *text; in lxb_dom_node_text_content() local
1098 if (text == NULL) { in lxb_dom_node_text_content()
1103 &text); in lxb_dom_node_text_content()
1105 text -= length; in lxb_dom_node_text_content()
1119 if (text == NULL) { in lxb_dom_node_text_content()
1139 if (text == NULL) { in lxb_dom_node_text_content()
1157 text[length] = 0x00; in lxb_dom_node_text_content()
1159 return text; in lxb_dom_node_text_content()
1192 *text = *text + ch_data->data.length; in lxb_dom_node_text_content_concatenate()
1206 lxb_dom_text_t *text; in lxb_dom_node_text_content_set() local
[all …]
/php-src/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-src/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 DDOMElement_replaceChildren.phpt34 $fragment2->append('text');
71 <html><a/><b/>text</html>
78 <html><a/><b/>text</html>
/php-src/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-src/ext/standard/tests/file/
H A Dreadfile_variation1.phpt36 line of text
38 line of text
/php-src/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.
/php-src/ext/mysqli/tests/bind_fetch/
H A Dchar_text_big_types.phpt2 mysqli fetch long char/text
16 …mysqli_query($link, "CREATE TABLE test_bind_fetch_char_long(c1 char(10), c2 text) ENGINE=" . get_d…
/php-src/ext/standard/tests/http/request_parse_body/
H A Dmultipart.phpt13 Content-Type: text/plain
47 string(10) "text/plain"
/php-src/ext/dom/tests/modern/spec/
H A DNode_appendChild_invalid_parent.phpt10 $text = $dom->createTextNode('Hello World');
16 $text->appendChild($dom->createElement('br'));
/php-src/ext/fileinfo/tests/upstream/
H A Djson7.result1 ASCII text
H A Djson5.result1 ASCII text
H A Djson8.result1 JSON text data
H A Djson1.result1 JSON text data
H A Djson2.result1 JSON text data
H A Djson3.result1 JSON text data
H A Djson4.result1 JSON text data
H A Djson6.result1 JSON text data

Completed in 27 milliseconds

12345678910>>...34