Home
last modified time | relevance | path

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

12345678910>>...21

/PHP-5.3/ext/standard/tests/file/
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 </>"
49 string(11) "some text
52 string(24) "some another text hoho "
64 string(9) "some text"
68 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"
H A Dfgetcsv_variation6.phpt600 string(4) "text"
630 string(4) "text"
660 string(4) "text"
690 string(4) "text"
720 string(4) "text"
750 string(4) "text"
780 string(4) "text"
810 string(4) "text"
840 string(4) "text"
870 string(4) "text"
[all …]
H A Dfgetss.phpt14 "some text \n<b>blah</i>",
15 "some another text <> hoho </>"
54 string(11) "some text
57 string(24) "some another text hoho "
69 string(9) "some text"
73 string(9) "her text "
H A Dfgetcsv_variation17.phpt595 string(4) "text"
625 string(4) "text"
655 string(4) "text"
685 string(4) "text"
715 string(4) "text"
745 string(4) "text"
775 string(4) "text"
805 string(4) "text"
835 string(4) "text"
865 string(4) "text"
[all …]
/PHP-5.3/ext/fileinfo/tests/
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.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-5.3/ext/sybase_ct/tests/
H A Dtest.inc13 // {{{ bool sybase_msg_handler(int msgnumber, int severity, int state, int line, string text)
15 function sybase_msg_handler($msgnumber, $severity, $state, $line, $text) {
22 chop($text)
30 …{{ public static bool static_handler(int msgnumber, int severity, int state, int line, string text)
32 static function static_handler($msgnumber, $severity, $state, $line, $text) {
33 return sybase_msg_handler($msgnumber, $severity, $state, $line, $text);
37 // {{{ public bool static_handler(int msgnumber, int severity, int state, int line, string text)
39 function handler($msgnumber, $severity, $state, $line, $text) {
40 return sybase_msg_handler($msgnumber, $severity, $state, $line, $text);
/PHP-5.3/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 %unicode|string%(15) "1 more text "
98 %unicode|string%(15) "2 more text "
106 %unicode|string%(15) "3 more text "
111 1 more text
114 2 more text
117 3 more text
/PHP-5.3/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 …]
/PHP-5.3/ext/xmlrpc/libxmlrpc/
H A Dxml_to_xmlrpc.c123 XMLRPC_SetValueString(current_val, el->text.str, el->text.len); in xml_element_to_XMLRPC_REQUEST_worker()
129 XMLRPC_SetValueInt(current_val, atoi(el->text.str)); in xml_element_to_XMLRPC_REQUEST_worker()
132 XMLRPC_SetValueBoolean(current_val, atoi(el->text.str)); in xml_element_to_XMLRPC_REQUEST_worker()
135 XMLRPC_SetValueDouble(current_val, atof(el->text.str)); in xml_element_to_XMLRPC_REQUEST_worker()
138 XMLRPC_SetValueDateTime_ISO8601(current_val, el->text.str); in xml_element_to_XMLRPC_REQUEST_worker()
142 base64_decode_xmlrpc(&buf, el->text.str, el->text.len); in xml_element_to_XMLRPC_REQUEST_worker()
161 XMLRPC_RequestSetMethodName(request, el->text.str); in xml_element_to_XMLRPC_REQUEST_worker()
222 simplestring_add(&elem_val->text, buf); in XMLRPC_to_xml_element_worker()
227 simplestring_add(&elem_val->text, buf); in XMLRPC_to_xml_element_worker()
234 simplestring_add(&elem_val->text, buf); in XMLRPC_to_xml_element_worker()
[all …]
H A Dxml_element.c213 simplestring_free(&root->text); in xml_elem_free_non_recurse()
270 simplestring_init(&elem->text); in xml_elem_new()
273 simplestring_addn(&elem->text, "", 0); in xml_elem_new()
281 return fptr && text ? fptr(data, text, len ? len : strlen(text)) : 0; in xml_elem_writefunc()
447 if(el->text.len) { in xml_element_serialize()
448 char* escaped_str = el->text.str; in xml_element_serialize()
449 int buflen = el->text.len; in xml_element_serialize()
454 escaped_str = el->text.str; in xml_element_serialize()
464 if(escaped_str != el->text.str) { in xml_element_serialize()
504 fputs(text, (FILE *)f); in file_out_fptr()
[all …]
/PHP-5.3/ext/standard/tests/strings/
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"
H A Dstrip_tags_variation7.phpt25 "<a.>HtMl text</.a>",
26 '<a.>HtMl text</.a>',
27 "<nnn>I am not a valid html text</nnn>",
28 '<nnn>I am not a valid html text</nnn>',
61 string(9) "HtMl text"
63 string(9) "HtMl text"
65 string(37) "<nnn>I am not a valid html text</nnn>"
67 string(37) "<nnn>I am not a valid html text</nnn>"
/PHP-5.3/tests/basic/
H A Drfc1867_max_file_uploads_empty_files.phpt13 Content-Type: text/plain-file
18 Content-Type: text/plain-file
23 Content-Type: text/plain-file
28 Content-Type: text/plain-file
76 string(15) "text/plain-file"
89 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 %unicode|string%(16) "text/plain-file1"
/PHP-5.3/ext/curl/tests/
H A Dbug27023.phpt24 $params = array('file' => '@' . __DIR__ . '/curl_testdata1.txt;type=text/plain');
32 $params = array('file' => '@' . __DIR__ . '/curl_testdata1.txt;type=text/plain;filename=foo.txt');
36 $params = array('file' => '@' . __DIR__ . '/curl_testdata1.txt;filename=foo.txt;type=text/plain');
45 string(%d) "curl_testdata1.txt|text/plain"
47 string(%d) "foo.txt|text/plain"
48 string(%d) "foo.txt|text/plain"
/PHP-5.3/ext/dom/tests/
H A Ddomchardata.phpt54 $text = new DOMText('some text characters');
56 echo "Whole Text: ".$text->wholeText."\n";
57 $text2 = $text->splitText(9);
59 echo "Split text: ".$text2->wholeText."\n";
74 Whole Text: some text characters
75 Split text: characters
H A DDOMDocument_saveHTMLFile_basic.phpt20 $text = $doc->createTextNode('This is the title');
21 $text = $title->appendChild($text);
29 <html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>This is the t…
/PHP-5.3/ext/phar/tests/
H A Dphar_setdefaultstub.phpt73 'c' => 'text/plain',
74 'cc' => 'text/plain',
75 'cpp' => 'text/plain',
76 'c++' => 'text/plain',
77 'dtd' => 'text/plain',
78 'h' => 'text/plain',
79 'log' => 'text/plain',
80 'rng' => 'text/plain',
87 'css' => 'text/css',
89 'htm' => 'text/html',
[all …]
H A Dphar_createdefaultstub.phpt53 'c' => 'text/plain',
54 'cc' => 'text/plain',
55 'cpp' => 'text/plain',
56 'c++' => 'text/plain',
57 'dtd' => 'text/plain',
58 'h' => 'text/plain',
59 'log' => 'text/plain',
60 'rng' => 'text/plain',
67 'css' => 'text/css',
69 'htm' => 'text/html',
[all …]
/PHP-5.3/ext/standard/tests/http/
H A Dbug48929.phpt16 "data://text/plain,HTTP/1.0 200 OK\r\n\r\n",
35 do_test(array('header' => array('X-Foo: bar', 'Content-Type: text/plain'), 'method' => 'POST', 'con…
39 do_test(array('header' => "X-Foo: bar\r\nContent-Type: text/plain", 'method' => 'POST', 'content' =…
48 Content-Type: text/plain
56 Content-Type: text/plain

Completed in 51 milliseconds

12345678910>>...21