Home
last modified time | relevance | path

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

12345678910>>...25

/PHP-7.0/tests/basic/
H A Drfc1867_max_file_uploads_empty_files_debug.phpt13 Content-Type: text/plain-file
18 Content-Type: text/plain-file
23 Content-Type: text/plain-file
28 Content-Type: text/plain-file
91 string(15) "text/plain-file"
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 Denable_post_data_reading_02.phpt9 Content-Type: text/plain-file
26 Content-Type: text/plain-file
32 Content-Type: text/plain-file
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-7.0/ext/standard/tests/file/
H A Dglob_basic.phpt24 $fp = fopen("$dirname/file.text", "w");
47 unlink("$file_path/glob_basic/file.text");
54 string(%d) "%s/glob_basic/file.text"
70 string(%d) "%s/glob_basic/file.text"
78 string(%d) "%s/glob_basic/file.text"
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-7.0/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);
/PHP-7.0/ext/standard/tests/streams/
H A Dbug71323.phpt7 $file = 'data:text/plain;z=y;uri=eviluri;mediatype=wut?;mediatype2=hello,somedata';
14 string(10) "text/plain"
18 string(72) "data:text/plain;z=y;uri=eviluri;mediatype=wut?;mediatype2=hello,somedata"
/PHP-7.0/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
H A D010.phpt43 Content-type: text/html; charset=UTF-8
47 Content-type: text/html; charset=UTF-8
51 Content-type: text/html; charset=UTF-8
/PHP-7.0/ext/curl/tests/
H A Dbug27023.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-7.0/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."
/PHP-7.0/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(30) "awk or perl script, ASCII text"
/PHP-7.0/ext/openssl/tests/
H A Dbug65538.phar17 'c' => 'text/plain',
18 'cc' => 'text/plain',
19 'cpp' => 'text/plain',
20 'c++' => 'text/plain',
21 'dtd' => 'text/plain',
22 'h' => 'text/plain',
23 'log' => 'text/plain',
24 'rng' => 'text/plain',
31 'css' => 'text/css',
33 'htm' => 'text/html',
[all …]
/PHP-7.0/ext/intl/breakiterator/
H A Dbreakiterator_methods.cpp142 if (Z_ISUNDEF(bio->text)) { in PHP_FUNCTION()
145 ZVAL_COPY(return_value, &bio->text); in PHP_FUNCTION()
152 zend_string *text; in PHP_FUNCTION() local
156 if (zend_parse_parameters(ZEND_NUM_ARGS(), "S", &text) == FAILURE) { in PHP_FUNCTION()
164 ut = utext_openUTF8(ut, ZSTR_VAL(text), ZSTR_LEN(text), BREAKITER_ERROR_CODE_P(bio)); in PHP_FUNCTION()
175 zval_ptr_dtor(&bio->text); in PHP_FUNCTION()
176 ZVAL_STR_COPY(&bio->text, text); in PHP_FUNCTION()
/PHP-7.0/ext/tidy/tests/
H A D014.phpt7 $text = "<B>testing</I>";
8 $tidy = tidy_parse_string($text, array('show-body-only'=>true));
/PHP-7.0/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-7.0/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-7.0/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-7.0/Zend/tests/
H A Dclosure_008.phpt6 function replace_spaces($text) {
10 return preg_replace_callback('/( +) /', $lambda, $text);

Completed in 34 milliseconds

12345678910>>...25