Home
last modified time | relevance | path

Searched refs:text (Results 201 – 225 of 618) sorted by relevance

12345678910>>...25

/PHP-7.0/sapi/cli/tests/
H A Dupload_2G.phpt50 Content-Type: text/plain; charset=UTF-8
86 Content-type: text/html; charset=UTF-8
94 string(10) "text/plain"
H A Dphp_cli_server_008.phpt59 Content-type: text/html; charset=UTF-8
66 Content-type: text/html; charset=UTF-8
H A Dbug67429.phpt48 Content-type: text/html; charset=UTF-8
53 Content-type: text/html; charset=UTF-8
/PHP-7.0/ext/standard/tests/image/
H A Dgetimagesize_variation3.phpt12 //File containing text string
13 "File with text data" => "test.txt",
39 -- File with text data (test.txt) --
/PHP-7.0/ext/mbstring/tests/
H A Dmb_send_mail06.phpt35 Content-Type: text/plain; charset=%s
42 Content-Type: text/plain; charset=BIG5
H A Dmb_send_mail07.phpt35 Content-Type: text/plain; charset=%s
42 Content-Type: text/plain; charset=ISO-2022-KR
H A Dmb_send_mail05.phpt35 Content-Type: text/plain; charset=%s
43 Content-Type: text/plain; charset=HZ-GB-2312
/PHP-7.0/ext/dom/tests/
H A Dbug46335.phpt8 $text = 'This is an ‘example’ of using DOM splitText';
22 $node = $dom->createTextNode($text);
H A Ddom_xinclude.phpt39 #text
42 #text
/PHP-7.0/ext/standard/tests/strings/
H A Dhebrev_error.phpt7 * Description: Convert logical Hebrew text to visual text
H A Dhebrevc_error.phpt7 * Description: Convert logical Hebrew text to visual text
/PHP-7.0/ext/standard/tests/file/
H A Dreadfile_variation1.phpt40 line of text
42 line of text
H A Dfgetcsv_variation15.phpt724 This is line of text without csv fields
739 This is line of text without csv fields
754 This is line of text without csv fields
769 This is line of text without csv fields
784 This is line of text without csv fields
799 This is line of text without csv fields
814 This is line of text without csv fields
829 This is line of text without csv fields
844 This is line of text without csv fields
859 This is line of text without csv fields
[all …]
H A Dfgetcsv_variation16.phpt728 This is line of text without csv fields
743 This is line of text without csv fields
758 This is line of text without csv fields
773 This is line of text without csv fields
788 This is line of text without csv fields
803 This is line of text without csv fields
818 This is line of text without csv fields
833 This is line of text without csv fields
848 This is line of text without csv fields
863 This is line of text without csv fields
[all …]
H A Dfgets_variation6-win32.phpt23 $file_content_types = array("numeric", "text", "text_with_new_line", "alphanumeric");
76 -- File content type : text --
110 -- File content type : text --
144 -- File content type : text --
178 -- File content type : text --
212 -- File content type : text --
246 -- File content type : text --
280 -- File content type : text --
314 -- File content type : text --
348 -- File content type : text --
H A Dfgets_variation6.phpt23 $file_content_types = array("numeric", "text", "text_with_new_line", "alphanumeric");
76 -- File content type : text --
110 -- File content type : text --
144 -- File content type : text --
178 -- File content type : text --
212 -- File content type : text --
246 -- File content type : text --
280 -- File content type : text --
314 -- File content type : text --
348 -- File content type : text --
H A Dfile.inc42 "text" = fills with string of size $file_size
50 if ( $fill_type == "text" ) {
51 $data = "text ";
55 $data = "line\nline of text\n";
87 "text" = fills with string of size $file_size
100 } if ( $fill_type == "text" ) {
101 $data = "text ";
105 $data = "line\nline of text\n";
214 "text" = fill file with regular text
334 text = fill file with regular text
[all …]
/PHP-7.0/ext/standard/tests/filters/
H A Dbasic.phpt7 $text = "Hello There!";
13 fwrite($fp, $GLOBALS["text"]);
/PHP-7.0/ext/xml/tests/
H A Dxml_set_processing_instruction_handler_basic.phpt40 <?xml-stylesheet href="default.xsl" type="text/xml"?>
51 Data: href="default.xsl" type="text/xml"
/PHP-7.0/ext/pdo_pgsql/tests/
H A Dbug69344.phpt24 $stmt = $pdo->prepare("SELECT (?)::text AS a, (?)::text AS b");
/PHP-7.0/ext/xmlrpc/libxmlrpc/
H A Dxml_element.h151 simplestring text; /* text contained between element begin/end pairs */ member
190 #define xml_elem_get_val(el) (char *)((el) ? el->text.str : NULL)
H A Dxmlrpc.c192 if (strchr (text, '-')) { in date_from_ISO8601()
193 char *p = (char *) text, *p2 = buf; in date_from_ISO8601()
205 text = buf; in date_from_ISO8601()
208 if (strlen(text)<17) { in date_from_ISO8601()
219 XMLRPC_IS_NUMBER(text[i]) in date_from_ISO8601()
220 tm.tm_year += (text[i]-'0')*n; in date_from_ISO8601()
226 XMLRPC_IS_NUMBER(text[i+4]) in date_from_ISO8601()
238 XMLRPC_IS_NUMBER(text[i+6]) in date_from_ISO8601()
246 XMLRPC_IS_NUMBER(text[i+9]) in date_from_ISO8601()
254 XMLRPC_IS_NUMBER(text[i+12]) in date_from_ISO8601()
[all …]
/PHP-7.0/ext/gd/tests/
H A Dbug50194.phpt18 $text = 'Testing ... ';
20 imagettftext($im, 40, 0, 10, 40, $black, $font, $text);
/PHP-7.0/sapi/fpm/tests/
H A D010.phpt36 …var_dump(strpos($html, 'text/html') && strpos($html, 'DOCTYPE') && strpos($html, 'PHP-FPM Status P…
42 var_dump(strpos($xml, 'text/xml') && strpos($xml, '<?xml'));
62 Content-type: text/plain%s
/PHP-7.0/ext/intl/breakiterator/
H A Dcodepointiterator_internal.cpp114 void CodePointBreakIterator::setText(const UnicodeString &text) in setText() argument
119 this->fText = utext_openConstUnicodeString(this->fText, &text, &uec); in setText()
124 void CodePointBreakIterator::setText(UText *text, UErrorCode &status) in setText() argument
130 this->fText = utext_clone(this->fText, text, FALSE, TRUE, &status); in setText()

Completed in 53 milliseconds

12345678910>>...25