Home
last modified time | relevance | path

Searched refs:text (Results 201 – 225 of 642) sorted by relevance

12345678910>>...26

/PHP-7.2/ext/standard/tests/http/
H A Dbug67430.phpt22 "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-7.2/ext/standard/tests/image/
H A Dgetimagesize_variation_003.phpt12 //File containing text string
13 "File with text data" => "test.txt",
39 -- File with text data (test.txt) --
H A Dgetimagesize_variation3.phpt12 //File containing text string
13 "File with text data" => "test.txt",
39 -- File with text data (test.txt) --
/PHP-7.2/ext/pgsql/tests/
H A Dconfig.inc19 $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-7.2/ext/zlib/tests/
H A Dgzopen_variation8.phpt21 text to be read
40 text to be read
/PHP-7.2/ext/mbstring/tests/
H A Dmb_send_mail02.phpt32 Content-Type: text/plain; charset=%s
39 Content-Type: text/plain; charset=ISO-2022-JP
H A Dmb_send_mail04.phpt32 Content-Type: text/plain; charset=%s
39 Content-Type: text/plain; charset=%s-8859-15
H A Dmb_check_encoding_array.phpt9 $str = "Japanese UTF-8 text. 日本語のUTF-8テキスト";
16 $str = "Japanese UTF-8 text. 日本語\xFE\x01\x02のUTF-8テキスト";
H A Dmb_send_mail06.phpt35 Content-Type: text/plain; charset=%s
42 Content-Type: text/plain; charset=BIG5
H A Dmb_send_mail07.phpt35 Content-Type: text/plain; charset=%s
42 Content-Type: text/plain; charset=ISO-2022-KR
/PHP-7.2/sapi/cli/tests/
H A Dupload_2G.phpt50 Content-Type: text/plain; charset=UTF-8
87 Content-type: text/html; charset=UTF-8
95 string(10) "text/plain"
H A Dphp_cli_server_008.phpt60 Content-type: text/html; charset=UTF-8
68 Content-type: text/html; charset=UTF-8
/PHP-7.2/ext/standard/tests/file/
H A Dfgetcsv_variation15.phpt724 This is line of text without csv fields
739 This is line of text without csv fields
754 This is line of text without csv fields
769 This is line of text without csv fields
784 This is line of text without csv fields
799 This is line of text without csv fields
814 This is line of text without csv fields
829 This is line of text without csv fields
844 This is line of text without csv fields
859 This is line of text without csv fields
[all …]
H A Dfgetcsv_variation16.phpt728 This is line of text without csv fields
743 This is line of text without csv fields
758 This is line of text without csv fields
773 This is line of text without csv fields
788 This is line of text without csv fields
803 This is line of text without csv fields
818 This is line of text without csv fields
833 This is line of text without csv fields
848 This is line of text without csv fields
863 This is line of text without csv fields
[all …]
H A Dreadfile_variation1.phpt40 line of text
42 line of text
H A Dfgets_variation6.phpt23 $file_content_types = array("numeric", "text", "text_with_new_line", "alphanumeric");
76 -- File content type : text --
110 -- File content type : text --
144 -- File content type : text --
178 -- File content type : text --
212 -- File content type : text --
246 -- File content type : text --
280 -- File content type : text --
314 -- File content type : text --
348 -- File content type : text --
H A Dfgets_variation6-win32.phpt23 $file_content_types = array("numeric", "text", "text_with_new_line", "alphanumeric");
76 -- File content type : text --
110 -- File content type : text --
144 -- File content type : text --
178 -- File content type : text --
212 -- File content type : text --
246 -- File content type : text --
280 -- File content type : text --
314 -- File content type : text --
348 -- 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-7.2/ext/odbc/tests/
H A Dbug73725.phpt14 odbc_do($conn, "INSERT INTO bug73725 VALUES(101,'Any text', 33)");
32 string(8) "Any text"
/PHP-7.2/ext/dom/tests/
H A Dbug46335.phpt8 $text = 'This is an ‘example’ of using DOM splitText';
22 $node = $dom->createTextNode($text);
/PHP-7.2/ext/standard/tests/strings/
H A Dhebrev_error.phpt7 * Description: Convert logical Hebrew text to visual text
H A Dhebrevc_error.phpt7 * Description: Convert logical Hebrew text to visual text
/PHP-7.2/ext/fileinfo/tests/
H A Dfinfo_file_basic.phpt28 string(28) "text/x-php; charset=us-ascii"
29 string(32) "PHP script, ASCII text\012- data"
/PHP-7.2/ext/standard/tests/filters/
H A Dbasic.phpt7 $text = "Hello There!";
13 fwrite($fp, $GLOBALS["text"]);
/PHP-7.2/ext/pdo_pgsql/tests/
H A Dbug69344.phpt24 $stmt = $pdo->prepare("SELECT (?)::text AS a, (?)::text AS b");

Completed in 78 milliseconds

12345678910>>...26