Home
last modified time | relevance | path

Searched refs:text (Results 226 – 250 of 734) sorted by relevance

12345678910>>...30

/PHP-8.2/ext/standard/tests/filters/
H A Dbasic.phpt6 $text = "Hello There!";
12 fwrite($fp, $GLOBALS["text"]);
/PHP-8.2/sapi/cli/tests/
H A Dphp_cli_server_019.phpt43 Content-type: text/html; charset=UTF-8
63 string(24) "text/html; charset=UTF-8"
/PHP-8.2/ext/dom/tests/
H A Dbug46335.phpt8 $text = 'This is an ‘example’ of using DOM splitText';
22 $node = $dom->createTextNode($text);
H A Dbug81642.phpt20 // Replace with text node
26 // Replace with text node variant 2
H A Ddom_xinclude.phpt40 #text
43 #text
/PHP-8.2/ext/mbstring/tests/
H A Dmb_send_mail02.phpt37 Content-Type: text/plain; charset=%s
44 Content-Type: text/plain; charset=ISO-2022-JP
H A Dmb_send_mail04.phpt37 Content-Type: text/plain; charset=%s
44 Content-Type: text/plain; charset=%s-8859-15
H A Dmb_send_mail06.phpt40 Content-Type: text/plain; charset=%s
47 Content-Type: text/plain; charset=BIG5
H A Dmb_send_mail05.phpt40 Content-Type: text/plain; charset=%s
48 Content-Type: text/plain; charset=HZ-GB-2312
/PHP-8.2/ext/gd/tests/
H A Dbug50194.phpt19 $text = 'Testing ... ';
21 imagettftext($im, 40, 0, 10, 40, $black, $font, $text);
/PHP-8.2/tests/basic/
H A DGHSA-9pqp-7h25-4f32.phpt72 Content-type: text/html; charset=UTF-8
84 Content-type: text/html; charset=UTF-8
96 Content-type: text/html; charset=UTF-8
/PHP-8.2/ext/standard/tests/file/
H A Dfgetcsv_error_conditions.csv2 This is line of text without csv fields
H A Dfgetcsv_variation15.phpt719 This is line of text without csv fields
734 This is line of text without csv fields
749 This is line of text without csv fields
764 This is line of text without csv fields
779 This is line of text without csv fields
794 This is line of text without csv fields
809 This is line of text without csv fields
824 This is line of text without csv fields
839 This is line of text without csv fields
854 This is line of text without csv fields
[all …]
H A Dfgetcsv_variation16.phpt723 This is line of text without csv fields
738 This is line of text without csv fields
753 This is line of text without csv fields
768 This is line of text without csv fields
783 This is line of text without csv fields
798 This is line of text without csv fields
813 This is line of text without csv fields
828 This is line of text without csv fields
843 This is line of text without csv fields
858 This is line of text without csv fields
[all …]
H A Dfgets_variation6-win32.phpt18 $file_content_types = array("numeric", "text", "text_with_new_line", "alphanumeric");
71 -- File content type : text --
105 -- File content type : text --
139 -- File content type : text --
173 -- File content type : text --
207 -- File content type : text --
241 -- File content type : text --
275 -- File content type : text --
309 -- File content type : text --
343 -- File content type : text --
H A Dfgets_variation6.phpt18 $file_content_types = array("numeric", "text", "text_with_new_line", "alphanumeric");
71 -- File content type : text --
105 -- File content type : text --
139 -- File content type : text --
173 -- File content type : text --
207 -- File content type : text --
241 -- File content type : text --
275 -- File content type : text --
309 -- File content type : text --
343 -- File content type : text --
H A Dfile.inc42 "text" = fills with string of size $file_size
50 if ( $fill_type == "text" ) {
51 $data = "text ";
55 $data = "line\nline of text\n";
87 "text" = fills with string of size $file_size
100 } if ( $fill_type == "text" ) {
101 $data = "text ";
105 $data = "line\nline of text\n";
214 "text" = fill file with regular text
334 text = fill file with regular text
[all …]
/PHP-8.2/ext/standard/tests/http/
H A Dbug69337.phpt24 "data://text/plain,HTTP/1.0 302 Found\r\nLocation: /try-again\r\n\r\n",
25 "data://text/plain,HTTP/1.0 404 Not Found\r\n\r\n",
H A Dgh9316.phpt12 …"data://text/plain,HTTP/1.1 200 Some very long reason-phrase to test that this is properly handled…
13 "data://text/plain,HTTP/1.1 200 \r\nGood: Header\r\n\r\nBody",
/PHP-8.2/ext/xmlwriter/tests/
H A DOO_007.phpt16 $xw->text('a&b');
20 $xw->text("<>\"'&");
/PHP-8.2/ext/intl/breakiterator/
H A Dcodepointiterator_internal.cpp117 void CodePointBreakIterator::setText(const UnicodeString &text) in setText() argument
122 this->fText = utext_openConstUnicodeString(this->fText, &text, &uec); in setText()
127 void CodePointBreakIterator::setText(UText *text, UErrorCode &status) in setText() argument
133 this->fText = utext_clone(this->fText, text, false, true, &status); in setText()
H A Dcodepointiterator_internal.h54 void setText(const UnicodeString &text) override;
56 void setText(UText *text, UErrorCode &status) override;
/PHP-8.2/ext/openssl/tests/
H A Dopenssl_cms_sign_verify_basic.phpt22 print("Plain text:\n");
39 Plain text:
/PHP-8.2/Zend/tests/
H A Dbug80972.phpt16 $string = 'Here is some text for good measure';
41 string(34) "Here is some text for good measure"
/PHP-8.2/sapi/phpdbg/
H A Dphpdbg_lexer.h26 unsigned char *text; member

Completed in 24 milliseconds

12345678910>>...30