Searched refs:text (Results 251 – 275 of 734) sorted by relevance
1...<<11121314151617181920>>...30
/PHP-8.2/sapi/cli/tests/ |
H A D | php_cli_server_010.phpt | 52 Content-type: text/html; charset=UTF-8 63 Content-type: text/html; charset=UTF-8
|
H A D | php_cli_server_009.phpt | 71 Content-type: text/html; charset=UTF-8 79 Content-type: text/html; charset=UTF-8
|
/PHP-8.2/ext/dom/tests/ |
H A D | bug77686.phpt | 27 $new_element->textContent = 'my new text'; 40 string(11) "my new text"
|
/PHP-8.2/ext/readline/ |
H A D | readline.c | 408 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(¶ms[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 D | bug27011.phpt | 6 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 D | trim_basic.phpt | 8 $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 D | 006.phpt | 12 Plain text. 17 Here we have some text data.
|
H A D | sxe_004.phpt | 13 Plain text. 18 Here we have some text data. 99 string(28) "Here we have some text data."
|
H A D | 013.phpt | 2 SimpleXML: Split text content
|
/PHP-8.2/ext/pdo_firebird/tests/ |
H A D | execute.phpt | 19 $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 D | bug39846.phpt | 7 var_dump(filter_var('192.168.1.100random-text-here', FILTER_VALIDATE_IP));
|
/PHP-8.2/sapi/phpdbg/ |
H A D | phpdbg_help.h | 42 char *text; member
|
/PHP-8.2/ext/readline/tests/ |
H A D | readline_basic.phpt | 11 var_dump(readline('Enter some text:'));
|
/PHP-8.2/ext/mbstring/tests/ |
H A D | mb_output_handler_pattern-12.phpt | 8 header("Content-Type: text/html");
|
H A D | mb_output_handler_pattern-01.phpt | 8 header("Content-Type: text/html");
|
H A D | mb_output_handler_pattern-02.phpt | 8 header("Content-Type: text/plain");
|
H A D | mb_output_handler_pattern-06.phpt | 8 header("Content-Type: text/html");
|
H A D | mb_str_split_other.phpt | 2 mb_str_split() tests for more text encodings
|
/PHP-8.2/ext/standard/tests/streams/ |
H A D | bug47997.phpt | 8 $in = fopen('data://text/plain,', 'rb+');
|
H A D | bug79467.phpt | 5 var_dump(file_put_contents('data://text/plain,cccc', 'data'));
|
/PHP-8.2/ext/standard/tests/file/ |
H A D | move_uploaded_file_basic.phpt | 14 Content-Type: text/plain 19 Content-Type: text/plain
|
/PHP-8.2/ext/mysqli/tests/ |
H A D | 021.phpt | 2 mysqli bind_param+bind_result char/text 19 mysqli_query($link,"CREATE TABLE test_bind_fetch(c1 char(10), c2 text)");
|
H A D | 022.phpt | 2 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 D | bug-gh11891.phpt | 2 Bug GH-11891: fileinfo returns text/xml for some svg files
|
/PHP-8.2/ext/tokenizer/tests/ |
H A D | PhpToken_methods.phpt | 52 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 35 milliseconds
1...<<11121314151617181920>>...30