Home
last modified time | relevance | path

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

12345678910>>...23

/PHP-5.5/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-5.5/ext/readline/
H A Dreadline_cli.c420 if (!textlen || !strncmp(name, text, textlen)) { in cli_completion_generator_ht()
501 static char *cli_completion_generator(const char *text, int index) /* {{{ */ in cli_completion_generator() argument
513 int textlen = strlen(text); in cli_completion_generator()
519 if (text[0] == '$') { in cli_completion_generator()
521 } else if (text[0] == '#') { in cli_completion_generator()
528 class_name_end = strstr(text, "::"); in cli_completion_generator()
530 class_name_len = class_name_end - text; in cli_completion_generator()
531 class_name = zend_str_tolower_dup(text, class_name_len); in cli_completion_generator()
540 lc_text = zend_str_tolower_dup(text, textlen); in cli_completion_generator()
580 static char **cli_code_completion(const char *text, int start, int end) /* {{{ */ in cli_code_completion() argument
[all …]
/PHP-5.5/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.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.5/sapi/cli/tests/
H A Dbug61977.phpt33 $text = fgets($fp);
34 if (strncasecmp("Content-type:", $text, 13) == 0) {
35 echo "foo.{$mimetype} => ", $text;
47 foo.html => Content-Type: text/html; charset=UTF-8
48 foo.htm => Content-Type: text/html; charset=UTF-8
50 foo.css => Content-Type: text/css; charset=UTF-8
51 foo.js => Content-Type: text/javascript; charset=UTF-8
/PHP-5.5/tests/basic/
H A Drfc1867_array_upload.phpt13 Content-Type: text/plain-file1
18 Content-Type: text/plain-file2
23 Content-Type: text/plain-file3
48 %unicode|string%(16) "text/plain-file1"
50 %unicode|string%(16) "text/plain-file2"
52 %unicode|string%(16) "text/plain-file3"
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.5/ext/standard/tests/file/
H A Dfgetcsv_variation13.phpt36 // write line of text
73 string(39) "This is line of text without csv fields"
81 string(39) "This is line of text without csv fields"
89 string(39) "This is line of text without csv fields"
97 string(39) "This is line of text without csv fields"
105 string(39) "This is line of text without csv fields"
113 string(39) "This is line of text without csv fields"
121 string(39) "This is line of text without csv fields"
129 string(39) "This is line of text without csv fields"
137 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 </>"
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"
/PHP-5.5/Zend/tests/traits/
H A Dflattening001.phpt9 return $this->text;
15 $this->text = $val;
22 private $text = 'test';
24 $this->text = $val;
/PHP-5.5/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.5/ext/curl/tests/
H A Dbug27023.phpt23 $params = array('file' => '@' . __DIR__ . '/curl_testdata1.txt;type=text/plain');
31 $params = array('file' => '@' . __DIR__ . '/curl_testdata1.txt;type=text/plain;filename=foo.txt');
35 $params = array('file' => '@' . __DIR__ . '/curl_testdata1.txt;filename=foo.txt;type=text/plain');
44 string(%d) "curl_testdata1.txt|text/plain"
46 string(%d) "foo.txt|text/plain"
47 string(%d) "foo.txt|text/plain"
/PHP-5.5/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.5/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.5/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.5/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_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>"
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-5.5/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

Completed in 65 milliseconds

12345678910>>...23