Home
last modified time | relevance | path

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

12345678910>>...26

/PHP-7.4/Zend/tests/
H A Dhalt_compiler2.phpt5 $text = "<?php echo 'test'; var_dump(__COMPILER_HALT_OFFSET__); __HALT_COMPILER(); ?>
7 file_put_contents(__DIR__ . '/test1.php', $text);
8 $text = "<?php echo 'test2'; var_dump(__COMPILER_HALT_OFFSET__); __HALT_COMPILER(); ?>
10 file_put_contents(__DIR__ . '/test2.php', $text);
/PHP-7.4/Zend/tests/traits/
H A Dflattening001.phpt9 return $this->text;
15 $this->text = $val;
22 private $text = 'test';
24 $this->text = $val;
/PHP-7.4/ext/standard/tests/file/
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"
H A Dfgetss1.phpt15 "some text \n<b>blah</i>",
16 "some another text <> hoho </>"
53 string(11) "some text
56 string(24) "some another text hoho "
68 string(9) "some text"
72 string(9) "her text "
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 …]
/PHP-7.4/ext/libxml/tests/
H A Dbug51903.phpt13 "data://text/plain,HTTP/1.1 200 OK\r\n"
14 . "Content-Type: text/xml; charset=ISO-8859-1\r\n\r\n"
17 "data://text/plain,HTTP/1.1 200 OK\r\n"
18 . "Content-Type: text/xml; charset=ISO-8859-1; foo=bar\r\n\r\n"
21 "data://text/plain,HTTP/1.1 200 OK\r\n"
22 . "Content-Type: text/xml; charset=\"ISO-8859-1\" ; foo=bar\r\n\r\n"
/PHP-7.4/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.4/ext/standard/tests/strings/
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
/PHP-7.4/ext/oci8/tests/
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"
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 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
/PHP-7.4/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.c118 XMLRPC_SetValueString(current_val, el->text.str, el->text.len); in xml_element_to_XMLRPC_REQUEST_worker()
124 XMLRPC_SetValueInt(current_val, atoi(el->text.str)); in xml_element_to_XMLRPC_REQUEST_worker()
127 XMLRPC_SetValueBoolean(current_val, atoi(el->text.str)); in xml_element_to_XMLRPC_REQUEST_worker()
130 XMLRPC_SetValueDouble(current_val, atof(el->text.str)); in xml_element_to_XMLRPC_REQUEST_worker()
133 XMLRPC_SetValueDateTime_ISO8601(current_val, el->text.str); in xml_element_to_XMLRPC_REQUEST_worker()
137 base64_decode_xmlrpc(&buf, el->text.str, el->text.len); in xml_element_to_XMLRPC_REQUEST_worker()
156 XMLRPC_RequestSetMethodName(request, el->text.str); in xml_element_to_XMLRPC_REQUEST_worker()
217 simplestring_add(&elem_val->text, buf); in XMLRPC_to_xml_element_worker()
222 simplestring_add(&elem_val->text, buf); in XMLRPC_to_xml_element_worker()
228 simplestring_add(&elem_val->text, buf); in XMLRPC_to_xml_element_worker()
[all …]
/PHP-7.4/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.4/tests/basic/
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"
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"
/PHP-7.4/ext/readline/
H A Dreadline_cli.c422 if (!textlen || !strncmp(ZSTR_VAL(name), text, textlen)) { in cli_completion_generator_ht()
504 static char *cli_completion_generator(const char *text, int index) /* {{{ */ in cli_completion_generator() argument
516 size_t textlen = strlen(text); in cli_completion_generator()
521 if (text[0] == '$') { in cli_completion_generator()
522 retval = cli_completion_generator_var(text, textlen, &cli_completion_state); in cli_completion_generator()
523 } else if (text[0] == '#') { in cli_completion_generator()
530 class_name_end = strstr(text, "::"); in cli_completion_generator()
532 size_t class_name_len = class_name_end - text; in cli_completion_generator()
534 zend_str_tolower_copy(ZSTR_VAL(class_name), text, class_name_len); in cli_completion_generator()
542 lc_text = zend_str_tolower_dup(text, textlen); in cli_completion_generator()
[all …]
/PHP-7.4/ext/tidy/tests/
H A Dbug77040.phpt10 $tidy->parseString("<p>text</p><p><![CDATA[cdata]]></p>");
14 $text = $p->child[0];
15 var_dump($text->type === TIDY_NODETYPE_TEXT);
16 var_dump($text->isHtml());
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_lexer.l19 #define yytext ((char*) LEX(text))
36 LEX(text) = YYCURSOR = (unsigned char *) input; in ZEND_EXTERN_MODULE_GLOBALS()
62 LEX(text) = YYCURSOR; in phpdbg_lex()
202 YYCURSOR = LEX(text);
209 YYCURSOR = LEX(text);
/PHP-7.4/ext/zip/examples/
H A Dencryption.php36 $text = $zip->getFromName($file); variable
37 printf("Size = %d\n", strlen($text));
47 $text = file_get_contents("zip://$name#$file", false, $ctx); variable
48 printf("Size = %d\n", strlen($text));

Completed in 58 milliseconds

12345678910>>...26