Home
last modified time | relevance | path

Searched refs:text (Results 251 – 275 of 733) sorted by relevance

1...<<11121314151617181920>>...30

/PHP-8.2/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 Dphp_cli_server_009.phpt71 Content-type: text/html; charset=UTF-8
79 Content-type: text/html; charset=UTF-8
/PHP-8.2/ext/dom/tests/
H A Dbug77686.phpt27 $new_element->textContent = 'my new text';
40 string(11) "my new text"
/PHP-8.2/ext/readline/
H A Dreadline.c408 static char *_readline_command_generator(const char *text, int state) in _readline_command_generator() argument
421 if (strncmp (Z_STRVAL_P(entry), text, strlen(text)) == 0) { in _readline_command_generator()
443 char **php_readline_completion_cb(const char *text, int start, int end) in php_readline_completion_cb() argument
448 _readline_string_zval(&params[0], text); in php_readline_completion_cb()
456 matches = rl_completion_matches(text,_readline_command_generator); in php_readline_completion_cb()
/PHP-8.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-8.2/ext/standard/tests/strings/
H A Dtrim_basic.phpt8 $text = " \t\r\n\0\x0B ---These are a few words--- \t\r\n\0\x0B ";
13 var_dump(trim($text));
/PHP-8.2/ext/simplexml/tests/
H A D006.phpt12 Plain text.
17 Here we have some text data.
H A Dsxe_004.phpt13 Plain text.
18 Here we have some text data.
99 string(28) "Here we have some text data."
H A D013.phpt2 SimpleXML: Split text content
/PHP-8.2/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')");
/PHP-8.2/ext/filter/tests/
H A Dbug39846.phpt7 var_dump(filter_var('192.168.1.100random-text-here', FILTER_VALIDATE_IP));
/PHP-8.2/sapi/phpdbg/
H A Dphpdbg_help.h42 char *text; member
/PHP-8.2/ext/readline/tests/
H A Dreadline_basic.phpt11 var_dump(readline('Enter some text:'));
/PHP-8.2/ext/mbstring/tests/
H A Dmb_output_handler_pattern-12.phpt8 header("Content-Type: text/html");
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");
H A Dmb_str_split_other.phpt2 mb_str_split() tests for more text encodings
/PHP-8.2/ext/standard/tests/streams/
H A Dbug47997.phpt8 $in = fopen('data://text/plain,', 'rb+');
H A Dbug79467.phpt5 var_dump(file_put_contents('data://text/plain,cccc', 'data'));
/PHP-8.2/ext/standard/tests/file/
H A Dmove_uploaded_file_basic.phpt14 Content-Type: text/plain
19 Content-Type: text/plain
/PHP-8.2/ext/mysqli/tests/
H A D021.phpt2 mysqli bind_param+bind_result char/text
19 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
19 mysqli_query($link,"CREATE TABLE test_bind_fetch(c1 char(10), c2 text)");
/PHP-8.2/ext/fileinfo/tests/
H A Dbug-gh11891.phpt2 Bug GH-11891: fileinfo returns text/xml for some svg files
/PHP-8.2/ext/tokenizer/tests/
H A DPhpToken_methods.phpt52 unset($token->text);
116 Typed property PhpToken::$text must not be accessed before initialization
118 Typed property PhpToken::$text must not be accessed before initialization

Completed in 25 milliseconds

1...<<11121314151617181920>>...30