Home
last modified time | relevance | path

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

12345678910>>...29

/PHP-8.1/ext/mbstring/tests/
H A Dmb_send_mail06.phpt37 Content-Type: text/plain; charset=%s
44 Content-Type: text/plain; charset=BIG5
H A Dmb_send_mail07.phpt37 Content-Type: text/plain; charset=%s
44 Content-Type: text/plain; charset=ISO-2022-KR
H A Dmb_send_mail05.phpt37 Content-Type: text/plain; charset=%s
45 Content-Type: text/plain; charset=HZ-GB-2312
/PHP-8.1/ext/dom/tests/
H A Dbug81642.phpt20 // Replace with text node
26 // Replace with text node variant 2
H A Ddom_xinclude.phpt40 #text
43 #text
H A Dbug77686.phpt27 $new_element->textContent = 'my new text';
40 string(11) "my new text"
/PHP-8.1/tests/basic/
H A DGHSA-9pqp-7h25-4f32.phpt72 Content-type: text/html; charset=UTF-8
84 Content-type: text/html; charset=UTF-8
96 Content-type: text/html; charset=UTF-8
/PHP-8.1/ext/standard/tests/file/
H A Dfgetcsv_variation15.phpt719 This is line of text without csv fields
734 This is line of text without csv fields
749 This is line of text without csv fields
764 This is line of text without csv fields
779 This is line of text without csv fields
794 This is line of text without csv fields
809 This is line of text without csv fields
824 This is line of text without csv fields
839 This is line of text without csv fields
854 This is line of text without csv fields
[all …]
H A Dfgetcsv_variation16.phpt723 This is line of text without csv fields
738 This is line of text without csv fields
753 This is line of text without csv fields
768 This is line of text without csv fields
783 This is line of text without csv fields
798 This is line of text without csv fields
813 This is line of text without csv fields
828 This is line of text without csv fields
843 This is line of text without csv fields
858 This is line of text without csv fields
[all …]
H A Dfgetcsv_error_conditions.csv2 This is line of text without csv fields
H A Dfgets_variation6-win32.phpt18 $file_content_types = array("numeric", "text", "text_with_new_line", "alphanumeric");
71 -- File content type : text --
105 -- File content type : text --
139 -- File content type : text --
173 -- File content type : text --
207 -- File content type : text --
241 -- File content type : text --
275 -- File content type : text --
309 -- File content type : text --
343 -- File content type : text --
H A Dfgets_variation6.phpt18 $file_content_types = array("numeric", "text", "text_with_new_line", "alphanumeric");
71 -- File content type : text --
105 -- File content type : text --
139 -- File content type : text --
173 -- File content type : text --
207 -- File content type : text --
241 -- File content type : text --
275 -- File content type : text --
309 -- File content type : text --
343 -- 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-8.1/ext/xmlwriter/tests/
H A DOO_007.phpt16 $xw->text('a&b');
20 $xw->text("<>\"'&");
/PHP-8.1/ext/standard/tests/http/
H A Dbug69337.phpt24 "data://text/plain,HTTP/1.0 302 Found\r\nLocation: /try-again\r\n\r\n",
25 "data://text/plain,HTTP/1.0 404 Not Found\r\n\r\n",
H A Dgh9316.phpt12 …"data://text/plain,HTTP/1.1 200 Some very long reason-phrase to test that this is properly handled…
13 "data://text/plain,HTTP/1.1 200 \r\nGood: Header\r\n\r\nBody",
/PHP-8.1/ext/intl/breakiterator/
H A Dcodepointiterator_internal.cpp117 void CodePointBreakIterator::setText(const UnicodeString &text) in setText() argument
122 this->fText = utext_openConstUnicodeString(this->fText, &text, &uec); in setText()
127 void CodePointBreakIterator::setText(UText *text, UErrorCode &status) in setText() argument
133 this->fText = utext_clone(this->fText, text, false, true, &status); in setText()
H A Dcodepointiterator_internal.h54 virtual void setText(const UnicodeString &text);
56 virtual void setText(UText *text, UErrorCode &status);
/PHP-8.1/ext/openssl/tests/
H A Dopenssl_cms_sign_verify_basic.phpt22 print("Plain text:\n");
39 Plain text:
/PHP-8.1/Zend/tests/
H A Dbug80972.phpt16 $string = 'Here is some text for good measure';
41 string(34) "Here is some text for good measure"
/PHP-8.1/sapi/phpdbg/
H A Dphpdbg_lexer.h26 unsigned char *text; member
/PHP-8.1/sapi/cli/tests/
H A Dphp_cli_server_010.phpt52 Content-type: text/html; charset=UTF-8
63 Content-type: text/html; charset=UTF-8
/PHP-8.1/ext/readline/
H A Dreadline.c405 static char *_readline_command_generator(const char *text, int state) in _readline_command_generator() argument
418 if (strncmp (Z_STRVAL_P(entry), text, strlen(text)) == 0) { in _readline_command_generator()
440 char **php_readline_completion_cb(const char *text, int start, int end) in php_readline_completion_cb() argument
445 _readline_string_zval(&params[0], text); in php_readline_completion_cb()
453 matches = rl_completion_matches(text,_readline_command_generator); in php_readline_completion_cb()
/PHP-8.1/ext/pcre/tests/
H A Dbug27011.phpt6 var_dump(preg_match_all('|(\w+)://([^\s"<]*[\w+#?/&=])|', "This is a text string", $matches, PREG_S…
/PHP-8.1/ext/pdo_firebird/tests/
H A Dexecute.phpt19 $dbh->exec("CREATE TABLE ddl (id SMALLINT NOT NULL PRIMARY KEY, text VARCHAR(32),
21 $dbh->exec("INSERT INTO ddl (id,text) VALUES (1,'bla')");

Completed in 34 milliseconds

12345678910>>...29