/PHP-8.2/ext/standard/tests/filters/ |
H A D | basic.phpt | 6 $text = "Hello There!"; 12 fwrite($fp, $GLOBALS["text"]);
|
/PHP-8.2/sapi/cli/tests/ |
H A D | php_cli_server_019.phpt | 43 Content-type: text/html; charset=UTF-8 63 string(24) "text/html; charset=UTF-8"
|
/PHP-8.2/ext/dom/tests/ |
H A D | bug46335.phpt | 8 $text = 'This is an ‘example’ of using DOM splitText'; 22 $node = $dom->createTextNode($text);
|
H A D | bug81642.phpt | 20 // Replace with text node 26 // Replace with text node variant 2
|
H A D | dom_xinclude.phpt | 40 #text 43 #text
|
/PHP-8.2/ext/mbstring/tests/ |
H A D | mb_send_mail02.phpt | 37 Content-Type: text/plain; charset=%s 44 Content-Type: text/plain; charset=ISO-2022-JP
|
H A D | mb_send_mail04.phpt | 37 Content-Type: text/plain; charset=%s 44 Content-Type: text/plain; charset=%s-8859-15
|
H A D | mb_send_mail06.phpt | 40 Content-Type: text/plain; charset=%s 47 Content-Type: text/plain; charset=BIG5
|
H A D | mb_send_mail05.phpt | 40 Content-Type: text/plain; charset=%s 48 Content-Type: text/plain; charset=HZ-GB-2312
|
/PHP-8.2/ext/gd/tests/ |
H A D | bug50194.phpt | 19 $text = 'Testing ... '; 21 imagettftext($im, 40, 0, 10, 40, $black, $font, $text);
|
/PHP-8.2/tests/basic/ |
H A D | GHSA-9pqp-7h25-4f32.phpt | 72 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 D | fgetcsv_error_conditions.csv | 2 This is line of text without csv fields
|
H A D | fgetcsv_variation15.phpt | 719 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 D | fgetcsv_variation16.phpt | 723 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 D | fgets_variation6-win32.phpt | 18 $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 D | fgets_variation6.phpt | 18 $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 D | file.inc | 42 "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 D | bug69337.phpt | 24 "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 D | gh9316.phpt | 12 …"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 D | OO_007.phpt | 16 $xw->text('a&b'); 20 $xw->text("<>\"'&");
|
/PHP-8.2/ext/intl/breakiterator/ |
H A D | codepointiterator_internal.cpp | 117 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 D | codepointiterator_internal.h | 54 void setText(const UnicodeString &text) override; 56 void setText(UText *text, UErrorCode &status) override;
|
/PHP-8.2/ext/openssl/tests/ |
H A D | openssl_cms_sign_verify_basic.phpt | 22 print("Plain text:\n"); 39 Plain text:
|
/PHP-8.2/Zend/tests/ |
H A D | bug80972.phpt | 16 $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 D | phpdbg_lexer.h | 26 unsigned char *text; member
|