Home
last modified time | relevance | path

Searched refs:text (Results 151 – 175 of 832) sorted by relevance

12345678910>>...34

/php-src/ext/dom/tests/
H A DDOMNode_hasChildNodes_basic.phpt25 $text = $doc->createTextNode('This is the title');
26 $title->appendChild($text);
35 var_dump($text->hasChildNodes());
/php-src/sapi/cgi/tests/
H A Dbug81518a.phpt8 "text/html;charset=ISO-8859-1\r\nContent-Length: 31\r\n\r\n" .
13 Content-type: text/html; charset=UTF-8
H A D010.phpt43 Content-type: text/html; charset=UTF-8
47 Content-type: text/html; charset=UTF-8
51 Content-type: text/html; charset=UTF-8
/php-src/ext/dom/lexbor/lexbor/dom/interfaces/
H A Ddocument.h54 lexbor_mraw_t *text; member
169 return (lxb_char_t *) lexbor_mraw_alloc(document->text, in lxb_dom_document_create_text()
174 lxb_dom_document_destroy_text(lxb_dom_document_t *document, lxb_char_t *text) in lxb_dom_document_destroy_text() argument
176 return lexbor_mraw_free(document->text, text); in lxb_dom_document_destroy_text()
232 lxb_char_t *text);
/php-src/Zend/tests/
H A Dclosure_008.phpt6 function replace_spaces($text) {
10 return preg_replace_callback('/( +) /', $lambda, $text);
/php-src/ext/mbstring/tests/
H A Dmb_output_handler_runtime_ini_alteration-01.phpt11 ini_set('mbstring.http_output_conv_mimetypes', 'text');
12 header("Content-Type: text/html");
/php-src/ext/zlib/tests/
H A Dbug48725.phpt7 $text = str_repeat('0123456789abcdef', 1000);
11 fwrite($temp, $text);
H A Dzlib_filter_inflate.phpt7 $text = 'HctBDoAgDETRq8zOjfEeHKOGATG0TRpC4u1Vdn/xX4IoxkVMxgP1zA4vkJVhULk9UGkM6TvSNolmxUNlNLePVQ45O3…
12 fwrite($fp, $text);
/php-src/ext/iconv/tests/
H A Dbug48147.phpt7 $text = "aa\xC3\xC3\xC3\xB8aa";
8 var_dump(iconv("UTF-8", "UTF-8", $text));
9 var_dump(urlencode(iconv("UTF-8", "UTF-8//IGNORE", $text)));
/php-src/ext/xml/tests/
H A Dxml011.phpt15 $xml = '<text>start<b /> This &amp; that</text>';
68 <text><b>
/php-src/sapi/cli/tests/
H A Dphp_cli_server_005.phpt18 Content-Type: text/plain
51 Content-type: text/html; charset=UTF-8
61 string(10) "text/plain"
/php-src/ext/fileinfo/tests/
H A Dbug77961.magic3 !:mime text/x-srt
20 0 regex \^#import Objective-C source text
22 !:mime text/x-objective-c
48 0 search/1 FONT ASCII vfont text
/php-src/ext/standard/tests/strings/
H A Dstrip_tags_variation10.phpt15 '<a>This is a hyper text tag</a>',
18 '<b>This is \ta text in bold letters\r\s\malong with slashes\n</b>'
41 string(31) "<a>This is a hyper text tag</a>"
47 string(65) "<b>This is \ta text in bold letters\r\s\malong with slashes\n</b>"
H A Dstrip_tags_variation9.phpt14 "<a>This is a hyper text tag</a>",
17 "<b>This is \ta text in bold letters\r\s\malong with slashes\n</b>"
41 string(31) "<a>This is a hyper text tag</a>"
47 string(62) "<b>This is a text in bold letters
/php-src/ext/bz2/tests/
H A Dbug75776.phpt7 $text = str_repeat('0123456789abcdef', 1000);
11 fwrite($temp, $text);
/php-src/ext/tokenizer/
H A Dtokenizer.stub.php18 public string $text; variable in PhpToken
25 final public function __construct(int $id, string $text, int $line = -1, int $pos = -1) {} argument
/php-src/ext/standard/tests/file/
H A Dis_executable_variation2.phpt28 create_files(__DIR__, 1, "text", 0755, 1, "w", $name_prefix, 2);
31 create_files(__DIR__, 1, "text", 0222, 1, "w", $name_prefix, 5);
33 create_files(__DIR__, 1, "text", 0714, 1, "w", $name_prefix, 7);
35 create_files(__DIR__, 1, "text", 0421, 1, "w", $name_prefix, 9);
36 create_files(__DIR__, 1, "text", 0712, 1, "w", $name_prefix, 10);
H A Dis_readable_variation2.phpt28 create_files(__DIR__, 1, "text", 0755, 1, "w", $name_prefix, 2);
31 create_files(__DIR__, 1, "text", 0222, 1, "w", $name_prefix, 5);
33 create_files(__DIR__, 1, "text", 0411, 1, "w", $name_prefix, 7);
35 create_files(__DIR__, 1, "text", 0421, 1, "w", $name_prefix, 9);
36 create_files(__DIR__, 1, "text", 0422, 1, "w", $name_prefix, 10);
H A Dpopen_pclose_basic.phpt72 line of text
74 line of text
76 line of text
78 line of text
80 line of text
H A Dreadfile_variation2.phpt67 line of text
69 line of text
77 line of text
79 line of text
/php-src/ext/intl/tests/
H A Dbug74484_MessageFormatter.phpt7 $text = "{a} {b} {c} {d} {e} {f} {g} {h} {i} {j} {k} {l}";
24 var_dump(MessageFormatter::formatMessage('en_US', $text, $vars));
H A Dcpbi_clone_equality.phpt10 $text = 'ตัวอย่างข้อความ';
14 $it->setText($text);
/php-src/.github/actions/notify-slack/
H A Daction.yml10text": "Job in *nightly* failed", "footer": "<https://github.com/php/php-src/actions/runs/${{ gith…
/php-src/ext/dom/tests/modern/html/interactions/
H A Dnoscript.phpt16 echo "--- Modifying the text content: tag ---\n";
24 echo "--- Modifying the text content: trick ---\n";
39 --- Modifying the text content: tag ---
44 --- Modifying the text content: trick ---
/php-src/ext/filter/tests/
H A D024.phpt10 var_dump(filter_var(" text here ", FILTER_SANITIZE_ENCODED));
18 string(23) "%20%20text%20here%20%20"

Completed in 56 milliseconds

12345678910>>...34