Home
last modified time | relevance | path

Searched refs:text (Results 176 – 200 of 832) sorted by relevance

12345678910>>...34

/php-src/ext/bz2/tests/
H A Dbz2_filter_compress.phpt7 $text = 'I am the very model of a modern major general, I\'ve information vegetable, animal, and mi…
12 fwrite($fp, $text);
H A Dbz2_filter_decompress.phpt7 $text = 'QlpoNDFBWSZTWRN6QG0AAAoVgECFACA395UgIABIintI1N6mpowIQ0E1MTTAQGYTNcRyMZm5kgW3ib7hVboE7Tmqj3…
12 fwrite($fp, $text);
/php-src/ext/fileinfo/tests/
H A Dbug71434.phpt19 text/x-script.python
20 Python script, ASCII text executable
H A Dbug57547.phpt22 string(28) "text/x-php; charset=us-ascii"
23 string(28) "text/x-php; charset=us-ascii"
/php-src/ext/zlib/tests/
H A Dzlib_filter_deflate.phpt7 $text = 'I am the very model of a modern major general, I\'ve information vegetable, animal, and mi…
12 fwrite($fp, $text);
H A Dzlib_scheme_file_put_contents_basic.phpt11 text to be read
24 text to be read
H A Dzlib_filter_deflate2.phpt7 $text = 'I am the very model of a modern major general, I\'ve information vegetable, animal, and mi…
11 fwrite($fp, $text);
H A Dgzopen_variation8.phpt11 text to be read
29 text to be read
/php-src/ext/spl/tests/
H A Dbug65069.phpt16 touch("$dirname/file.text");
45 unlink("$dirname/file.text");
50 file.text
/php-src/ext/dom/tests/
H A Dnode_textcontent.phpt23 $text = '<p>hello world &trade;</p>';
30 $node->textContent = $text;
31 var_dump($node->textContent == $text);
/php-src/ext/dom/lexbor/lexbor/html/interfaces/
H A Dstyle_element.c51 lxb_dom_text_t *text; in lxb_html_style_element_parse()
69 text = lxb_dom_interface_text(lxb_dom_interface_node(element)->first_child); in lxb_html_style_element_parse()
70 str = &text->char_data.data; in lxb_html_style_element_parse()
/php-src/ext/standard/tests/file/
H A Dis_writable_variation2.phpt29 create_files(__DIR__, 1, "text", 0755, 1, "w", $name_prefix, 2);
32 create_files(__DIR__, 1, "text", 0222, 1, "w", $name_prefix, 5);
34 create_files(__DIR__, 1, "text", 0114, 1, "w", $name_prefix, 7);
36 create_files(__DIR__, 1, "text", 0421, 1, "w", $name_prefix, 9);
37 create_files(__DIR__, 1, "text", 0422, 1, "w", $name_prefix, 10);
/php-src/ext/xsl/tests/
H A Dbug70535.phpt10 …//www.w3.org/1999/XSL/Transform"><xsl:template match="root"><xsl:text>success</xsl:text></xsl:temp…
/php-src/ext/sodium/tests/
H A Dinstalled.phpt12 text in the--EXPECT-- section below for the tests
14 expected text are interpreted as failure
/php-src/Zend/tests/
H A Dbug72813.phpt7 private $props = ['a' => 'text', 'b' => 1];
35 [a] => text
/php-src/ext/dom/tests/modern/spec/
H A Dappend_text_nodes_invalid_hierarchy.phpt2 Document::append() with text nodes in an invalid hierarchy
27 Cannot insert text as a child of a document
/php-src/ext/dom/lexbor/lexbor/dom/interfaces/
H A Dcdata_section.c42 status = lxb_dom_text_interface_copy(&new->text, &cdata->text); in lxb_dom_cdata_section_interface_clone()
H A Dcomment.c32 const lxb_dom_comment_t *text) in lxb_dom_comment_interface_clone() argument
42 status = lxb_dom_comment_interface_copy(new, text); in lxb_dom_comment_interface_clone()
/php-src/ext/simplexml/tests/
H A Dsxe_002.phpt13 Plain text.
18 Here we have some text data.
56 string(28) "Here we have some text data."
H A D009b.phpt11 Plain text.
13 Here we have some text data.
/php-src/ext/session/tests/
H A Dsession_basic3.phpt90 <input type="text" name="test2" />
190 <input type="text" name="test2" />
194 <input type="text" name="test2" />
198 <input type="text" name="test2" />
202 <input type="text" name="test2" />
206 <input type="text" name="test2" />
210 <input type="text" name="test2" />
214 <input type="text" name="test2" />
317 <input type="text" name="test2" />
321 <input type="text" name="test2" />
[all …]
/php-src/ext/intl/spoofchecker/
H A Dspoofchecker_main.c26 char *text; in PHP_METHOD() local
31 if (FAILURE == zend_parse_parameters(ZEND_NUM_ARGS(), "s|z", &text, &text_len, &error_code)) { in PHP_METHOD()
38 ret = uspoof_check2UTF8(co->uspoof, text, text_len, co->uspoofres, SPOOFCHECKER_ERROR_CODE_P(co)); in PHP_METHOD()
40 ret = uspoof_checkUTF8(co->uspoof, text, text_len, NULL, SPOOFCHECKER_ERROR_CODE_P(co)); in PHP_METHOD()
/php-src/ext/iconv/tests/
H A Dbug48289.phpt7 $text = "\xE3\x83\x86\xE3\x82\xB9\xE3\x83\x88\xE3\x83\x86\xE3\x82\xB9\xE3\x83\x88";
15 echo iconv_mime_encode('Subject', $text, $options);
/php-src/tests/basic/
H A D021.phpt14 Content-Type: text/plain
33 string(10) "text/plain"
/php-src/ext/mbstring/tests/
H A Dmb_check_encoding.phpt9 $str = "Japanese UTF-8 text. 日本語のUTF-8テキスト";
14 $str = "Japanese UTF-8 text. 日本語\xFE\x01\x02のUTF-8テキスト";

Completed in 24 milliseconds

12345678910>>...34