Home
last modified time | relevance | path

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

12345678910>>...26

/PHP-7.2/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.2/ext/xmlrpc/libxmlrpc/
H A Dxml_element.c210 simplestring_free(&root->text); in xml_elem_free_non_recurse()
267 simplestring_init(&elem->text); in xml_elem_new()
270 simplestring_addn(&elem->text, "", 0); in xml_elem_new()
278 return fptr && text ? fptr(data, text, len ? len : strlen(text)) : 0; in xml_elem_writefunc()
444 if(el->text.len) { in xml_element_serialize()
445 char* escaped_str = el->text.str; in xml_element_serialize()
446 int buflen = el->text.len; in xml_element_serialize()
451 escaped_str = el->text.str; in xml_element_serialize()
461 if(escaped_str != el->text.str) { in xml_element_serialize()
501 fputs(text, (FILE *)f); in file_out_fptr()
[all …]
/PHP-7.2/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.2/ext/zip/examples/
H A Dencryption.php36 $text = $zip->getFromName($file); variable
37 printf("Size = %d\n", strlen($text));
47 $text = file_get_contents("zip://$name#$file", false, $ctx); variable
48 printf("Size = %d\n", strlen($text));
/PHP-7.2/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.2/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.2/tests/basic/
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"
H A Drfc1867_post_max_filesize.phpt11 Content-Type: text/plain-file1
16 Content-Type: text/plain-file2
21 Content-Type: text/plain-file3
43 %string|unicode%(16) "text/plain-file1"
69 %string|unicode%(16) "text/plain-file3"
H A Drfc1867_empty_upload.phpt15 Content-Type: text/plain-file1
20 Content-Type: text/plain-file2
25 Content-Type: text/plain-file3
47 %string|unicode%(16) "text/plain-file1"
73 %string|unicode%(16) "text/plain-file3"
H A Drfc1867_max_file_size.phpt15 Content-Type: text/plain-file1
20 Content-Type: text/plain-file2
25 Content-Type: text/plain-file3;
47 %string|unicode%(16) "text/plain-file1"
73 %string|unicode%(16) "text/plain-file3"
/PHP-7.2/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.2/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.2/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.2/ext/phar/tests/
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 …]
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 …]
/PHP-7.2/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.2/ext/imap/tests/
H A Dbug53377.phpt21 ["text"]=>
28 ["text"]=>
35 ["text"]=>
/PHP-7.2/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));

Completed in 36 milliseconds

12345678910>>...26