/PHP-8.2/ext/standard/tests/array/ |
H A D | array_unshift_variation8.phpt | 20 'This is a text with special chars: \!\@\#\$\%\^\&\*\(\)\\', 22 'This is \ta text in bold letters\r\s\malong with slashes\n : HELLO WORLD\t' 120 string(56) "This is a text with special chars: \!\@\#\$\%\^\&\*\(\)\" 133 string(56) "This is a text with special chars: \!\@\#\$\%\^\&\*\(\)\" 182 string(74) "This is \ta text in bold letters\r\s\malong with slashes\n : HELLO WORLD\t" 195 string(74) "This is \ta text in bold letters\r\s\malong with slashes\n : HELLO WORLD\t"
|
/PHP-8.2/ext/standard/tests/http/ |
H A D | bug80256.phpt | 12 "data://text/plain,HTTP/1.1 302 Moved Temporarily\r\n" 16 "data://text/plain,HTTP/1.1 200 Ok\r\n"
|
H A D | gh15034.phpt | 16 "data://text/plain,HTTP/1.1 200 OK\r\n" 17 . "Content-Type: text/plain\r\n"
|
H A D | bug67430.phpt | 22 "data://text/plain,HTTP/1.1 308\r\nLocation: /foo\r\n\r\n", 23 "data://text/plain,HTTP/1.1 200\r\nConnection: close\r\n\r\n",
|
/PHP-8.2/sapi/cgi/tests/ |
H A D | apache_response_headers.phpt | 19 header( "Content-type: text/html; charset=UTF-8" ); 45 string(24) "text/html; charset=UTF-8"
|
/PHP-8.2/ext/simplexml/tests/ |
H A D | 009.phpt | 11 Plain text. 16 Here we have some text data.
|
/PHP-8.2/ext/xml/tests/ |
H A D | xml_set_processing_instruction_handler_basic.phpt | 30 <?xml-stylesheet href="default.xsl" type="text/xml"?> 41 Data: href="default.xsl" type="text/xml"
|
/PHP-8.2/ext/intl/tests/ |
H A D | cpbi_parts_iterator.phpt | 10 $text = 'ตัวอย่างข้อความ'; 13 $it->getBreakIterator()->setText($text);
|
/PHP-8.2/sapi/cli/tests/ |
H A D | bug70470.phpt | 19 fwrite($fp, "-Type: text/html; charset=UTF-8\r\n"); 36 string(24) "text/html; charset=UTF-8"
|
H A D | php_cli_server_013.phpt | 130 Content-Type: text/html; charset=UTF-8 139 Content-Type: text/html; charset=UTF-8 148 Content-Type: text/html; charset=UTF-8 156 Content-Type: text/html; charset=UTF-8 166 Content-Type: text/html; charset=UTF-8 176 Content-Type: text/html; charset=UTF-8
|
H A D | php_cli_server_008.phpt | 51 Content-type: text/html; charset=UTF-8 59 Content-type: text/html; charset=UTF-8
|
H A D | cli_server_persistent_string002.phpt | 32 Content-type: text/html; charset=UTF-8 39 Content-type: text/html; charset=UTF-8
|
/PHP-8.2/Zend/ |
H A D | zend_language_scanner.h | 55 const char *text, size_t length, void *context); 71 char text; member
|
/PHP-8.2/ext/standard/tests/image/ |
H A D | getimagesize_variation3.phpt | 6 //File containing text string 7 "File with text data" => "test.txt", 32 -- File with text data (test.txt) --
|
/PHP-8.2/ext/intl/spoofchecker/ |
H A D | spoofchecker_main.c | 26 char *text; in PHP_METHOD() local 31 if (FAILURE == zend_parse_parameters(ZEND_NUM_ARGS(), "s|z", &text, &text_len, &error_code)) { in PHP_METHOD() 37 ret = uspoof_checkUTF8(co->uspoof, text, text_len, NULL, SPOOFCHECKER_ERROR_CODE_P(co)); in PHP_METHOD()
|
/PHP-8.2/ext/dom/tests/ |
H A D | dom001.phpt | 113 Node Name: #text 122 Node Name: #text 128 Node Name: #text 144 Node Name: #text 153 Node Name: #text 175 Node Name: #text 231 Node Name: #text 240 Node Name: #text
|
/PHP-8.2/ext/filter/tests/ |
H A D | 010.phpt | 10 var_dump(filter_var(array(1,"1","", "-23234", "text", "asdf234asdfgs", array()), FILTER_VALIDATE_IN… 11 var_dump(filter_var(array(1.2,"1.7","", "-23234.123", "text", "asdf234.2asdfgs", array()), FILTER_V…
|
/PHP-8.2/ext/standard/tests/file/ |
H A D | readfile_variation1.phpt | 36 line of text 38 line of text
|
/PHP-8.2/ext/mbstring/tests/ |
H A D | other_encodings.phpt | 2 Test of oddball text encodings which are not tested elsewhere 13 // "7bit". This is not a real text encoding.
|
H A D | mb_check_encoding_array.phpt | 9 $str = "Japanese UTF-8 text. 日本語のUTF-8テキスト"; 16 $str = "Japanese UTF-8 text. 日本語\xFE\x01\x02のUTF-8テキスト";
|
H A D | mb_send_mail01.phpt | 37 Content-Type: text/plain; charset=%s 44 Content-Type: text/plain; charset=UTF-8
|
H A D | mb_send_mail03.phpt | 37 Content-Type: text/plain; charset=%s 44 Content-Type: text/plain; charset=%s-8859-1
|
/PHP-8.2/ext/odbc/tests/ |
H A D | bug73725.phpt | 16 odbc_do($conn, "INSERT INTO bug73725 VALUES(101,'Any text', 33)"); 33 string(8) "Any text"
|
/PHP-8.2/ext/pgsql/tests/ |
H A D | config.inc | 19 $table_def = "CREATE TABLE {$table_name} (num int, str text, bin bytea);"; 20 $table_def_92 = "CREATE TABLE {$table_name_92} (textary text[], jsn json);";
|
/PHP-8.2/ext/pdo_pgsql/tests/ |
H A D | bug69344.phpt | 26 $stmt = $pdo->prepare("SELECT (?)::text AS a, (?)::text AS b");
|