Home
last modified time | relevance | path

Searched refs:lines (Results 1 – 25 of 80) sorted by last modified time

1234

/PHP-5.5/win32/build/
H A Dconfutils.js265 var lines = 0;
287 if (lines++) {
302 if (lines)
1759 var lines = new Array();
1795 lines.push(ln);
1812 lines.push("#define " + keys[i] + " " + item[0]);
1822 for (var k in lines) {
1823 outfile.WriteLine(lines[k]);
H A Dprojectgen.js514 sources = newarr[1].replace(/\\/g, ""); /* continuation lines */
/PHP-5.5/win32/
H A Dinstall.txt521 You should add the following lines to your Apache httpd.conf file:
546 Installation Steps section, you need to insert these lines to your
647 You need to insert these three lines to your Apache httpd.conf
669 You need to insert these two lines to your Apache httpd.conf
714 two lines:
721 important lines in obj.conf and allow the web server to handle
739 two lines:
748 and add the following: You should place the lines after mime types
761 all 'ObjectType' and before all 'AddLog' lines:
970 the extension=php_*.dll lines in php.ini. This is done by deleting
[all …]
/PHP-5.5/tests/
H A Dquicktester.inc23 // ignore empty lines
/PHP-5.5/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 …]
/PHP-5.5/
H A Dserver-tests.php1502 $lines = preg_split("/[\n\r]+/",$section_text['EXPECTHEADERS']);
1504 foreach ($lines as $line) {
H A Drun-tests.php1873 $lines = preg_split("/[\n\r]+/", $section_text['EXPECTHEADERS']);
1875 foreach($lines as $line) {
H A Dphp.ini-development22 ; The syntax of the file is extremely simple. Whitespace and lines
501 ; source lines.
H A Dphp.ini-production22 ; The syntax of the file is extremely simple. Whitespace and lines
501 ; source lines.
/PHP-5.5/scripts/dev/generate-phpt/src/
H A DgtCodeSnippet.php24 $lines = file($filename);
25 foreach($lines as $l) {
/PHP-5.5/scripts/dev/
H A Dgenerate-phpt.phar304 $lines = file($filename);
305 foreach($lines as $l) {
H A Dcheck_parameters.php320 $lines = preg_split("/(\r\n?|\n)/S", $txt, -1, PREG_SPLIT_DELIM_CAPTURE);
323 for ($i = 0; $i < count($lines); ++$i) {
324 $j += strlen($lines[$i]) + strlen(@$lines[++$i]);
/PHP-5.5/sapi/nsapi/
H A Dnsapi-readme.txt26 Place the following two lines after mime.types init in
47 # all 'AddLog' lines
/PHP-5.5/sapi/cli/tests/
H A D013.phpt2 running PHP code before and after processing input lines with -B and -E
/PHP-5.5/sapi/cgi/tests/
H A D010.phpt2 Bug #45860 (header() function fails to correctly replace all Status lines)
/PHP-5.5/ext/zlib/tests/
H A Dgzfilegzreadfile.phpt39 $lines = gzfile($filename);
43 foreach ($lines as $line) {
/PHP-5.5/ext/standard/tests/strings/
H A Ducwords_basic.phpt12 // lines with different whitespace charecter
H A Dstrrpos_variation3.phpt15 echo "-- With heredoc string containing multi lines --\n";
18 spanning multiple lines
31 -- With heredoc string containing multi lines --
H A Dstrncmp_variation9.phpt17 spanning multiple lines
H A Dstrrev_variation3.phpt15 spanning multiple lines
H A Dstrripos_variation3.phpt15 echo "-- With heredoc string containing multi lines --\n";
18 spanning multiple lines
42 -- With heredoc string containing multi lines --
H A Dstrncasecmp_variation9.phpt17 spanning multiple lines
H A Dstrrchr_variation3.phpt17 spanning multiple lines
41 spanning multiple lines
H A Dstripos_variation3.phpt15 echo "-- With heredoc string containing multi lines --\n";
18 spanning multiple lines
31 -- With heredoc string containing multi lines --

Completed in 73 milliseconds

1234