Home
last modified time | relevance | path

Searched refs:text (Results 101 – 125 of 572) sorted by relevance

12345678910>>...23

/PHP-5.5/tests/basic/
H A Drfc1867_post_max_filesize.phpt13 Content-Type: text/plain-file1
18 Content-Type: text/plain-file2
23 Content-Type: text/plain-file3
45 %string|unicode%(16) "text/plain-file1"
71 %string|unicode%(16) "text/plain-file3"
H A Drfc1867_empty_upload.phpt17 Content-Type: text/plain-file1
22 Content-Type: text/plain-file2
27 Content-Type: text/plain-file3
49 %string|unicode%(16) "text/plain-file1"
75 %string|unicode%(16) "text/plain-file3"
H A Drfc1867_max_file_size.phpt17 Content-Type: text/plain-file1
22 Content-Type: text/plain-file2
27 Content-Type: text/plain-file3;
49 %string|unicode%(16) "text/plain-file1"
75 %string|unicode%(16) "text/plain-file3"
/PHP-5.5/ext/dom/tests/
H A DDOMDocument_save_basic.phpt19 $text = $doc->createTextNode('This is the title');
20 $text = $title->appendChild($text);
H A DDOMDocument_saveHTMLFile_error1.phpt19 $text = $doc->createTextNode('This is the title');
20 $text = $title->appendChild($text);
H A DDOMDocument_saveHTML_variant1.phpt16 $text = $doc->createTextNode('This is the title');
17 $text = $title->appendChild($text);
H A DDOMDocument_saveHTMLFile_invalid_filename.phpt20 $text = $doc->createTextNode('This is the title');
21 $text = $title->appendChild($text);
H A DDOMDocument_saveHTML_basic.phpt19 $text = $doc->createTextNode('This is the title');
20 $text = $title->appendChild($text);
H A DDOMNode_hasChildNodes_basic.phpt27 $text = $doc->createTextNode('This is the title');
28 $title->appendChild($text);
37 var_dump($text->hasChildNodes());
/PHP-5.5/ext/standard/tests/streams/
H A Dbug71323.phpt5 $file = 'data:text/plain;z=y;uri=eviluri;mediatype=wut?;mediatype2=hello,somedata';
12 string(10) "text/plain"
16 string(72) "data:text/plain;z=y;uri=eviluri;mediatype=wut?;mediatype2=hello,somedata"
/PHP-5.5/ext/curl/tests/
H A Dbug27023_2.phpt22 $file = curl_file_create(__DIR__ . '/curl_testdata1.txt', "text/plain");
32 $file = curl_file_create(__DIR__ . '/curl_testdata1.txt', "text/plain", "foo.txt");
42 string(%d) "curl_testdata1.txt|text/plain"
44 string(%d) "foo.txt|text/plain"
/PHP-5.5/sapi/cgi/tests/
H A D002.phpt32 Content-type: text/html%r; charset=.*|%r
37 Content-type: text/html%r; charset=.*|%r
42 Content-type: text/html%r; charset=.*|%r
47 Content-type: text/html%r; charset=.*|%r
/PHP-5.5/ext/standard/tests/file/
H A Dstream_rfc2397_005.phpt13 'data:text/plain,test',
14 'data:text/plain;charset=US-ASCII,test',
16 'data:text/plain;charset=UTF-8,Hello',
/PHP-5.5/ext/fileinfo/tests/
H A Dfinfo_file_regex.phpt11 * resources/test.awk: awk script, ASCII text
27 string(28) "text/plain; charset=us-ascii"
28 string(22) "awk script, ASCII text"
/PHP-5.5/ext/simplexml/tests/
H A D005.phpt12 Plain text.
16 Here we have some text data.
37 string(28) "Here we have some text data."
H A D003.phpt11 <!ENTITY included-entity "This is text included from an entity">
14 Plain text.
57 string(36) "This is text included from an entity"
/PHP-5.5/ext/intl/breakiterator/
H A Dbreakiterator_methods.cpp142 if (bio->text == NULL) { in PHP_FUNCTION()
145 RETURN_ZVAL(bio->text, 1, 0); in PHP_FUNCTION()
151 char *text; in PHP_FUNCTION() local
159 &text, &text_len) == FAILURE) { in PHP_FUNCTION()
172 assert(text == Z_STRVAL_PP(textzv)); in PHP_FUNCTION()
174 ut = utext_openUTF8(ut, text, text_len, BREAKITER_ERROR_CODE_P(bio)); in PHP_FUNCTION()
185 if (bio->text != NULL) { in PHP_FUNCTION()
186 zval_ptr_dtor(&bio->text); in PHP_FUNCTION()
188 bio->text = *textzv; in PHP_FUNCTION()
189 zval_add_ref(&bio->text); in PHP_FUNCTION()
H A Dbreakiterator_class.cpp127 bio_new->text = bio_orig->text; in BreakIterator_clone_obj()
128 if (bio_new->text) { in BreakIterator_clone_obj()
129 zval_add_ref(&bio_new->text); in BreakIterator_clone_obj()
160 if (bio->text == NULL) { in BreakIterator_get_debug_info()
163 zval_add_ref(&bio->text); in BreakIterator_get_debug_info()
164 add_assoc_zval_ex(&zv, "text", sizeof("text"), bio->text); in BreakIterator_get_debug_info()
181 bio->text = NULL; in breakiterator_object_init()
198 if (bio->text) { in BreakIterator_objects_free()
199 zval_ptr_dtor(&bio->text); in BreakIterator_objects_free()
252 ZEND_ARG_INFO(0, text)
/PHP-5.5/sapi/cli/tests/
H A Dbug43177.phpt63 Content-type: text/html
70 Content-type: text/html
76 Content-type: text/html
82 Content-type: text/html
/PHP-5.5/ext/oci8/tests/
H A Dlob_029.phpt39 file_put_contents($fullname1, 'Some text in the bfile 1');
40 file_put_contents($fullname2, 'Some text in the bfile 2');
41 file_put_contents($fullname3, 'Some text in the bfile 3');
124 string(24) "Some text in the bfile 1"
126 string(24) "Some text in the bfile 2"
128 string(24) "Some text in the bfile 3"
132 string(24) "Some text in the bfile 1"
/PHP-5.5/ext/xmlrpc/libxmlrpc/
H A Dxml_to_soap.c346 XMLRPC_SetValueString(xCurrent, el->text.str, el->text.len); in xml_element_to_SOAP_REQUEST_worker()
349 XMLRPC_SetValueInt(xCurrent, atoi(el->text.str)); in xml_element_to_SOAP_REQUEST_worker()
352 XMLRPC_SetValueBoolean(xCurrent, atoi(el->text.str)); in xml_element_to_SOAP_REQUEST_worker()
356 XMLRPC_SetValueDouble(xCurrent, atof(el->text.str)); in xml_element_to_SOAP_REQUEST_worker()
362 XMLRPC_SetValueDateTime_ISO8601(xCurrent, el->text.str); in xml_element_to_SOAP_REQUEST_worker()
366 base64_decode_xmlrpc(&buf, el->text.str, el->text.len); in xml_element_to_SOAP_REQUEST_worker()
506 simplestring_add(&elem_val->text, buf); in SOAP_to_xml_element_worker()
511 simplestring_add(&elem_val->text, buf); in SOAP_to_xml_element_worker()
516 simplestring_add(&elem_val->text, buf); in SOAP_to_xml_element_worker()
524 simplestring_add(&elem_val->text, buf); in SOAP_to_xml_element_worker()
[all …]
/PHP-5.5/ext/xmlwriter/tests/
H A DOO_008.phpt18 $xw->text('elem2*');
21 $xw->text("attr1 CDATA #required\n");
22 $xw->text('attr2 CDATA #implied');
/PHP-5.5/ext/tidy/tests/
H A D014.phpt7 $text = "<B>testing</I>";
8 $tidy = tidy_parse_string($text, array('show-body-only'=>true));
/PHP-5.5/Zend/tests/
H A Dclosure_008.phpt6 function replace_spaces($text) {
10 return preg_replace_callback('/( +) /', $lambda, $text);
/PHP-5.5/ext/xml/tests/
H A Dxml011.phpt17 $xml = '<text>start<b /> This &amp; that</text>';
70 <text><b>

Completed in 39 milliseconds

12345678910>>...23