Home
last modified time | relevance | path

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

12345678910>>...26

/PHP-7.4/ext/standard/tests/file/
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.4/sapi/phpdbg/
H A Dphpdbg_lexer.h28 unsigned char *text; member
H A Dphpdbg_help.h44 char *text; member
/PHP-7.4/ext/imap/tests/
H A Dimap_base64_basic.phpt9 /* Prototype : string imap_base64 ( string $text )
10 * Description: Decode BASE64 encoded text.
/PHP-7.4/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.4/ext/standard/tests/strings/
H A Dbug63943.phpt2 Bug #63943 (Bad warning text from strpos() on empty needle)
/PHP-7.4/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
H A Dupload_2G.phpt56 Content-Type: text/plain; charset=UTF-8
92 Content-type: text/html; charset=UTF-8
100 string(10) "text/plain"
H A Dphp_cli_server_009.phpt71 Content-type: text/html; charset=UTF-8
79 Content-type: text/html; charset=UTF-8
/PHP-7.4/ext/intl/breakiterator/
H A Dcodepointiterator_internal.h56 virtual void setText(const UnicodeString &text);
58 virtual void setText(UText *text, UErrorCode &status);
H A Dcodepointiterator_internal.cpp119 void CodePointBreakIterator::setText(const UnicodeString &text) in setText() argument
124 this->fText = utext_openConstUnicodeString(this->fText, &text, &uec); in setText()
129 void CodePointBreakIterator::setText(UText *text, UErrorCode &status) in setText() argument
135 this->fText = utext_clone(this->fText, text, FALSE, TRUE, &status); in setText()
/PHP-7.4/ext/xmlrpc/libxmlrpc/
H A Dxmlrpc.c186 if (strchr (text, '-')) { in date_from_ISO8601()
187 char *p = (char *) text, *p2 = buf; in date_from_ISO8601()
199 text = buf; in date_from_ISO8601()
202 if (strlen(text)<17) { in date_from_ISO8601()
213 XMLRPC_IS_NUMBER(text[i]) in date_from_ISO8601()
214 tm.tm_year += (text[i]-'0')*n; in date_from_ISO8601()
220 XMLRPC_IS_NUMBER(text[i+4]) in date_from_ISO8601()
232 XMLRPC_IS_NUMBER(text[i+6]) in date_from_ISO8601()
240 XMLRPC_IS_NUMBER(text[i+9]) in date_from_ISO8601()
248 XMLRPC_IS_NUMBER(text[i+12]) in date_from_ISO8601()
[all …]
/PHP-7.4/ext/standard/tests/streams/
H A Dbug47997.phpt8 $in = fopen('data://text/plain,', 'rb+');
/PHP-7.4/ext/pdo_firebird/tests/
H A Dexecute.phpt17 $dbh->exec("CREATE TABLE ddl (id SMALLINT NOT NULL PRIMARY KEY, text VARCHAR(32),
19 $dbh->exec("INSERT INTO ddl (id,text) VALUES (1,'bla')");
/PHP-7.4/ext/filter/tests/
H A Dbug39846.phpt7 var_dump(filter_var('192.168.1.100random-text-here', FILTER_VALIDATE_IP));
/PHP-7.4/ext/readline/tests/
H A Dreadline_basic.phpt11 var_dump(readline('Enter some text:'));
/PHP-7.4/ext/simplexml/tests/
H A D006.phpt12 Plain text.
17 Here we have some text data.
/PHP-7.4/ext/mysqli/tests/
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)");
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)");
/PHP-7.4/ext/mbstring/tests/
H A Dmb_output_handler_pattern-01.phpt8 header("Content-Type: text/html");
H A Dmb_output_handler_pattern-02.phpt8 header("Content-Type: text/plain");
H A Dmb_output_handler_pattern-06.phpt8 header("Content-Type: text/html");

Completed in 45 milliseconds

12345678910>>...26