Home
last modified time | relevance | path

Searched refs:text (Results 126 – 150 of 507) sorted by relevance

12345678910>>...21

/PHP-5.3/ext/zlib/tests/
H A Dzlib_filter_deflate.phpt7 $text = 'I am the very model of a modern major general, I\'ve information vegetable, animal, and mi…
12 fwrite($fp, $text);
H A Dzlib_filter_inflate.phpt7 $text = 'HctBDoAgDETRq8zOjfEeHKOGATG0TRpC4u1Vdn/xX4IoxkVMxgP1zA4vkJVhULk9UGkM6TvSNolmxUNlNLePVQ45O3…
12 fwrite($fp, $text);
H A Dzlib_filter_deflate2.phpt7 $text = 'I am the very model of a modern major general, I\'ve information vegetable, animal, and mi…
11 fwrite($fp, $text);
H A Dzlib_scheme_file_put_contents_basic.phpt15 text to be read
29 text to be read
/PHP-5.3/ext/bz2/tests/
H A Dbz2_filter_compress.phpt7 $text = 'I am the very model of a modern major general, I\'ve information vegetable, animal, and mi…
12 fwrite($fp, $text);
H A Dbz2_filter_decompress.phpt7 $text = 'QlpoNDFBWSZTWRN6QG0AAAoVgECFACA395UgIABIintI1N6mpowIQ0E1MTTAQGYTNcRyMZm5kgW3ib7hVboE7Tmqj3…
12 fwrite($fp, $text);
/PHP-5.3/ext/standard/tests/file/
H A Dreadfile_variation2.phpt71 line of text
73 line of text
81 line of text
83 line of text
H A Dfgetss_variation2.phpt25 this is the text containing \r character
116 string(41) "this is the text containing
122 string(46) "this text contains some html tags body br
177 string(41) "this is the text containing
183 string(46) "this text contains some html tags body br
238 string(41) "this is the text containing
244 string(46) "this text contains some html tags body br
299 string(41) "this is the text containing
305 string(46) "this text contains some html tags body br
360 string(41) "this is the text containing
[all …]
H A Dis_executable_variation2.phpt41 create_files(dirname(__FILE__), 1, "text", 0755, 1, "w", $name_prefix, 2);
44 create_files(dirname(__FILE__), 1, "text", 0222, 1, "w", $name_prefix, 5);
46 create_files(dirname(__FILE__), 1, "text", 0714, 1, "w", $name_prefix, 7);
48 create_files(dirname(__FILE__), 1, "text", 0421, 1, "w", $name_prefix, 9);
49 create_files(dirname(__FILE__), 1, "text", 0712, 1, "w", $name_prefix, 10);
H A Dis_readable_variation2.phpt40 create_files(dirname(__FILE__), 1, "text", 0755, 1, "w", $name_prefix, 2);
43 create_files(dirname(__FILE__), 1, "text", 0222, 1, "w", $name_prefix, 5);
45 create_files(dirname(__FILE__), 1, "text", 0411, 1, "w", $name_prefix, 7);
47 create_files(dirname(__FILE__), 1, "text", 0421, 1, "w", $name_prefix, 9);
48 create_files(dirname(__FILE__), 1, "text", 0422, 1, "w", $name_prefix, 10);
H A Duserfilters.phpt23 $text = b"Hello There!";
26 fwrite($fp, $text);
H A Dis_writable_variation2.phpt44 create_files(dirname(__FILE__), 1, "text", 0755, 1, "w", $name_prefix, 2);
47 create_files(dirname(__FILE__), 1, "text", 0222, 1, "w", $name_prefix, 5);
49 create_files(dirname(__FILE__), 1, "text", 0114, 1, "w", $name_prefix, 7);
51 create_files(dirname(__FILE__), 1, "text", 0421, 1, "w", $name_prefix, 9);
52 create_files(dirname(__FILE__), 1, "text", 0422, 1, "w", $name_prefix, 10);
/PHP-5.3/ext/standard/tests/strings/
H A Dstrip_tags_variation10.phpt22 '<a>This is a hyper text tag</a>',
25 '<b>This is \ta text in bold letters\r\s\malong with slashes\n</b>'
48 string(31) "<a>This is a hyper text tag</a>"
54 string(65) "<b>This is \ta text in bold letters\r\s\malong with slashes\n</b>"
/PHP-5.3/ext/sybase_ct/tests/
H A Dtest_msghandler_handled.phpt14 // {{{ bool sybase_msg_handler(int msgnumber, int severity, int state, int line, string text)
16 function user_message_handler($msgnumber, $severity, $state, $line, $text) {
19 printf("!!! %s\n", trim($text));
24 printf("*** Caught '%s'\n", trim($text));
/PHP-5.3/sapi/cgi/tests/
H A D003.phpt45 Content-type: text/html%r; charset=.*|%r
53 Content-type: text/html%r; charset=.*|%r
58 Content-type: text/html%r; charset=.*|%r
/PHP-5.3/tests/basic/
H A D021.phpt14 Content-Type: text/plain
31 string(10) "text/plain"
/PHP-5.3/ext/simplexml/tests/
H A D019.phpt12 Plain text.
17 Here we have some text data.
79 string(28) "Here we have some text data."
H A Dsxe_002.phpt15 Plain text.
20 Here we have some text data.
59 string(28) "Here we have some text data."
H A D009b.phpt11 Plain text.
13 Here we have some text data.
H A Dsxe_003.phpt15 Plain text.
20 Here we have some text data.
70 string(28) "Here we have some text data."
/PHP-5.3/ext/standard/tests/http/
H A Dbug60570.phpt15 "data://text/plain,HTTP/1.0 404 Not Found\r\n\r\n",
16 "data://text/plain,HTTP/1.0 404 Not Found\r\n\r\n",
17 "data://text/plain,HTTP/1.0 404 Not Found\r\n\r\n"
H A Dbug43510.phpt12 "data://text/plain,HTTP/1.0 200 OK\r\n\r\n",
13 "data://text/plain,HTTP/1.0 200 OK\r\n\r\n",
/PHP-5.3/ext/skeleton/tests/
H A D001.phpt12 text in the --EXPECT-- section below for the tests
14 expected text are interpreted as failure
/PHP-5.3/ext/gmp/tests/
H A D001.phpt12 text in the --EXPECT-- section below for the tests
14 expected text are interpreted as failure
/PHP-5.3/ext/phar/tests/files/
H A Dpear2coverage.phar.php234 $output->text("\n ");
236 $output->text("\n ");
242 $output->text("\n ");
248 $output->text("\n ");
250 $output->text("\n ");
252 $output->text("\n ");
258 $output->text("\n ");
260 $output->text("\n ");
299 $output->text(': ' . $line);
303 $output->text("\n ");
[all …]

Completed in 29 milliseconds

12345678910>>...21