Home
last modified time | relevance | path

Searched refs:text (Results 226 – 250 of 642) sorted by relevance

12345678910>>...26

/PHP-7.2/ext/mbstring/tests/
H A Dmb_send_mail05.phpt35 Content-Type: text/plain; charset=%s
43 Content-Type: text/plain; charset=HZ-GB-2312
/PHP-7.2/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.c189 if (strchr (text, '-')) { in date_from_ISO8601()
190 char *p = (char *) text, *p2 = buf; in date_from_ISO8601()
202 text = buf; in date_from_ISO8601()
205 if (strlen(text)<17) { in date_from_ISO8601()
216 XMLRPC_IS_NUMBER(text[i]) in date_from_ISO8601()
217 tm.tm_year += (text[i]-'0')*n; in date_from_ISO8601()
223 XMLRPC_IS_NUMBER(text[i+4]) in date_from_ISO8601()
235 XMLRPC_IS_NUMBER(text[i+6]) in date_from_ISO8601()
243 XMLRPC_IS_NUMBER(text[i+9]) in date_from_ISO8601()
251 XMLRPC_IS_NUMBER(text[i+12]) in date_from_ISO8601()
[all …]
/PHP-7.2/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.2/ext/dom/tests/
H A Ddom_xinclude.phpt39 #text
42 #text
/PHP-7.2/ext/standard/tests/http/
H A Dbug69337.phpt25 "data://text/plain,HTTP/1.0 302 Found\r\nLocation: http://127.0.0.1:22345/try-again\r\n\r\n",
26 "data://text/plain,HTTP/1.0 404 Not Found\r\n\r\n",
/PHP-7.2/ext/gd/tests/
H A Dbug50194.phpt18 $text = 'Testing ... ';
20 imagettftext($im, 40, 0, 10, 40, $black, $font, $text);
/PHP-7.2/ext/tokenizer/
H A Dtokenizer.c110 unsigned char *text, size_t leng, int lineno) { in add_token() argument
115 add_next_index_stringl(&keyword, (char *) text, leng); in add_token()
120 add_next_index_str(return_value, ZSTR_CHAR(text[0])); in add_token()
122 add_next_index_stringl(return_value, (char *) text, leng); in add_token()
/PHP-7.2/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()
H A Dcodepointiterator_internal.h49 virtual void setText(const UnicodeString &text);
51 virtual void setText(UText *text, UErrorCode &status);
/PHP-7.2/sapi/cli/tests/
H A Dbug67429.phpt49 Content-type: text/html; charset=UTF-8
55 Content-type: text/html; charset=UTF-8
H A Dphp_cli_server_019.phpt48 Content-type: text/html; charset=UTF-8
68 string(24) "text/html; charset=UTF-8"
H A Dphp_cli_server_010.phpt61 Content-type: text/html; charset=UTF-8
72 Content-type: text/html; charset=UTF-8
/PHP-7.2/ext/imap/tests/
H A Dimap_base64_basic.phpt9 /* Prototype : string imap_base64 ( string $text )
10 * Description: Decode BASE64 encoded text.
/PHP-7.2/ext/soap/interop/
H A Ddatabase_round2.sql41 error text,
42 wire text NOT NULL,
/PHP-7.2/ext/xmlwriter/tests/
H A DOO_007.phpt20 $xw->text('a&b');
24 $xw->text("<>\"'&");
/PHP-7.2/ext/xmlwriter/examples/
H A Dxmlwriter_oo.php6 $xw->text("example");
/PHP-7.2/sapi/phpdbg/
H A Dphpdbg_lexer.h28 unsigned char *text; member
H A Dphpdbg_help.h44 char *text; member
/PHP-7.2/ext/pcre/tests/
H A Dbug27011.phpt6 var_dump(preg_match_all('|(\w+)://([^\s"<]*[\w+#?/&=])|', "This is a text string", $matches, PREG_S…
/PHP-7.2/ext/standard/tests/strings/
H A Dbug63943.phpt2 Bug #63943 (Bad warning text from strpos() on empty needle)
/PHP-7.2/ext/mysqli/tests/
H A D022.phpt2 mysqli bind_param/bind_result char/text long
18 mysqli_query($link,"CREATE TABLE test_bind_fetch(c1 char(10), c2 text)");
H A D021.phpt2 mysqli bind_param+bind_result char/text
18 mysqli_query($link,"CREATE TABLE test_bind_fetch(c1 char(10), c2 text)");
/PHP-7.2/ext/simplexml/tests/
H A D006.phpt12 Plain text.
17 Here we have some text data.
/PHP-7.2/ext/pdo_firebird/tests/
H A Dexecute.phpt19 $db->exec("CREATE TABLE ddl (id SMALLINT NOT NULL PRIMARY KEY, text VARCHAR(32),
21 $db->exec("INSERT INTO ddl (id,text) VALUES (1,'bla')");

Completed in 33 milliseconds

12345678910>>...26