Home
last modified time | relevance | path

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

12345678910>>...34

/php-src/ext/dom/tests/
H A DDOM4_DOMNode_before.phpt17 'text inserted before'
20 $secondMark->before('text inserted before second');
28 text inserted before
32 text inserted before second
H A Ddomchardata.phpt54 $text = new DOMText('some text characters');
56 echo "Whole Text: ".$text->wholeText."\n";
57 $text2 = $text->splitText(9);
60 echo "Split text: ".$text2->wholeText."\n";
74 Whole Text: some text characters
76 Split text: characters
H A DDOMDocument_saveHTMLFile_basic.phpt18 $text = $doc->createTextNode('This is the title');
19 $text = $title->appendChild($text);
27 <html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>This is the t…
H A DDOMDocument_saveHTMLFile_formatOutput.phpt19 $text = $doc->createTextNode('This is the title');
20 $text = $title->appendChild($text);
29 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
/php-src/ext/standard/tests/strings/
H A Dbug45485.phpt7 This text is shown <?XML:NAMESPACE PREFIX = ST1 /><b>This Text disappears</b>
14 This text is shown <?xml:NAMESPACE PREFIX = ST1 /><b>This Text disappears</b>
22 This text is shown This Text disappears
23 This text is shown This Text disappears
/php-src/ext/dom/lexbor/lexbor/dom/interfaces/
H A Dtext.c32 const lxb_dom_text_t *text) in lxb_dom_text_interface_clone() argument
42 status = lxb_dom_text_interface_copy(new, text); in lxb_dom_text_interface_clone()
51 lxb_dom_text_interface_destroy(lxb_dom_text_t *text) in lxb_dom_text_interface_destroy() argument
54 lxb_dom_interface_character_data(text)); in lxb_dom_text_interface_destroy()
/php-src/ext/com_dotnet/tests/
H A Dbug66431_0.phpt8 $text= "Xin chào cộng đồng PHP";
13 $fh->Write($text);
18 $result = ($check_text == $text);
24 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-src/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-src/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
53 string(16) "text/plain-file1"
H A Drfc1867_max_file_uploads_empty_files.phpt10 Content-Type: text/plain-file
15 Content-Type: text/plain-file
20 Content-Type: text/plain-file
25 Content-Type: text/plain-file
79 string(15) "text/plain-file"
94 string(15) "text/plain-file"
H A Drfc1867_anonymous_upload.phpt11 Content-Type: text/plain-file1
16 Content-Type: text/plain-file2
34 string(16) "text/plain-file1"
49 string(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
45 string(16) "text/plain-file1"
75 string(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
49 string(16) "text/plain-file1"
79 string(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;
49 string(16) "text/plain-file1"
79 string(16) "text/plain-file3"
/php-src/sapi/cli/tests/
H A Dbug61977.phpt31 $text = fgets($fp);
32 if (strncasecmp("Content-type:", $text, 13) == 0) {
33 echo "foo.{$mimetype} => ", $text;
43 foo.html => Content-Type: text/html; charset=UTF-8
44 foo.htm => Content-Type: text/html; charset=UTF-8
46 foo.css => Content-Type: text/css; charset=UTF-8
/php-src/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-src/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.1 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-src/ext/fileinfo/tests/
H A Dfinfo_buffer_basic-mb.phpt36 string(36) "ASCII text, with no line terminators"
42 string(28) "text/plain; charset=us-ascii"
43 string(26) "text/plain; charset=ebcdic"
45 string(28) "text/plain; charset=us-ascii"
47 string(25) "text/plain; charset=utf-8"
H A Dfinfo_buffer_variation1-mb.phpt35 string(36) "ASCII text, with no line terminators"
41 string(28) "text/plain; charset=us-ascii"
42 string(26) "text/plain; charset=ebcdic"
44 string(28) "text/plain; charset=us-ascii"
46 string(25) "text/plain; charset=utf-8"
H A Dfinfo_buffer_variation1.phpt35 string(36) "ASCII text, with no line terminators"
41 string(28) "text/plain; charset=us-ascii"
42 string(26) "text/plain; charset=ebcdic"
44 string(28) "text/plain; charset=us-ascii"
46 string(25) "text/plain; charset=utf-8"
H A Dfinfo_buffer_basic.phpt36 string(36) "ASCII text, with no line terminators"
42 string(28) "text/plain; charset=us-ascii"
43 string(26) "text/plain; charset=ebcdic"
45 string(28) "text/plain; charset=us-ascii"
47 string(25) "text/plain; charset=utf-8"
/php-src/ext/standard/tests/file/
H A Dfgetcsv_variation6.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 …]
/php-src/ext/dom/tests/modern/html/serializer/
H A DHTMLDocument_serialize_text_01.phpt2 DOM\HTMLDocument serialization escape text 01
10 $p->textContent = "this is <some> &text! \"\"";
15 <html><head></head><body><p>this is &lt;some&gt; &amp;text! ""</p></body></html>

Completed in 29 milliseconds

12345678910>>...34