Searched refs:text (Results 126 – 150 of 734) sorted by relevance
12345678910>>...30
/PHP-8.2/ext/fileinfo/tests/ |
H A D | finfo_file_regex.phpt | 10 * resources/test.awk: awk script, ASCII text 25 string(28) "text/plain; charset=us-ascii" 26 string(%d) "awk%sscript, ASCII text%A"
|
H A D | finfo_file_basic.phpt | 25 string(28) "text/x-php; charset=us-ascii" 26 string(22) "PHP script, ASCII text" 27 string(28) "text/plain; charset=us-ascii"
|
/PHP-8.2/ext/dom/tests/ |
H A D | DOMDocument_saveHTMLFile_invalid_filename.phpt | 18 $text = $doc->createTextNode('This is the title'); 19 $text = $title->appendChild($text);
|
H A D | DOMDocument_saveHTMLFile_formatOutput_gte_2_13.phpt | 23 $text = $doc->createTextNode('This is the title'); 24 $text = $title->appendChild($text);
|
H A D | DOMNode_hasChildNodes_basic.phpt | 25 $text = $doc->createTextNode('This is the title'); 26 $title->appendChild($text); 35 var_dump($text->hasChildNodes());
|
H A D | DOMDocument_saveHTML_basic_gte_2_13.phpt | 22 $text = $doc->createTextNode('This is the title'); 23 $text = $title->appendChild($text);
|
/PHP-8.2/ext/simplexml/tests/ |
H A D | 005.phpt | 12 Plain text. 16 Here we have some text data. 37 string(28) "Here we have some text data."
|
H A D | 003.phpt | 11 <!ENTITY included-entity "This is text included from an entity"> 14 Plain text. 56 string(36) "This is text included from an entity"
|
/PHP-8.2/sapi/cgi/tests/ |
H A D | bug81518b.phpt | 7 header('Content-Type: text/html'); 10 Content-type: text/html;charset=UTF-8
|
H A D | bug81518a.phpt | 8 "text/html;charset=ISO-8859-1\r\nContent-Length: 31\r\n\r\n" . 13 Content-type: text/html; charset=UTF-8
|
H A D | 010.phpt | 43 Content-type: text/html; charset=UTF-8 47 Content-type: text/html; charset=UTF-8 51 Content-type: text/html; charset=UTF-8
|
/PHP-8.2/ext/tidy/tests/ |
H A D | 014.phpt | 7 $text = "<B>testing</I>"; 8 $tidy = tidy_parse_string($text, array('show-body-only'=>true));
|
/PHP-8.2/ext/intl/breakiterator/ |
H A D | breakiterator_methods.cpp | 135 if (Z_ISUNDEF(bio->text)) { in PHP_METHOD() 138 ZVAL_COPY(return_value, &bio->text); in PHP_METHOD() 145 zend_string *text; in PHP_METHOD() local 149 if (zend_parse_parameters(ZEND_NUM_ARGS(), "S", &text) == FAILURE) { in PHP_METHOD() 155 ut = utext_openUTF8(ut, ZSTR_VAL(text), ZSTR_LEN(text), BREAKITER_ERROR_CODE_P(bio)); in PHP_METHOD() 166 zval_ptr_dtor(&bio->text); in PHP_METHOD() 167 ZVAL_STR_COPY(&bio->text, text); in PHP_METHOD()
|
/PHP-8.2/ext/xmlwriter/tests/ |
H A D | OO_008.phpt | 15 $xw->text('elem2*'); 18 $xw->text("attr1 CDATA #required\n"); 19 $xw->text('attr2 CDATA #implied');
|
/PHP-8.2/ext/pcre/tests/ |
H A D | bug77193.phpt | 7 $text = '{CCM:CID_2}'; 16 $text
|
/PHP-8.2/ext/intl/tests/ |
H A D | breakiter_createCodePointInstance_basic.phpt | 10 $text = 'ตัวอย่างข้อความ'; 14 $codepoint_it->setText($text);
|
/PHP-8.2/sapi/cli/tests/ |
H A D | bug43177.phpt | 62 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-8.2/ext/standard/tests/file/ |
H A D | readfile_variation3.phpt | 46 line of text 48 line of text 54 line of text 56 line of text
|
H A D | popen_pclose_basic.phpt | 71 line of text 73 line of text 75 line of text 77 line of text 79 line of text
|
/PHP-8.2/ext/oci8/tests/ |
H A D | lob_029.phpt | 41 file_put_contents($fullname1, 'Some text in the bfile 1'); 42 file_put_contents($fullname2, 'Some text in the bfile 2'); 43 file_put_contents($fullname3, 'Some text in the bfile 3'); 126 string(24) "Some text in the bfile 1" 128 string(24) "Some text in the bfile 2" 130 string(24) "Some text in the bfile 3" 134 string(24) "Some text in the bfile 1"
|
/PHP-8.2/Zend/tests/ |
H A D | closure_008.phpt | 6 function replace_spaces($text) { 10 return preg_replace_callback('/( +) /', $lambda, $text);
|
/PHP-8.2/ext/mbstring/tests/ |
H A D | mb_output_handler_runtime_ini_alteration-01.phpt | 11 ini_set('mbstring.http_output_conv_mimetypes', 'text'); 12 header("Content-Type: text/html");
|
/PHP-8.2/ext/zlib/tests/ |
H A D | bug48725.phpt | 7 $text = str_repeat('0123456789abcdef', 1000); 11 fwrite($temp, $text);
|
/PHP-8.2/ext/xml/tests/ |
H A D | xml011.phpt | 15 $xml = '<text>start<b /> This & that</text>'; 68 <text><b>
|
/PHP-8.2/ext/iconv/tests/ |
H A D | bug48147.phpt | 7 $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 21 milliseconds
12345678910>>...30