Home
last modified time | relevance | path

Searched refs:text (Results 576 – 598 of 598) sorted by path

1...<<21222324

/PHP-5.6/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.6/scripts/dev/generate-phpt/src/
H A DgtCodeSnippet.php46 $text = file($filename);
47 foreach ($text as $t) {
/PHP-5.6/tests/basic/
H A D021.phpt14 Content-Type: text/plain
31 string(10) "text/plain"
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
26 Content-Type: text/plain-file
32 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.6/tests/lang/
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 …]
H A Dbug21600.phpt19 function bar($text){
20 return $text;
23 function fubar($text){
24 $text = &$text;
25 return $text;
/PHP-5.6/win32/build/
H A Dconfutils.js255 function word_wrap_and_indent(indent, text, line_suffix, indent_char) argument
257 if (text == null) {
261 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.6/win32/
H A Dinstall.txt80 text files depending on some arguments you pass to them), you always
1284 ; any text on a line after an unquoted semicolon (;) is ignored
1285 [php] ; section markers (text within square brackets) are also ignored
1781 AddType text/html php
1785 AddType text/html php
H A Dphp5dllts.dsp595 SOURCE=..\ext\dom\text.c

Completed in 131 milliseconds

1...<<21222324