Home
last modified time | relevance | path

Searched refs:text (Results 76 – 100 of 637) sorted by relevance

12345678910>>...26

/PHP-7.1/ext/standard/tests/strings/
H A Dstrip_tags_variation7.phpt25 "<a.>HtMl text</.a>",
26 '<a.>HtMl text</.a>',
27 "<nnn>I am not a valid html text</nnn>",
28 '<nnn>I am not a valid html text</nnn>',
61 string(9) "HtMl text"
63 string(9) "HtMl text"
65 string(37) "<nnn>I am not a valid html text</nnn>"
67 string(37) "<nnn>I am not a valid html text</nnn>"
/PHP-7.1/sapi/phpdbg/
H A Dphpdbg_lexer.l19 #define yytext ((char*) LEX(text))
36 LEX(text) = YYCURSOR = (unsigned char *) input; in ZEND_EXTERN_MODULE_GLOBALS()
62 LEX(text) = YYCURSOR; in phpdbg_lex()
202 YYCURSOR = LEX(text);
209 YYCURSOR = LEX(text);
/PHP-7.1/ext/standard/tests/http/
H A Dbug47021.phpt39 "data://text/plain,HTTP/1.1 200 OK\r\n"
40 . "Content-Type:{$spaces}text/plain{$trailing}\r\n"
43 "data://text/plain,HTTP/1.1 200 OK\r\n"
74 Type='text/plain'
79 Type='text/plain'
84 Type='text/plain'
89 Type='text/plain'
H A Dbug48929.phpt16 "data://text/plain,HTTP/1.0 200 OK\r\n\r\n",
35 do_test(array('header' => array('X-Foo: bar', 'Content-Type: text/plain'), 'method' => 'POST', 'con…
39 do_test(array('header' => "X-Foo: bar\r\nContent-Type: text/plain", 'method' => 'POST', 'content' =…
49 Content-Type: text/plain
58 Content-Type: text/plain
/PHP-7.1/ext/dom/tests/
H A Ddomchardata.phpt54 $text = new DOMText('some text characters');
56 echo "Whole Text: ".$text->wholeText."\n";
57 $text2 = $text->splitText(9);
59 echo "Split text: ".$text2->wholeText."\n";
73 Whole Text: some text characters
74 Split text: characters
H A DDOMDocument_saveHTMLFile_basic.phpt20 $text = $doc->createTextNode('This is the title');
21 $text = $title->appendChild($text);
29 <html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>This is the t…
H A DDOMDocument_saveHTMLFile_formatOutput.phpt21 $text = $doc->createTextNode('This is the title');
22 $text = $title->appendChild($text);
31 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
/PHP-7.1/tests/basic/
H A Dbug55500.phpt12 Content-Type: text/plain-file1
17 Content-Type: text/plain-file2
22 Content-Type: text/plain-file3
27 Content-Type: text/plain-file3
48 %unicode|string%(16) "text/plain-file1"
H A Drfc1867_anonymous_upload.phpt11 Content-Type: text/plain-file1
16 Content-Type: text/plain-file2
32 %string|unicode%(16) "text/plain-file1"
45 %string|unicode%(16) "text/plain-file2"
/PHP-7.1/ext/com_dotnet/tests/
H A Dbug66431_0.phpt10 $text= "Xin chào cộng đồng PHP";
15 $fh->Write($text);
20 $result = ($check_text == $text);
26 echo "Have: '$text'\n";
H A Dbug66431_1.phpt17 $text= "Xin chào cộng đồng PHP";
24 $Wrd->Selection->TypeText($text);
37 /* trim the returned text as we'll get windows eol from a word doc. */
38 $result = (trim($check_text) == $text);
44 echo "Have: '$text'\n";
/PHP-7.1/sapi/cli/tests/
H A Dbug61977.phpt33 $text = fgets($fp);
34 if (strncasecmp("Content-type:", $text, 13) == 0) {
35 echo "foo.{$mimetype} => ", $text;
47 foo.html => Content-Type: text/html; charset=UTF-8
48 foo.htm => Content-Type: text/html; charset=UTF-8
50 foo.css => Content-Type: text/css; charset=UTF-8
/PHP-7.1/ext/standard/tests/file/
H A Dfgetcsv_variation6.phpt600 string(4) "text"
630 string(4) "text"
660 string(4) "text"
690 string(4) "text"
720 string(4) "text"
750 string(4) "text"
780 string(4) "text"
810 string(4) "text"
840 string(4) "text"
870 string(4) "text"
[all …]
H A Dfgetss.phpt14 "some text \n<b>blah</i>",
15 "some another text <> hoho </>"
54 string(11) "some text
57 string(24) "some another text hoho "
69 string(9) "some text"
73 string(9) "her text "
H A Dfgetcsv_variation17.phpt595 string(4) "text"
625 string(4) "text"
655 string(4) "text"
685 string(4) "text"
715 string(4) "text"
745 string(4) "text"
775 string(4) "text"
805 string(4) "text"
835 string(4) "text"
865 string(4) "text"
[all …]
H A Dstream_rfc2397_004.phpt10 'data://text/plain,test',
11 'data://text/plain;charset=US-ASCII,test',
13 'data://text/plain;charset=UTF-8,Hello',
/PHP-7.1/ext/phar/tests/
H A Dphar_createdefaultstub.phpt53 'c' => 'text/plain',
54 'cc' => 'text/plain',
55 'cpp' => 'text/plain',
56 'c++' => 'text/plain',
57 'dtd' => 'text/plain',
58 'h' => 'text/plain',
59 'log' => 'text/plain',
60 'rng' => 'text/plain',
67 'css' => 'text/css',
69 'htm' => 'text/html',
[all …]
H A Dphar_setdefaultstub.phpt73 'c' => 'text/plain',
74 'cc' => 'text/plain',
75 'cpp' => 'text/plain',
76 'c++' => 'text/plain',
77 'dtd' => 'text/plain',
78 'h' => 'text/plain',
79 'log' => 'text/plain',
80 'rng' => 'text/plain',
87 'css' => 'text/css',
89 'htm' => 'text/html',
[all …]
/PHP-7.1/ext/curl/tests/
H A Dcurl_file_upload.phpt29 testcurl($ch, __DIR__ . '/curl_testdata1.txt', 'text/plain');
31 testcurl($ch, __DIR__ . '/curl_testdata1.txt', 'text/plain', 'foo.txt');
34 $file->setMimeType('text/plain');
65 string(%d) "curl_testdata1.txt|text/plain"
67 string(%d) "foo.txt|text/plain"
68 string(%d) "text/plain"
70 string(%d) "curl_testdata1.txt|text/plain"
/PHP-7.1/ext/imap/tests/
H A Dbug53377.phpt21 ["text"]=>
28 ["text"]=>
35 ["text"]=>
/PHP-7.1/ext/mysqli/tests/
H A Dbug38710.phpt16 $qry->bind_result($text);
18 if ($text !== str_repeat('a', ($IS_MYSQLND || mysqli_get_server_version($db) > 50110)? 100000:(mysq…
19 var_dump(strlen($text));
/PHP-7.1/ext/oci8/tests/
H A Dfetch_object_2.phpt18 "insert into fetch_object_2_tab values (123, '1st row col2 string', '1 more text')",
20 "insert into fetch_object_2_tab values (789, '3rd row col2 string', '3 more text')",
79 string(11) "1 more text"
101 string(11) "3 more text"
106 1 more text
112 3 more text
/PHP-7.1/ext/phar/tests/cache_list/files/
H A Dnophar.phar17 'c' => 'text/plain',
18 'cc' => 'text/plain',
19 'cpp' => 'text/plain',
20 'c++' => 'text/plain',
21 'dtd' => 'text/plain',
22 'h' => 'text/plain',
23 'log' => 'text/plain',
24 'rng' => 'text/plain',
31 'css' => 'text/css',
33 'htm' => 'text/html',
[all …]
H A Dopenssl.phar17 'c' => 'text/plain',
18 'cc' => 'text/plain',
19 'cpp' => 'text/plain',
20 'c++' => 'text/plain',
21 'dtd' => 'text/plain',
22 'h' => 'text/plain',
23 'log' => 'text/plain',
24 'rng' => 'text/plain',
31 'css' => 'text/css',
33 'htm' => 'text/html',
[all …]
/PHP-7.1/ext/phar/tests/files/
H A Dinclude_path2.phar17 'c' => 'text/plain',
18 'cc' => 'text/plain',
19 'cpp' => 'text/plain',
20 'c++' => 'text/plain',
21 'dtd' => 'text/plain',
22 'h' => 'text/plain',
23 'log' => 'text/plain',
24 'rng' => 'text/plain',
31 'css' => 'text/css',
33 'htm' => 'text/html',
[all …]

Completed in 41 milliseconds

12345678910>>...26