Home
last modified time | relevance | path

Searched refs:text (Results 126 – 150 of 630) sorted by relevance

12345678910>>...26

/PHP-7.4/sapi/cli/tests/
H A Dbug43177.phpt62 Content-type: text/html; charset=UTF-8
70 Content-type: text/html; charset=UTF-8
77 Content-type: text/html; charset=UTF-8
84 Content-type: text/html; charset=UTF-8
/PHP-7.4/ext/pcre/tests/
H A Dbug77193.phpt11 $text = '{CCM:CID_2}';
20 $text
/PHP-7.4/ext/intl/tests/
H A Dbreakiter_createCodePointInstance_basic.phpt12 $text = 'ตัวอย่างข้อความ';
16 $codepoint_it->setText($text);
H A Dbug74484_MessageFormatter.phpt10 $text = "{a} {b} {c} {d} {e} {f} {g} {h} {i} {j} {k} {l}";
27 var_dump(MessageFormatter::formatMessage('en_US', $text, $vars));
/PHP-7.4/ext/intl/breakiterator/
H A Dbreakiterator_methods.cpp143 if (Z_ISUNDEF(bio->text)) { in PHP_FUNCTION()
146 ZVAL_COPY(return_value, &bio->text); in PHP_FUNCTION()
153 zend_string *text; in PHP_FUNCTION() local
157 if (zend_parse_parameters(ZEND_NUM_ARGS(), "S", &text) == FAILURE) { in PHP_FUNCTION()
165 ut = utext_openUTF8(ut, ZSTR_VAL(text), ZSTR_LEN(text), BREAKITER_ERROR_CODE_P(bio)); in PHP_FUNCTION()
176 zval_ptr_dtor(&bio->text); in PHP_FUNCTION()
177 ZVAL_STR_COPY(&bio->text, text); in PHP_FUNCTION()
/PHP-7.4/ext/simplexml/tests/
H A D003.phpt11 <!ENTITY included-entity "This is text included from an entity">
14 Plain text.
57 string(36) "This is text included from an entity"
/PHP-7.4/ext/xml/tests/
H A Dxml011.phpt17 $xml = '<text>start<b /> This &amp; that</text>';
70 <text><b>
/PHP-7.4/sapi/cgi/tests/
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-7.4/ext/dom/tests/
H A DDOMNode_hasChildNodes_basic.phpt27 $text = $doc->createTextNode('This is the title');
28 $title->appendChild($text);
37 var_dump($text->hasChildNodes());
H A Dnode_textcontent.phpt22 $text = '<p>hello world &trade;</p>';
29 $node->textContent = $text;
30 var_dump($node->textContent == $text);
/PHP-7.4/ext/fileinfo/tests/
H A Dfinfo_file_basic.phpt28 string(28) "text/x-php; charset=us-ascii"
29 string(%d) "PHP script, ASCII text%A"
30 string(28) "text/plain; charset=us-ascii"
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-7.4/ext/oci8/tests/
H A Dlob_029.phpt39 file_put_contents($fullname1, 'Some text in the bfile 1');
40 file_put_contents($fullname2, 'Some text in the bfile 2');
41 file_put_contents($fullname3, 'Some text in the bfile 3');
124 string(24) "Some text in the bfile 1"
126 string(24) "Some text in the bfile 2"
128 string(24) "Some text in the bfile 3"
132 string(24) "Some text in the bfile 1"
/PHP-7.4/ext/xmlrpc/libxmlrpc/
H A Dxml_to_soap.c341 XMLRPC_SetValueString(xCurrent, el->text.str, el->text.len); in xml_element_to_SOAP_REQUEST_worker()
344 XMLRPC_SetValueInt(xCurrent, atoi(el->text.str)); in xml_element_to_SOAP_REQUEST_worker()
347 XMLRPC_SetValueBoolean(xCurrent, atoi(el->text.str)); in xml_element_to_SOAP_REQUEST_worker()
351 XMLRPC_SetValueDouble(xCurrent, atof(el->text.str)); in xml_element_to_SOAP_REQUEST_worker()
357 XMLRPC_SetValueDateTime_ISO8601(xCurrent, el->text.str); in xml_element_to_SOAP_REQUEST_worker()
361 base64_decode_xmlrpc(&buf, el->text.str, el->text.len); in xml_element_to_SOAP_REQUEST_worker()
501 simplestring_add(&elem_val->text, buf); in SOAP_to_xml_element_worker()
506 simplestring_add(&elem_val->text, buf); in SOAP_to_xml_element_worker()
511 simplestring_add(&elem_val->text, buf); in SOAP_to_xml_element_worker()
519 simplestring_add(&elem_val->text, buf); in SOAP_to_xml_element_worker()
[all …]
/PHP-7.4/ext/standard/tests/file/
H A Dreadfile_variation3.phpt49 line of text
51 line of text
57 line of text
59 line of text
/PHP-7.4/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-7.4/ext/pdo_firebird/tests/
H A Dddl.phpt18 $dbh->exec("CREATE TABLE ddl (id INT NOT NULL PRIMARY KEY, text BLOB SUB_TYPE 1)");
26 var_dump($dbh->exec("INSERT INTO ddl (text) VALUES ('bla')"));
27 var_dump($dbh->exec("UPDATE ddl SET text='blabla'"));
/PHP-7.4/ext/zlib/tests/
H A Dbug48725.phpt9 $text = str_repeat('0123456789abcdef', 1000);
13 fwrite($temp, $text);
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_filter_inflate.phpt7 $text = 'HctBDoAgDETRq8zOjfEeHKOGATG0TRpC4u1Vdn/xX4IoxkVMxgP1zA4vkJVhULk9UGkM6TvSNolmxUNlNLePVQ45O3…
12 fwrite($fp, $text);
/PHP-7.4/ext/bz2/tests/
H A Dbug75776.phpt9 $text = str_repeat('0123456789abcdef', 1000);
13 fwrite($temp, $text);
H A Dbz2_filter_decompress.phpt7 $text = 'QlpoNDFBWSZTWRN6QG0AAAoVgECFACA395UgIABIintI1N6mpowIQ0E1MTTAQGYTNcRyMZm5kgW3ib7hVboE7Tmqj3…
12 fwrite($fp, $text);
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);
/PHP-7.4/ext/filter/tests/
H A D024.phpt10 var_dump(filter_var(" text here ", FILTER_SANITIZE_ENCODED));
18 string(23) "%20%20text%20here%20%20"
/PHP-7.4/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)));

Completed in 38 milliseconds

12345678910>>...26