Home
last modified time | relevance | path

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

12345678910>>...26

/PHP-7.1/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.1/ext/xmlrpc/libxmlrpc/
H A Dxml_to_soap.c346 XMLRPC_SetValueString(xCurrent, el->text.str, el->text.len); in xml_element_to_SOAP_REQUEST_worker()
349 XMLRPC_SetValueInt(xCurrent, atoi(el->text.str)); in xml_element_to_SOAP_REQUEST_worker()
352 XMLRPC_SetValueBoolean(xCurrent, atoi(el->text.str)); in xml_element_to_SOAP_REQUEST_worker()
356 XMLRPC_SetValueDouble(xCurrent, atof(el->text.str)); in xml_element_to_SOAP_REQUEST_worker()
362 XMLRPC_SetValueDateTime_ISO8601(xCurrent, el->text.str); in xml_element_to_SOAP_REQUEST_worker()
366 base64_decode_xmlrpc(&buf, el->text.str, el->text.len); in xml_element_to_SOAP_REQUEST_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()
516 simplestring_add(&elem_val->text, buf); in SOAP_to_xml_element_worker()
524 simplestring_add(&elem_val->text, buf); in SOAP_to_xml_element_worker()
[all …]
/PHP-7.1/Zend/tests/
H A Dclosure_008.phpt6 function replace_spaces($text) {
10 return preg_replace_callback('/( +) /', $lambda, $text);
/PHP-7.1/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.1/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.1/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.1/ext/xml/tests/
H A Dxml011.phpt17 $xml = '<text>start<b /> This &amp; that</text>';
70 <text><b>
/PHP-7.1/ext/fileinfo/tests/
H A Dfinfo_file_basic.phpt28 string(28) "text/x-php; charset=us-ascii"
29 string(22) "PHP script, ASCII text"
30 string(25) "text/plain; charset=utf-8"
/PHP-7.1/sapi/cli/tests/
H A Dbug43177.phpt67 Content-type: text/html; charset=UTF-8
75 Content-type: text/html; charset=UTF-8
82 Content-type: text/html; charset=UTF-8
89 Content-type: text/html; charset=UTF-8
H A Dphp_cli_server_005.phpt23 Content-Type: text/plain
56 Content-type: text/html; charset=UTF-8
64 string(10) "text/plain"
/PHP-7.1/ext/standard/tests/file/
H A Dreadfile_variation3.phpt49 line of text
51 line of text
57 line of text
59 line of text
H A Dpopen_pclose_basic.phpt79 line of text
81 line of text
83 line of text
85 line of text
87 line of text
/PHP-7.1/ext/intl/tests/
H A Dbreakiter_createCodePointInstance_basic.phpt12 $text = 'ตัวอย่างข้อความ';
16 $codepoint_it->setText($text);
H A Ddateformat_localtime.phpt62 $res_str .= "\nInput text is : $text_entry";
101 Input text is : Thursday, December 18, 1969 8:49:59 AM PST
111 Input text is : June 18, 1969 8:49:59 AM
121 Input text is : 12/18/69 8:49 AM
130 Input text is : 19691218 08:49 AM
H A Ddateformat_parse_localtime_parsepos.phpt50 $res_str .= "\nInput text is : $text_entry";
85 Input text is : Thursday, December 18, 1969 8:49:59 AM PST
95 Input text is : June 18, 1969 8:49:59 AM
105 Input text is : 12/18/69 8:49 AM
114 Input text is : 19691218 08:49 AM
/PHP-7.1/ext/session/tests/
H A Dsession_basic3.phpt94 <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" />
218 <input type="text" name="test2" />
321 <input type="text" name="test2" />
325 <input type="text" name="test2" />
[all …]
/PHP-7.1/ext/pdo_firebird/tests/
H A Dddl.phpt14 $db->exec("CREATE TABLE ddl (id INT NOT NULL PRIMARY KEY, text BLOB SUB_TYPE 1)");
22 var_dump($db->exec("INSERT INTO ddl (text) VALUES ('bla')"));
23 var_dump($db->exec("UPDATE ddl SET text='blabla'"));
/PHP-7.1/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.1/ext/standard/tests/strings/
H A Dstrip_tags_variation9.phpt21 "<a>This is a hyper text tag</a>",
24 "<b>This is \ta text in bold letters\r\s\malong with slashes\n</b>"
47 string(31) "<a>This is a hyper text tag</a>"
53 string(62) "<b>This is a text in bold letters
/PHP-7.1/scripts/dev/generate-phpt/src/
H A DgtCodeSnippet.php46 $text = file($filename);
47 foreach ($text as $t) {
/PHP-7.1/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-7.1/ext/imap/
H A Dphp_imap.h55 #define LSIZE text.size
56 #define LTEXT text.data
63 #define LTEXT text
83 SIZEDTEXT text; member
90 SIZEDTEXT text; member
/PHP-7.1/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_filter_inflate.phpt7 $text = 'HctBDoAgDETRq8zOjfEeHKOGATG0TRpC4u1Vdn/xX4IoxkVMxgP1zA4vkJVhULk9UGkM6TvSNolmxUNlNLePVQ45O3…
12 fwrite($fp, $text);

Completed in 34 milliseconds

12345678910>>...26