Home
last modified time | relevance | path

Searched refs:text (Results 1 – 25 of 572) sorted by last modified time

12345678910>>...23

/PHP-5.5/win32/
H A Dphp5dllts.dsp595 SOURCE=..\ext\dom\text.c
H A Dinstall.txt80 text files depending on some arguments you pass to them), you always
1293 ; any text on a line after an unquoted semicolon (;) is ignored
1294 [php] ; section markers (text within square brackets) are also ignored
1790 AddType text/html php
1794 AddType text/html php
/PHP-5.5/win32/build/
H A Dconfutils.js253 function word_wrap_and_indent(indent, text, line_suffix, indent_char) argument
255 if (text == null) {
259 var words = text.split(new RegExp("\\s+", "g"));
H A Dmkdist.php143 $text = file_get_contents($source);
144 $text = preg_replace("/(\r\n?)|\n/", "\r\n", $text);
146 fwrite($fp, $text);
/PHP-5.5/tests/lang/
H A Dbug21600.phpt19 function bar($text){
20 return $text;
23 function fubar($text){
24 $text = &$text;
25 return $text;
H A D023.phpt69 Only two lines of text should follow:<br>
H A D024.phpt412 Only two lines of text should follow:
637 Only two lines of text should follow:
862 Only two lines of text should follow:
1087 Only two lines of text should follow:
1312 Only two lines of text should follow:
1537 Only two lines of text should follow:
1762 Only two lines of text should follow:
1987 Only two lines of text should follow:
2212 Only two lines of text should follow:
2437 Only two lines of text should follow:
[all …]
/PHP-5.5/tests/basic/
H A D029.phpt22 Content-Type: text/plain
39 string(10) "text/plain"
H A Dbug55500.phpt12 Content-Type: text/plain-file1
17 Content-Type: text/plain-file2
22 Content-Type: text/plain-file3
27 Content-Type: text/plain-file3
48 %unicode|string%(16) "text/plain-file1"
H A Denable_post_data_reading_02.phpt9 Content-Type: text/plain-file
25 Content-Type: text/plain-file
H A Drfc1867_anonymous_upload.phpt13 Content-Type: text/plain-file1
18 Content-Type: text/plain-file2
34 %string|unicode%(16) "text/plain-file1"
47 %string|unicode%(16) "text/plain-file2"
H A Drfc1867_array_upload.phpt13 Content-Type: text/plain-file1
18 Content-Type: text/plain-file2
23 Content-Type: text/plain-file3
48 %unicode|string%(16) "text/plain-file1"
50 %unicode|string%(16) "text/plain-file2"
52 %unicode|string%(16) "text/plain-file3"
H A Drfc1867_empty_upload.phpt17 Content-Type: text/plain-file1
22 Content-Type: text/plain-file2
27 Content-Type: text/plain-file3
49 %string|unicode%(16) "text/plain-file1"
75 %string|unicode%(16) "text/plain-file3"
H A Drfc1867_file_upload_disabled.phpt15 Content-Type: text/plain-file1
H A Drfc1867_malicious_input.phpt12 Content-Type: text/plain-file1
H A Drfc1867_max_file_size.phpt17 Content-Type: text/plain-file1
22 Content-Type: text/plain-file2
27 Content-Type: text/plain-file3;
49 %string|unicode%(16) "text/plain-file1"
75 %string|unicode%(16) "text/plain-file3"
H A Drfc1867_max_file_uploads_empty_files.phpt13 Content-Type: text/plain-file
18 Content-Type: text/plain-file
23 Content-Type: text/plain-file
28 Content-Type: text/plain-file
76 string(15) "text/plain-file"
89 string(15) "text/plain-file"
H A Drfc1867_max_file_uploads_empty_files_debug.phpt13 Content-Type: text/plain-file
18 Content-Type: text/plain-file
23 Content-Type: text/plain-file
28 Content-Type: text/plain-file
91 string(15) "text/plain-file"
H A Drfc1867_missing_boundary_2.phpt12 Content-Type: text/plain-file1
H A Drfc1867_post_max_filesize.phpt13 Content-Type: text/plain-file1
18 Content-Type: text/plain-file2
23 Content-Type: text/plain-file3
45 %string|unicode%(16) "text/plain-file1"
71 %string|unicode%(16) "text/plain-file3"
/PHP-5.5/scripts/dev/generate-phpt/src/
H A DgtCodeSnippet.php46 $text = file($filename);
47 foreach ($text as $t) {
/PHP-5.5/scripts/dev/
H A Dgenerate-phpt.phar175 * Get a text message
182 * Get the text message and return it
191 throw new LogicException('The text ' . $name . ' does not exist');
326 $text = file($filename);
327 foreach ($text as $t) {
/PHP-5.5/sapi/thttpd/
H A Dthttpd_patch1060 -rtx text/richtext
1061 -etx text/x-setext
1063 -css text/css
1064 -xml text/xml
1065 -dtd text/xml
1272 +css text/css
1278 +rtf text/rtf
1279 +sgml text/sgml
1280 +sgm text/sgml
1288 +xml text/xml
[all …]
/PHP-5.5/sapi/tux/
H A DREADME44 1. Install TUX as outlined in the QuickStart text.
/PHP-5.5/sapi/fpm/
H A Dphp-fpm.conf.in294 ; By default the status page output is formatted as text/plain. Passing either
370 ; response is formatted as text/plain with a 200 response code.

Completed in 69 milliseconds

12345678910>>...23