Home
last modified time | relevance | path

Searched refs:text (Results 26 – 50 of 507) sorted by relevance

12345678910>>...21

/PHP-5.3/ext/spl/tests/
H A Dbug45216.phpt9 file_put_contents($file, 'text 0<div class="tested">text 1</div>');
21 string(12) "text 0text 1"
22 string(12) "text 0text 1"
/PHP-5.3/ext/standard/tests/strings/
H A Dstrip_tags_basic2.phpt15 $string = "<html><p>hello</p><b>world</b><a href=\"#fragment\">Other text</a></html><?php echo hell…
44 string(33) "<html>helloworldOther text</html>"
46 string(33) "<html>helloworldOther text</html>"
48 string(27) "<p>hello</p>worldOther text"
50 string(27) "<p>hello</p>worldOther text"
52 string(44) "helloworld<a href="#fragment">Other text</a>"
54 string(44) "helloworld<a href="#fragment">Other text</a>"
56 string(20) "helloworldOther text"
58 string(20) "helloworldOther text"
60 string(64) "<html><p>hello</p>world<a href="#fragment">Other text</a></html>"
H A Dbug39621.phpt8 $replace = "any text";
16 $replace = "any text";
24 $replace = "any text";
32 $replace = "any text";
43 string(8) "any text"
44 string(8) "any text"
H A Dhebrevc_basic.phpt7 * Description: Convert logical Hebrew text to visual text
13 $hebrew_text = "The hebrevc function converts logical Hebrew text to visual text.\nThis function is…
22 string(239) ".The hebrevc function converts logical Hebrew text to visual text<br />
28 string(317) "to visual text<br />
29 Hebrew text<br />
H A Dstrtr_variation2.phpt24 text & @()
32 "text & @()",
37 'text & @()',
72 string(10) "text i als"
73 string(10) "text & @()"
81 string(10) "text i als"
82 string(10) "text & @()"
86 text i als"
89 text & @()"
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" />"
/PHP-5.3/sapi/cli/
H A Dphp_cli_readline.c289 if (!textlen || !strncmp(name, text, textlen)) { in cli_completion_generator_ht()
356 static char *cli_completion_generator(const char *text, int index) /* {{{ */ in cli_completion_generator() argument
368 int textlen = strlen(text); in cli_completion_generator()
374 if (text[0] == '$') { in cli_completion_generator()
375 retval = cli_completion_generator_var(text, textlen, &cli_completion_state TSRMLS_CC); in cli_completion_generator()
381 class_name_end = strstr(text, "::"); in cli_completion_generator()
383 class_name_len = class_name_end - text; in cli_completion_generator()
384 class_name = zend_str_tolower_dup(text, class_name_len); in cli_completion_generator()
393 lc_text = zend_str_tolower_dup(text, textlen); in cli_completion_generator()
433 char **cli_code_completion(const char *text, int start, int end) /* {{{ */ in cli_code_completion() argument
[all …]
/PHP-5.3/ext/standard/tests/file/
H A Dstream_rfc2397_002.phpt15 'data://text/plain,',
16 'data://text/plain;foo,',
17 'data://text/plain;foo=bar,',
18 'data://text/plain;foo=bar;bla,',
19 'data://text/plain;foo=bar;base64,',
20 'data://text/plain;foo=bar;bar=baz',
98 string(18) "data://text/plain,"
100 string(10) "text/plain"
123 string(10) "text/plain"
148 string(10) "text/plain"
[all …]
H A Dbug44034.phpt9 $urls[] = "data://text/plain,foo\r\nbar\r\n";
10 $urls[] = "data://text/plain,\r\nfoo\r\nbar\r\n";
11 $urls[] = "data://text/plain,foo\r\nbar";
19 data://text/plain,foo\r\nbar\r\n
26 data://text/plain,\r\nfoo\r\nbar\r\n
35 data://text/plain,foo\r\nbar
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 …]
/PHP-5.3/ext/dom/tests/
H A DDOMNode_normalize_basic.phpt16 * Calculate the number of title text nodes (1).
17 * Add another text node to title. Calculate the number of title text nodes (2).
18 * Normalize author. Calculate the number of title text nodes (2).
19 * Normalize title. Calculate the number of title text nodes (1).
33 $text = $doc->createTextNode('This is the first title');
34 $title->appendChild($text);
39 // add a second text node to title
40 $text = $doc->createTextNode('This is the second title');
41 $title->appendChild($text);
53 // should concatenate first and second title text nodes
H A DDOMText_appendData_basic.phpt15 $text = $document->createElement('text');
16 $root->appendChild($text);
19 $text->appendChild($textnode);
38 <root><text>data&gt;&lt;&amp;"</text></root>
/PHP-5.3/ext/pdo_sqlite/tests/
H A Dbug33841.phpt12 $db->exec('CREATE TABLE test (text)');
14 $stmt = $db->prepare("INSERT INTO test VALUES ( :text )");
15 $stmt->bindParam(':text', $name);
19 $stmt = $db->prepare("UPDATE test SET text = :text ");
20 $stmt->bindParam(':text', $name);
/PHP-5.3/tests/lang/
H A Dbug21600.phpt19 function bar($text){
20 return $text;
23 function fubar($text){
24 $text = &$text;
25 return $text;
/PHP-5.3/ext/standard/tests/filters/
H A Dchunked_001.phpt13 "data://text/plain,0\r\n",
14 "data://text/plain,2\r\nte\r\n2\r\nst\r\n0\r\n",
15 "data://text/plain,2\nte\n2\nst\n0\n",
16 "data://text/plain,2;a=1\nte\n2;a=2;b=3\r\nst\n0\n",
17 "data://text/plain,2\nte\n2\nst\n0\na=b\r\nc=d\n\r\n",
18 "data://text/plain,1f\n0123456789abcdef0123456789abcde\n1\nf\n0\n",
19 "data://text/plain,1E\n0123456789abcdef0123456789abcd\n2\nef\n0\n",
/PHP-5.3/ext/ctype/
H A Dctype.c49 ZEND_ARG_INFO(0, text)
53 ZEND_ARG_INFO(0, text)
57 ZEND_ARG_INFO(0, text)
61 ZEND_ARG_INFO(0, text)
65 ZEND_ARG_INFO(0, text)
69 ZEND_ARG_INFO(0, text)
73 ZEND_ARG_INFO(0, text)
77 ZEND_ARG_INFO(0, text)
81 ZEND_ARG_INFO(0, text)
85 ZEND_ARG_INFO(0, text)
[all …]
/PHP-5.3/ext/intl/tests/
H A Ddateformat_parse.phpt74 Input text : Sunday, September 18, 2039 4:06:40 PM PT ; DF = 0; TF = 0
77 Input text : Wednesday, December 17, 1969 6:40:00 PM PT ; DF = 0; TF = 0
83 Input text : December 18, 1969 8:49:59 AM PST ; DF = 1; TF = 0
86 Input text : 12/18/69 8:49 AM ; DF = 3; TF = 3
89 Input text : 19691218 08:49 AM ; DF = 3; TF = 3
93 Input text : Sunday, September 18, 2039 4:06:40 PM PT ; DF = 0; TF = -1
96 Input text : Sunday, September 18, 2039 4:06:40 PM PT ; DF = 0; TF = 3
100 Input text : December 18, 1969 8:49:59 AM PST ; DF = 1; TF = -1
103 Input text : December 18, 1969 8:49:59 AM PST ; DF = 1; TF = 3
107 Input text : 12/18/69 8:49 AM ; DF = 3; TF = 1
[all …]
/PHP-5.3/ext/xmlwriter/tests/
H A DOO_003.phpt2 XMLWriter: libxml2 XML Writer, membuffer, flush, text, attribute
15 $xw->text("attr1_value");
19 $xw->text("attr2_value");
22 $xw->text("Test text for tag1");
36 <tag1 attr1="attr1_value" attr2="attr2_value">Test text for tag1<tag2/></tag1>
/PHP-5.3/ext/pcre/tests/
H A D006.phpt8 $text = '[CODE]&lt;td align=&quot;$stylevar[right]&quot;&gt;[/CODE]';
9 …ght)\](((?R)|[^[]+?|\[)*)\[/\\1\]#siU', '#\[(right)\](((?R)|[^[]+?|\[)*)\[/\\1\]#siU'), '', $text);
10 var_dump($text);
13 $result = preg_replace('#\[(right)\](((?R)|[^[]+?|\[)*)\[/\\1\]#siU', '', $text);
14 var_dump($text);
/PHP-5.3/ext/xmlrpc/libxmlrpc/
H A Dxml_to_dandarpc.c91 XMLRPC_SetValueString(xCurrent, el->text.str, el->text.len); in xml_element_to_DANDARPC_REQUEST_worker()
94 XMLRPC_SetValueInt(xCurrent, atoi(el->text.str)); in xml_element_to_DANDARPC_REQUEST_worker()
97 XMLRPC_SetValueBoolean(xCurrent, atoi(el->text.str)); in xml_element_to_DANDARPC_REQUEST_worker()
100 XMLRPC_SetValueDouble(xCurrent, atof(el->text.str)); in xml_element_to_DANDARPC_REQUEST_worker()
103 XMLRPC_SetValueDateTime_ISO8601(xCurrent, el->text.str); in xml_element_to_DANDARPC_REQUEST_worker()
107 base64_decode_xmlrpc(&buf, el->text.str, el->text.len); in xml_element_to_DANDARPC_REQUEST_worker()
150 XMLRPC_RequestSetMethodName(request, el->text.str); in xml_element_to_DANDARPC_REQUEST_worker()
210 simplestring_add(&elem_val->text, buf); in DANDARPC_to_xml_element_worker()
215 simplestring_add(&elem_val->text, buf); in DANDARPC_to_xml_element_worker()
220 simplestring_add(&elem_val->text, buf); in DANDARPC_to_xml_element_worker()
[all …]
/PHP-5.3/sapi/cgi/tests/
H A D011.phpt68 Content-type: text/html
73 Content-type: text/html
79 Content-type: text/html
88 Content-type: text/html
99 Content-type: text/html
109 Content-type: text/html
121 Content-type: text/html
131 Content-type: text/html
139 Content-type: text/html
147 Content-type: text/html
[all …]
/PHP-5.3/ext/oci8/tests/
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-5.3/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.3/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"

Completed in 54 milliseconds

12345678910>>...21