Home
last modified time | relevance | path

Searched refs:text (Results 51 – 75 of 642) sorted by relevance

12345678910>>...26

/PHP-7.2/ext/standard/tests/strings/
H A Dbug53319.phpt6 $str = '<br /><br />USD<input type="text"/><br/>CDN<br><input type="text" />';
14 string(47) "USD<input type="text"/>CDN<input type="text" />"
H A Dhebrevc_variation2.phpt7 * Description: Convert logical Hebrew text to visual text
96 string(241) ".The hebrevcc function converts logical Hebrew text to visual text<br />
125 string(241) ".The hebrevcc function converts logical Hebrew text to visual text<br />
132 string(241) ".The hebrevcc function converts logical Hebrew text to visual text<br />
139 string(241) ".The hebrevcc function converts logical Hebrew text to visual text<br />
183 string(373) "text<br />
185 text<br />
249 string(241) ".The hebrevcc function converts logical Hebrew text to visual text<br />
290 string(241) ".The hebrevcc function converts logical Hebrew text to visual text<br />
319 string(241) ".The hebrevcc function converts logical Hebrew text to visual text<br />
[all …]
H A Dbug45485.phpt7 This text is shown <?XML:NAMESPACE PREFIX = ST1 /><b>This Text disappears</b>
14 This text is shown <?xml:NAMESPACE PREFIX = ST1 /><b>This Text disappears</b>
22 This text is shown This Text disappears
23 This text is shown This Text disappears
H A Dstrip_tags_variation4.phpt26 "<a.>HtMl text</.a>",
27 '<a.>HtMl text</.a>',
28 "<nnn>I am not a valid html text</nnn>",
29 '<nnn>I am not a valid html text</nnn>',
63 string(9) "HtMl text"
65 string(9) "HtMl text"
67 string(26) "I am not a valid html text"
69 string(26) "I am not a valid html text"
/PHP-7.2/ext/xmlrpc/libxmlrpc/
H A Dxml_to_dandarpc.c88 XMLRPC_SetValueString(xCurrent, el->text.str, el->text.len); in xml_element_to_DANDARPC_REQUEST_worker()
91 XMLRPC_SetValueInt(xCurrent, atoi(el->text.str)); in xml_element_to_DANDARPC_REQUEST_worker()
94 XMLRPC_SetValueBoolean(xCurrent, atoi(el->text.str)); in xml_element_to_DANDARPC_REQUEST_worker()
97 XMLRPC_SetValueDouble(xCurrent, atof(el->text.str)); in xml_element_to_DANDARPC_REQUEST_worker()
100 XMLRPC_SetValueDateTime_ISO8601(xCurrent, el->text.str); in xml_element_to_DANDARPC_REQUEST_worker()
104 base64_decode_xmlrpc(&buf, el->text.str, el->text.len); in xml_element_to_DANDARPC_REQUEST_worker()
147 XMLRPC_RequestSetMethodName(request, el->text.str); in xml_element_to_DANDARPC_REQUEST_worker()
207 simplestring_add(&elem_val->text, buf); in DANDARPC_to_xml_element_worker()
212 simplestring_add(&elem_val->text, buf); in DANDARPC_to_xml_element_worker()
217 simplestring_add(&elem_val->text, buf); in DANDARPC_to_xml_element_worker()
[all …]
H A Dxml_to_xmlrpc.c120 XMLRPC_SetValueString(current_val, el->text.str, el->text.len); in xml_element_to_XMLRPC_REQUEST_worker()
126 XMLRPC_SetValueInt(current_val, atoi(el->text.str)); in xml_element_to_XMLRPC_REQUEST_worker()
129 XMLRPC_SetValueBoolean(current_val, atoi(el->text.str)); in xml_element_to_XMLRPC_REQUEST_worker()
132 XMLRPC_SetValueDouble(current_val, atof(el->text.str)); in xml_element_to_XMLRPC_REQUEST_worker()
135 XMLRPC_SetValueDateTime_ISO8601(current_val, el->text.str); in xml_element_to_XMLRPC_REQUEST_worker()
139 base64_decode_xmlrpc(&buf, el->text.str, el->text.len); in xml_element_to_XMLRPC_REQUEST_worker()
158 XMLRPC_RequestSetMethodName(request, el->text.str); in xml_element_to_XMLRPC_REQUEST_worker()
219 simplestring_add(&elem_val->text, buf); in XMLRPC_to_xml_element_worker()
224 simplestring_add(&elem_val->text, buf); in XMLRPC_to_xml_element_worker()
230 simplestring_add(&elem_val->text, buf); in XMLRPC_to_xml_element_worker()
[all …]
/PHP-7.2/Zend/tests/
H A Dhalt_compiler2.phpt5 $text = "<?php echo 'test'; var_dump(__COMPILER_HALT_OFFSET__); __HALT_COMPILER(); ?>
7 file_put_contents(dirname(__FILE__) . '/test1.php', $text);
8 $text = "<?php echo 'test2'; var_dump(__COMPILER_HALT_OFFSET__); __HALT_COMPILER(); ?>
10 file_put_contents(dirname(__FILE__) . '/test2.php', $text);
/PHP-7.2/sapi/cgi/tests/
H A D011.phpt68 Content-type: text/html; charset=UTF-8
73 Content-type: text/html; charset=UTF-8
79 Content-type: text/html; charset=UTF-8
88 Content-type: text/html; charset=UTF-8
99 Content-type: text/html; charset=UTF-8
109 Content-type: text/html; charset=UTF-8
121 Content-type: text/html; charset=UTF-8
131 Content-type: text/html; charset=UTF-8
139 Content-type: text/html; charset=UTF-8
147 Content-type: text/html; charset=UTF-8
[all …]
/PHP-7.2/ext/oci8/tests/
H A Dfetch_object.phpt18 "insert into fetch_object_tab values (123, '1st row col2 string', '1 more text')",
19 "insert into fetch_object_tab values (456, '2nd row col2 string', '2 more text')",
20 "insert into fetch_object_tab values (789, '3rd row col2 string', '3 more text')",
90 string(15) "1 more text "
98 string(15) "2 more text "
106 string(15) "3 more text "
111 1 more text
114 2 more text
117 3 more text
H A Dfetch_object_1.phpt18 "insert into fetch_object_tab values (123, '1st row col2 string', '1 more text')",
19 "insert into fetch_object_tab values (456, '2nd row col2 string', '2 more text')",
20 "insert into fetch_object_tab values (789, '3rd row col2 string', '3 more text')",
90 string(15) "1 more text "
98 string(15) "2 more text "
106 string(15) "3 more text "
111 1 more text
114 2 more text
117 3 more text
H A Dbind_rowid.phpt23 "insert into rid_tab (id, address) values (1, 'original text #1')",
24 "insert into rid_tab (id, address) values (2, 'original text #2')"
41 $addr = 'Some new text';
67 string(16) "original text #1"
71 string(16) "original text #2"
76 string(13) "Some new text"
80 string(16) "original text #2"
/PHP-7.2/ext/readline/
H A Dreadline_cli.c417 if (!textlen || !strncmp(ZSTR_VAL(name), text, textlen)) { in cli_completion_generator_ht()
499 static char *cli_completion_generator(const char *text, int index) /* {{{ */ in cli_completion_generator() argument
511 int textlen = strlen(text); in cli_completion_generator()
516 if (text[0] == '$') { in cli_completion_generator()
517 retval = cli_completion_generator_var(text, textlen, &cli_completion_state); in cli_completion_generator()
518 } else if (text[0] == '#') { in cli_completion_generator()
526 class_name_end = strstr(text, "::"); in cli_completion_generator()
528 class_name_len = class_name_end - text; in cli_completion_generator()
530 zend_str_tolower_copy(ZSTR_VAL(class_name), text, class_name_len); in cli_completion_generator()
538 lc_text = zend_str_tolower_dup(text, textlen); in cli_completion_generator()
[all …]
/PHP-7.2/Zend/tests/traits/
H A Dflattening001.phpt9 return $this->text;
15 $this->text = $val;
22 private $text = 'test';
24 $this->text = $val;
/PHP-7.2/ext/standard/tests/file/
H A Dfgetcsv_variation13.phpt35 // write line of text
72 string(39) "This is line of text without csv fields"
80 string(39) "This is line of text without csv fields"
88 string(39) "This is line of text without csv fields"
96 string(39) "This is line of text without csv fields"
104 string(39) "This is line of text without csv fields"
112 string(39) "This is line of text without csv fields"
120 string(39) "This is line of text without csv fields"
128 string(39) "This is line of text without csv fields"
136 string(39) "This is line of text without csv fields"
[all …]
H A Dfgetcsv_variation20.phpt37 // write line of text
75 string(39) "This is line of text without csv fields"
83 string(39) "This is line of text without csv fields"
91 string(39) "This is line of text without csv fields"
99 string(39) "This is line of text without csv fields"
107 string(39) "This is line of text without csv fields"
115 string(39) "This is line of text without csv fields"
123 string(39) "This is line of text without csv fields"
131 string(39) "This is line of text without csv fields"
139 string(39) "This is line of text without csv fields"
[all …]
H A Dfgetss1.phpt14 "some text \n<b>blah</i>",
15 "some another text <> hoho </>"
52 string(11) "some text
55 string(24) "some another text hoho "
67 string(9) "some text"
71 string(9) "her text "
H A Dglob_variation2.phpt18 $fp = fopen("$file_path/$dir_name/file.text", "w");
36 unlink("$file_path/glob_test/file.text");
43 string(11) "./file.text"
47 string(22) "../glob_test/file.text"
51 string(19) "glob_test/file.text"
/PHP-7.2/ext/fileinfo/tests/
H A Dbug69107.phpt18 string(10) "text/x-php"
19 string(10) "text/x-php"
20 string(10) "text/x-php"
21 string(10) "text/x-php"
H A Dfinfo_buffer_basic-mb.phpt43 string(36) "ASCII text, with no line terminators"
49 string(28) "text/plain; charset=us-ascii"
50 string(26) "text/plain; charset=ebcdic"
52 string(28) "text/plain; charset=us-ascii"
53 string(28) "text/plain; charset=us-ascii"
54 string(25) "text/plain; charset=utf-8"
H A Dfinfo_buffer_basic.phpt43 string(36) "ASCII text, with no line terminators"
49 string(28) "text/plain; charset=us-ascii"
50 string(26) "text/plain; charset=ebcdic"
52 string(28) "text/plain; charset=us-ascii"
53 string(28) "text/plain; charset=us-ascii"
54 string(25) "text/plain; charset=utf-8"
H A Dfinfo_buffer_variation1-mb.phpt42 string(36) "ASCII text, with no line terminators"
48 string(28) "text/plain; charset=us-ascii"
49 string(26) "text/plain; charset=ebcdic"
51 string(28) "text/plain; charset=us-ascii"
52 string(28) "text/plain; charset=us-ascii"
53 string(25) "text/plain; charset=utf-8"
H A Dfinfo_buffer_variation1.phpt42 string(36) "ASCII text, with no line terminators"
48 string(28) "text/plain; charset=us-ascii"
49 string(26) "text/plain; charset=ebcdic"
51 string(28) "text/plain; charset=us-ascii"
52 string(28) "text/plain; charset=us-ascii"
53 string(25) "text/plain; charset=utf-8"
/PHP-7.2/tests/basic/
H A Drfc1867_max_file_uploads_empty_files.phpt10 Content-Type: text/plain-file
15 Content-Type: text/plain-file
20 Content-Type: text/plain-file
25 Content-Type: text/plain-file
73 string(15) "text/plain-file"
86 string(15) "text/plain-file"
H A Dbug55500.phpt12 Content-Type: text/plain-file1
17 Content-Type: text/plain-file2
22 Content-Type: text/plain-file3
27 Content-Type: text/plain-file3
48 string(16) "text/plain-file1"
/PHP-7.2/ext/intl/tests/
H A Ddateformat_parse_timestamp_parsepos.phpt46 $res_str .= "\nInput text is : $text_entry";
80 Input text is : Sunday, September 18, 3039 4:06:40 PM PT
85 Parsed text is : 33756908800; Position = 40
96 Input text is : Thursday, December 18, 1969 8:49:59 AM PST
101 Parsed text is : -1149001; Position = 42
112 Input text is : 12/18/69 8:49 AM
123 Parsed text is : -1149060; Position = 16
128 Input text is : 20111218 08:49 AM
141 Parsed text is : 1324226940; Position = 17
144 Input text is : 19691218 08:49 AM
[all …]

Completed in 51 milliseconds

12345678910>>...26