mirror of
https://github.com/php/web-php.git
synced 2026-03-23 23:02:13 +01:00
Sync final and leading newlines
This patch adds some missing newlines, trims some multiple redundant final newlines into a single one, and trims few redundant leading newlines. According to POSIX, a line is a sequence of zero or more non-'<newline>' characters plus a terminating '<newline>' character. [1] Files should normally have at least one final newline character. C89 [2] and later standards [3] mention a final newline: "A source file that is not empty shall end in a new-line character, which shall not be immediately preceded by a backslash character." Although it is not mandatory for all files to have a final newline fixed, a more consistent and homogeneous approach brings less of commit differences issues and a better development experience in certain text editors and IDEs. [1] http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap03.html#tag_03_206 [2] https://port70.net/~nsz/c/c89/c89-draft.html#2.1.1.2 [3] https://port70.net/~nsz/c/c99/n1256.html#5.1.1.2
This commit is contained in:
@@ -14,4 +14,3 @@ if (strncmp($_SERVER["DOCUMENT_ROOT"], $afilename, $len) == 0) {
|
||||
}
|
||||
}
|
||||
include_once "error.php";
|
||||
|
||||
|
||||
@@ -15901,4 +15901,3 @@ contents). (Zeev)</li>
|
||||
<!-- }}} --></section>
|
||||
|
||||
<?php site_footer(); ?>
|
||||
|
||||
|
||||
@@ -92,4 +92,3 @@ site_header("News Archive - 1998", array("cache" => true));
|
||||
</p>
|
||||
|
||||
<?php site_footer(array('elephpants' => true, 'sidebar' => $SIDEBAR_DATA));
|
||||
|
||||
|
||||
@@ -118,4 +118,3 @@ site_header("News Archive - 1999", array("cache" => true));
|
||||
</p>
|
||||
|
||||
<?php site_footer(array('elephpants' => true, 'sidebar' => $SIDEBAR_DATA));
|
||||
|
||||
|
||||
@@ -166,4 +166,3 @@ site_header("News Archive - 2000", array("cache" => true));
|
||||
</p>
|
||||
|
||||
<?php site_footer(array('elephpants' => true, 'sidebar' => $SIDEBAR_DATA));
|
||||
|
||||
|
||||
@@ -966,4 +966,3 @@ site_header("News Archive - 2009", array("cache" => true));
|
||||
|
||||
|
||||
<?php site_footer(array('elephpants' => true, 'sidebar' => $SIDEBAR_DATA));
|
||||
|
||||
|
||||
@@ -1486,4 +1486,3 @@ site_header("News Archive - 2013", array("cache" => true));
|
||||
<?php
|
||||
|
||||
site_footer(array('elephpants' => true, 'sidebar' => $SIDEBAR_DATA));
|
||||
|
||||
|
||||
@@ -2095,4 +2095,3 @@ The list of changes is recorded in the <a href="http://www.php.net/ChangeLog-5.p
|
||||
|
||||
/* %s/<a href="\(.*\)"><img src="\/images\/news\/\(.*\)" alt="\(.*\)" width.*><\/a>/<?php news_image("\1", "\2", "\3"); ?>/g */
|
||||
site_footer(array('elephpants' => true, 'sidebar' => $SIDEBAR_DATA));
|
||||
|
||||
|
||||
@@ -22,4 +22,3 @@ print_news($NEWS_ENTRIES, array("conferences", "cfp", "frontpage", "nofrontpage"
|
||||
|
||||
/* %s/<a href="\(.*\)"><img src="\/images\/news\/\(.*\)" alt="\(.*\)" width.*><\/a>/<?php news_image("\1", "\2", "\3"); ?>/g */
|
||||
site_footer(array('elephpants' => true, 'sidebar' => $SIDEBAR_DATA));
|
||||
|
||||
|
||||
@@ -22,4 +22,3 @@ print_news($NEWS_ENTRIES, array("conferences", "cfp", "frontpage", "nofrontpage"
|
||||
|
||||
/* %s/<a href="\(.*\)"><img src="\/images\/news\/\(.*\)" alt="\(.*\)" width.*><\/a>/<?php news_image("\1", "\2", "\3"); ?>/g */
|
||||
site_footer(array('elephpants' => true, 'sidebar' => $SIDEBAR_DATA));
|
||||
|
||||
|
||||
@@ -22,4 +22,3 @@ print_news($NEWS_ENTRIES, null, 500, 2017);
|
||||
|
||||
/* %s/<a href="\(.*\)"><img src="\/images\/news\/\(.*\)" alt="\(.*\)" width.*><\/a>/<?php news_image("\1", "\2", "\3"); ?>/g */
|
||||
site_footer(array('elephpants' => true, 'sidebar' => $SIDEBAR_DATA));
|
||||
|
||||
|
||||
@@ -22,4 +22,3 @@ print_news($NEWS_ENTRIES, null, 500, 2018);
|
||||
|
||||
/* %s/<a href="\(.*\)"><img src="\/images\/news\/\(.*\)" alt="\(.*\)" width.*><\/a>/<?php news_image("\1", "\2", "\3"); ?>/g */
|
||||
site_footer(array('elephpants' => true, 'sidebar' => $SIDEBAR_DATA));
|
||||
|
||||
|
||||
@@ -16,4 +16,4 @@
|
||||
For tickets and more information: <a href="http://phpkonf.org">http://phpkonf.org</a>
|
||||
</div>
|
||||
</content>
|
||||
</entry>
|
||||
</entry>
|
||||
|
||||
@@ -18,4 +18,4 @@
|
||||
<p><a href="http://conf2016.phpsrbija.rs">conf2016.phpsrbija.rs</a></p>
|
||||
</div>
|
||||
</content>
|
||||
</entry>
|
||||
</entry>
|
||||
|
||||
@@ -38,4 +38,4 @@
|
||||
<p><a href="http://cakefest.org/tickets">Tickets</a> are selling fast, so you better grab yours while you still can!</p>
|
||||
</div>
|
||||
</content>
|
||||
</entry>
|
||||
</entry>
|
||||
|
||||
@@ -30,4 +30,4 @@
|
||||
</ul>
|
||||
<p>For further information on the International PHP Conference visit: <a href="https://phpconference.com">www.phpconference.com</a></p>
|
||||
</content>
|
||||
</entry>
|
||||
</entry>
|
||||
|
||||
@@ -33,4 +33,3 @@
|
||||
</div>
|
||||
</content>
|
||||
</entry>
|
||||
|
||||
|
||||
@@ -16,4 +16,4 @@
|
||||
For call for papers and more information: <a href="http://phpkonf.org">http://phpkonf.org</a>
|
||||
</div>
|
||||
</content>
|
||||
</entry>
|
||||
</entry>
|
||||
|
||||
@@ -64,4 +64,4 @@
|
||||
</ul>
|
||||
<p>We are looking forward to your exciting submissions! For further information on International PHP Conference’s sessions and speakers visit: <a href="https://phpconference.com">www.phpconference.com</a></p>
|
||||
</content>
|
||||
</entry>
|
||||
</entry>
|
||||
|
||||
@@ -33,4 +33,4 @@
|
||||
</ul>
|
||||
<p>We are looking forward to your exciting submissions! For further information on International PHP Conference's sessions and speakers visit: <a href="https://phpconference.com">www.phpconference.com</a></p>
|
||||
</content>
|
||||
</entry>
|
||||
</entry>
|
||||
|
||||
@@ -38,4 +38,4 @@
|
||||
<p>We are looking forward to your exciting submissions! For further information on International PHP Conferenceís sessions and speakers visit: <a href="https://phpconference.com">www.phpconference.com</a></p>
|
||||
</div>
|
||||
</content>
|
||||
</entry>
|
||||
</entry>
|
||||
|
||||
@@ -40,4 +40,4 @@
|
||||
<p>For further information on the International PHP Conference visit: <a href="https://phpconference.com">www.phpconference.com</a></p>
|
||||
</div>
|
||||
</content>
|
||||
</entry>
|
||||
</entry>
|
||||
|
||||
@@ -11,4 +11,3 @@ do {
|
||||
|
||||
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/errors.inc';
|
||||
error_noservice();
|
||||
|
||||
|
||||
@@ -5,4 +5,3 @@
|
||||
* up and running on your localhost without needing to generate all this
|
||||
* yourself from master.
|
||||
*/
|
||||
|
||||
|
||||
@@ -42,4 +42,3 @@ file_put_contents("include/releases.inc", [
|
||||
]);
|
||||
|
||||
echo "This was fun \o/\nI hope you remembered to run this script *before* updating include/version.inc... :)\n";
|
||||
|
||||
|
||||
@@ -207,4 +207,3 @@ $arch->save("archive/archive.xml");
|
||||
|
||||
fwrite(STDOUT, "File saved.\nPlease git diff $archivefile sanity-check the changes before committing\n");
|
||||
fwrite(STDOUT, "NOTE: Remeber to git add $file && git commit $file && git push!!\n");
|
||||
|
||||
|
||||
@@ -50,5 +50,3 @@ if (substr($abs, -3) == ".js" || substr($abs, -5) == ".json") {
|
||||
}
|
||||
|
||||
readfile($abs);
|
||||
|
||||
|
||||
|
||||
@@ -55,4 +55,3 @@ site_footer(
|
||||
"sidebar" => $panels,
|
||||
)
|
||||
);
|
||||
|
||||
|
||||
@@ -63,4 +63,3 @@
|
||||
font-weight: 700;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
|
||||
@@ -8,5 +8,3 @@ Font license info
|
||||
Author: Dave Gandy
|
||||
License: SIL ()
|
||||
Homepage: http://fortawesome.github.com/Font-Awesome/
|
||||
|
||||
|
||||
|
||||
@@ -13,4 +13,4 @@
|
||||
"src": "fontawesome"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
3
fonts/Font-Awesome/css/fontello-codes.css
vendored
3
fonts/Font-Awesome/css/fontello-codes.css
vendored
@@ -1,2 +1 @@
|
||||
|
||||
.icon-twitter:before { content: '\e800'; } /* '' */
|
||||
.icon-twitter:before { content: '\e800'; } /* '' */
|
||||
|
||||
2
fonts/Font-Awesome/css/fontello-embedded.css
vendored
2
fonts/Font-Awesome/css/fontello-embedded.css
vendored
@@ -52,4 +52,4 @@
|
||||
/* Uncomment for 3D effect */
|
||||
/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
|
||||
}
|
||||
.icon-twitter:before { content: '\e800'; } /* '' */
|
||||
.icon-twitter:before { content: '\e800'; } /* '' */
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
|
||||
.icon-twitter { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.icon-twitter { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
|
||||
2
fonts/Font-Awesome/css/fontello-ie7.css
vendored
2
fonts/Font-Awesome/css/fontello-ie7.css
vendored
@@ -10,4 +10,4 @@
|
||||
/* font-size: 120%; */
|
||||
}
|
||||
|
||||
.icon-twitter { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.icon-twitter { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
|
||||
@@ -82,4 +82,3 @@ $SIDEBAR_DATA ='
|
||||
site_footer(array('sidebar'=>$SIDEBAR_DATA));
|
||||
|
||||
/* vim: set et ts=4 sw=4 ft=php: : */
|
||||
|
||||
|
||||
@@ -84,4 +84,3 @@ foreach ($photos as $photo) {
|
||||
}
|
||||
|
||||
print json_encode($elephpants);
|
||||
|
||||
|
||||
@@ -92,5 +92,3 @@ header('Last-Modified: ' . $tsstring);
|
||||
header('Expires: ' . date(DATE_RSS, $future));
|
||||
imgheader($logo);
|
||||
serve_compressed_if_available($logo);
|
||||
|
||||
|
||||
|
||||
@@ -252,4 +252,4 @@ $COUNTRIES_ALPHA2 = array(
|
||||
"ZA" => "South Africa",
|
||||
"ZM" => "Zambia",
|
||||
"ZW" => "Zimbabwe",
|
||||
);
|
||||
);
|
||||
|
||||
@@ -233,4 +233,3 @@ $COUNTRIES = array(
|
||||
'ZMB' => 'Zambia',
|
||||
'ZWE' => 'Zimbabwe',
|
||||
);
|
||||
|
||||
|
||||
@@ -40,4 +40,3 @@ function download_file($mirror, $file)
|
||||
echo " ";
|
||||
flush();
|
||||
}
|
||||
|
||||
|
||||
@@ -96,4 +96,3 @@
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
@@ -74,4 +74,3 @@ if ($size) {
|
||||
|
||||
|
||||
<?php site_footer();
|
||||
|
||||
|
||||
@@ -25,4 +25,3 @@
|
||||
|
||||
|
||||
$LAST_UPDATED=time();
|
||||
|
||||
|
||||
@@ -706,4 +706,3 @@ function doc_toc_title($lang, $index, $file, $elm = "dt") {
|
||||
}
|
||||
|
||||
/* vim: set et ts=4 sw=4 ft=php: : */
|
||||
|
||||
|
||||
@@ -222,4 +222,3 @@ function find_manual_page($lang, $keyword)
|
||||
// all of the slow and unnecessary checks.
|
||||
return find_manual_page_slow($langs[0], $kw);
|
||||
}
|
||||
|
||||
|
||||
@@ -24,4 +24,4 @@
|
||||
updateCheckDays="7"
|
||||
>
|
||||
|
||||
</search>
|
||||
</search>
|
||||
|
||||
@@ -527,4 +527,3 @@ function relTime(DateTime $date) {
|
||||
}
|
||||
|
||||
/* vim: set et ts=4 sw=4: */
|
||||
|
||||
|
||||
@@ -575,4 +575,3 @@ if (isset($_SERVER['MIRROR_STATS'])) {
|
||||
if (isset($_SERVER['BASE_PAGE'])) {
|
||||
$_SERVER['BASE_HREF'] = $MYSITE . $_SERVER['BASE_PAGE'];
|
||||
} else { unset($_SERVER['BASE_HREF']); }
|
||||
|
||||
|
||||
@@ -173,4 +173,3 @@ $PHP_5_RC_DATE = $PHP_5_6_RC_DATE; // Used by master
|
||||
$PHP_7_VERSION = $PHP_7_2_VERSION; // Some scripts require this set
|
||||
$PHP_7_DATE = $PHP_7_2_DATE; // Used by bumpRelease script
|
||||
$PHP_7_RC_DATE = $PHP_7_2_RC_DATE; // Used by master
|
||||
|
||||
|
||||
2
js/ext/jquery.ui.totop.js
vendored
2
js/ext/jquery.ui.totop.js
vendored
@@ -55,4 +55,4 @@
|
||||
});
|
||||
|
||||
};
|
||||
})(jQuery);
|
||||
})(jQuery);
|
||||
|
||||
@@ -69,4 +69,3 @@ foreach($js as $k => $item) {
|
||||
|
||||
|
||||
echo json_encode($index);
|
||||
|
||||
|
||||
@@ -42,4 +42,3 @@ site_header("License Information", array("current" => "help"));
|
||||
</ul>
|
||||
|
||||
<?php site_footer();
|
||||
|
||||
|
||||
@@ -63,5 +63,3 @@ site_header("License Information", array("current" => "help"));
|
||||
</ul>
|
||||
|
||||
<?php site_footer();
|
||||
|
||||
|
||||
|
||||
@@ -154,4 +154,3 @@ For related projects, please refer to licensing information on the Project websi
|
||||
</ul>
|
||||
|
||||
<?php site_footer(array('sidebar' => $SIDEBAR_DATA));
|
||||
|
||||
|
||||
@@ -81,4 +81,4 @@ manual_header();
|
||||
|
||||
|
||||
|
||||
<ul class="chunklist chunklist_book"><li><a href="intro.var.php">Introduction</a></li><li><a href="var.setup.php">Installing/Configuring</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="var.requirements.php">Requirements</a></li><li><a href="var.installation.php">Installation</a></li><li><a href="var.configuration.php">Runtime Configuration</a></li><li><a href="var.resources.php">Resource Types</a></li></ul></li><li><a href="var.constants.php">Predefined Constants</a></li><li><a href="ref.var.php">Variable handling Functions</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="function.boolval.php">boolval</a> — Get the boolean value of a variable</li><li><a href="function.debug-zval-dump.php">debug_zval_dump</a> — Dumps a string representation of an internal zend value to output</li><li><a href="function.doubleval.php">doubleval</a> — Alias of floatval</li><li><a href="function.empty.php">empty</a> — Determine whether a variable is empty</li><li><a href="function.floatval.php">floatval</a> — Get float value of a variable</li><li><a href="function.get-defined-vars.php">get_defined_vars</a> — Returns an array of all defined variables</li><li><a href="function.get-resource-type.php">get_resource_type</a> — Returns the resource type</li><li><a href="function.gettype.php">gettype</a> — Get the type of a variable</li><li><a href="function.import-request-variables.php">import_request_variables</a> — Import GET/POST/Cookie variables into the global scope</li><li><a href="function.intval.php">intval</a> — Get the integer value of a variable</li><li><a href="function.is-array.php">is_array</a> — Finds whether a variable is an array</li><li><a href="function.is-bool.php">is_bool</a> — Finds out whether a variable is a boolean</li><li><a href="function.is-callable.php">is_callable</a> — Verify that the contents of a variable can be called as a function</li><li><a href="function.is-double.php">is_double</a> — Alias of is_float</li><li><a href="function.is-float.php">is_float</a> — Finds whether the type of a variable is float</li><li><a href="function.is-int.php">is_int</a> — Find whether the type of a variable is integer</li><li><a href="function.is-integer.php">is_integer</a> — Alias of is_int</li><li><a href="function.is-long.php">is_long</a> — Alias of is_int</li><li><a href="function.is-null.php">is_null</a> — Finds whether a variable is NULL</li><li><a href="function.is-numeric.php">is_numeric</a> — Finds whether a variable is a number or a numeric string</li><li><a href="function.is-object.php">is_object</a> — Finds whether a variable is an object</li><li><a href="function.is-real.php">is_real</a> — Alias of is_float</li><li><a href="function.is-resource.php">is_resource</a> — Finds whether a variable is a resource</li><li><a href="function.is-scalar.php">is_scalar</a> — Finds whether a variable is a scalar</li><li><a href="function.is-string.php">is_string</a> — Find whether the type of a variable is string</li><li><a href="function.isset.php">isset</a> — Determine if a variable is set and is not NULL</li><li><a href="function.print-r.php">print_r</a> — Prints human-readable information about a variable</li><li><a href="function.serialize.php">serialize</a> — Generates a storable representation of a value</li><li><a href="function.settype.php">settype</a> — Set the type of a variable</li><li><a href="function.strval.php">strval</a> — Get string value of a variable</li><li><a href="function.unserialize.php">unserialize</a> — Creates a PHP value from a stored representation</li><li><a href="function.unset.php">unset</a> — Unset a given variable</li><li><a href="function.var-dump.php">var_dump</a> — Dumps information about a variable</li><li><a href="function.var-export.php">var_export</a> — Outputs or returns a parsable string representation of a variable</li></ul></li></ul></div><?php manual_footer(); ?>
|
||||
<ul class="chunklist chunklist_book"><li><a href="intro.var.php">Introduction</a></li><li><a href="var.setup.php">Installing/Configuring</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="var.requirements.php">Requirements</a></li><li><a href="var.installation.php">Installation</a></li><li><a href="var.configuration.php">Runtime Configuration</a></li><li><a href="var.resources.php">Resource Types</a></li></ul></li><li><a href="var.constants.php">Predefined Constants</a></li><li><a href="ref.var.php">Variable handling Functions</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="function.boolval.php">boolval</a> — Get the boolean value of a variable</li><li><a href="function.debug-zval-dump.php">debug_zval_dump</a> — Dumps a string representation of an internal zend value to output</li><li><a href="function.doubleval.php">doubleval</a> — Alias of floatval</li><li><a href="function.empty.php">empty</a> — Determine whether a variable is empty</li><li><a href="function.floatval.php">floatval</a> — Get float value of a variable</li><li><a href="function.get-defined-vars.php">get_defined_vars</a> — Returns an array of all defined variables</li><li><a href="function.get-resource-type.php">get_resource_type</a> — Returns the resource type</li><li><a href="function.gettype.php">gettype</a> — Get the type of a variable</li><li><a href="function.import-request-variables.php">import_request_variables</a> — Import GET/POST/Cookie variables into the global scope</li><li><a href="function.intval.php">intval</a> — Get the integer value of a variable</li><li><a href="function.is-array.php">is_array</a> — Finds whether a variable is an array</li><li><a href="function.is-bool.php">is_bool</a> — Finds out whether a variable is a boolean</li><li><a href="function.is-callable.php">is_callable</a> — Verify that the contents of a variable can be called as a function</li><li><a href="function.is-double.php">is_double</a> — Alias of is_float</li><li><a href="function.is-float.php">is_float</a> — Finds whether the type of a variable is float</li><li><a href="function.is-int.php">is_int</a> — Find whether the type of a variable is integer</li><li><a href="function.is-integer.php">is_integer</a> — Alias of is_int</li><li><a href="function.is-long.php">is_long</a> — Alias of is_int</li><li><a href="function.is-null.php">is_null</a> — Finds whether a variable is NULL</li><li><a href="function.is-numeric.php">is_numeric</a> — Finds whether a variable is a number or a numeric string</li><li><a href="function.is-object.php">is_object</a> — Finds whether a variable is an object</li><li><a href="function.is-real.php">is_real</a> — Alias of is_float</li><li><a href="function.is-resource.php">is_resource</a> — Finds whether a variable is a resource</li><li><a href="function.is-scalar.php">is_scalar</a> — Finds whether a variable is a scalar</li><li><a href="function.is-string.php">is_string</a> — Find whether the type of a variable is string</li><li><a href="function.isset.php">isset</a> — Determine if a variable is set and is not NULL</li><li><a href="function.print-r.php">print_r</a> — Prints human-readable information about a variable</li><li><a href="function.serialize.php">serialize</a> — Generates a storable representation of a value</li><li><a href="function.settype.php">settype</a> — Set the type of a variable</li><li><a href="function.strval.php">strval</a> — Get string value of a variable</li><li><a href="function.unserialize.php">unserialize</a> — Creates a PHP value from a stored representation</li><li><a href="function.unset.php">unset</a> — Unset a given variable</li><li><a href="function.var-dump.php">var_dump</a> — Dumps information about a variable</li><li><a href="function.var-export.php">var_export</a> — Outputs or returns a parsable string representation of a variable</li></ul></li></ul></div><?php manual_footer(); ?>
|
||||
|
||||
@@ -289,4 +289,4 @@ manual_header();
|
||||
|
||||
<h2>Table of Contents</h2><ul class="chunklist chunklist_reference"><li><a href="exception.construct.php">Exception::__construct</a> — Construct the exception</li><li><a href="exception.getmessage.php">Exception::getMessage</a> — Gets the Exception message</li><li><a href="exception.getprevious.php">Exception::getPrevious</a> — Returns previous Exception</li><li><a href="exception.getcode.php">Exception::getCode</a> — Gets the Exception code</li><li><a href="exception.getfile.php">Exception::getFile</a> — Gets the file in which the exception occurred</li><li><a href="exception.getline.php">Exception::getLine</a> — Gets the line in which the exception occurred</li><li><a href="exception.gettrace.php">Exception::getTrace</a> — Gets the stack trace</li><li><a href="exception.gettraceasstring.php">Exception::getTraceAsString</a> — Gets the stack trace as a string</li><li><a href="exception.tostring.php">Exception::__toString</a> — String representation of the exception</li><li><a href="exception.clone.php">Exception::__clone</a> — Clone the exception</li></ul>
|
||||
</div>
|
||||
<?php manual_footer(); ?>
|
||||
<?php manual_footer(); ?>
|
||||
|
||||
@@ -439,4 +439,4 @@ array (
|
||||
</div>
|
||||
|
||||
|
||||
</div><?php manual_footer(); ?>
|
||||
</div><?php manual_footer(); ?>
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -198,4 +198,4 @@ binary-safe.</span></p></blockquote>
|
||||
</div>
|
||||
|
||||
|
||||
</div><?php manual_footer(); ?>
|
||||
</div><?php manual_footer(); ?>
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -162,4 +162,4 @@ string(4) "foo!"
|
||||
|
||||
|
||||
</div>
|
||||
<?php manual_footer(); ?>
|
||||
<?php manual_footer(); ?>
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -47,4 +47,4 @@ $PARENTS = array (
|
||||
0 => 'index.php',
|
||||
1 => 'PHP Manual',
|
||||
),
|
||||
);
|
||||
);
|
||||
|
||||
@@ -69,4 +69,4 @@ $PARENTS = array (
|
||||
0 => 'index.php',
|
||||
1 => 'PHP Manual',
|
||||
),
|
||||
);
|
||||
);
|
||||
|
||||
@@ -137,4 +137,4 @@ $PARENTS = array (
|
||||
0 => 'index.php',
|
||||
1 => 'PHP Manual',
|
||||
),
|
||||
);
|
||||
);
|
||||
|
||||
@@ -19,4 +19,4 @@ $PARENTS = array (
|
||||
0 => 'index.php',
|
||||
1 => 'PHP Manual',
|
||||
),
|
||||
);
|
||||
);
|
||||
|
||||
@@ -57,4 +57,4 @@ $TOC = array (
|
||||
),
|
||||
);
|
||||
$PARENTS = array (
|
||||
);
|
||||
);
|
||||
|
||||
@@ -97,4 +97,4 @@ $PARENTS = array (
|
||||
0 => 'index.php',
|
||||
1 => 'PHP Manual',
|
||||
),
|
||||
);
|
||||
);
|
||||
|
||||
@@ -512,4 +512,4 @@ $PARENTS = array (
|
||||
0 => 'index.php',
|
||||
1 => 'PHP Manual',
|
||||
),
|
||||
);
|
||||
);
|
||||
|
||||
@@ -62,4 +62,4 @@ $PARENTS = array (
|
||||
0 => 'index.php',
|
||||
1 => 'PHP Manual',
|
||||
),
|
||||
);
|
||||
);
|
||||
|
||||
@@ -22,4 +22,4 @@ $PARENTS = array (
|
||||
0 => 'index.php',
|
||||
1 => 'PHP Manual',
|
||||
),
|
||||
);
|
||||
);
|
||||
|
||||
@@ -69,4 +69,4 @@ $PARENTS = array (
|
||||
0 => 'index.php',
|
||||
1 => 'PHP Manual',
|
||||
),
|
||||
);
|
||||
);
|
||||
|
||||
@@ -1 +1 @@
|
||||
manual-noalias
|
||||
manual-noalias
|
||||
|
||||
@@ -116,4 +116,3 @@ function run_self_tests() {
|
||||
);
|
||||
|
||||
}
|
||||
|
||||
|
||||
@@ -135,4 +135,3 @@ site_header("The PHP mirrors problem and troubleshooting guide", array("current"
|
||||
|
||||
<?php
|
||||
site_footer();
|
||||
|
||||
|
||||
@@ -42,4 +42,3 @@ site_header("Mirror Sites", $header_config);
|
||||
|
||||
<?php
|
||||
site_footer();
|
||||
|
||||
|
||||
@@ -37,4 +37,3 @@ site_header("Privacy Policy", array("current" => "footer"));
|
||||
|
||||
<?php
|
||||
site_footer();
|
||||
|
||||
|
||||
@@ -138,4 +138,3 @@ $config = array(
|
||||
|
||||
site_footer($config);
|
||||
}
|
||||
|
||||
|
||||
@@ -46,5 +46,3 @@ améliorations et ajouts :
|
||||
</p>
|
||||
|
||||
<?php site_footer(); ?>
|
||||
|
||||
|
||||
|
||||
@@ -6695,4 +6695,4 @@ PHP NEWS
|
||||
- Fixed bug #28699 (Reflection api bugs). (Marcus)
|
||||
- Fixed bug #28694 (ReflectionExtension::getFunctions() crashes PHP). (Marcus)
|
||||
- Fixed bug #28512 (Allocate enough space to store MSSQL data). (Frank)
|
||||
- Fixed strip_tags() to correctly handle '\0' characters. (Stefan)
|
||||
- Fixed strip_tags() to correctly handle '\0' characters. (Stefan)
|
||||
|
||||
@@ -229,4 +229,3 @@ PHP NEWS
|
||||
|
||||
- Fixed PDO objects binary incompatibility. (Dmitry)
|
||||
- Fixed bug #52211 (iconv() returns part of string on error). (Felipe)
|
||||
|
||||
|
||||
@@ -1107,4 +1107,4 @@ PHP NEWS
|
||||
. Fixed bug #46587 (mt_rand() does not check that max is greater than min).
|
||||
(Ilia)
|
||||
. Fixed bug #29085 (bad default include_path on Windows). (Pierre)
|
||||
. Fixed bug #25927 (get_html_translation_table
|
||||
. Fixed bug #25927 (get_html_translation_table
|
||||
|
||||
@@ -237,4 +237,3 @@ foreach($OLDRELEASES as $major => $a) {
|
||||
}
|
||||
|
||||
site_footer(array("sidebar" => $SIDEBAR_DATA));
|
||||
|
||||
|
||||
@@ -30,4 +30,3 @@ echo '<h1>Search results</h1>';
|
||||
google_cse($query, $lang);
|
||||
|
||||
site_footer();
|
||||
|
||||
|
||||
@@ -11,4 +11,3 @@ Disallow: /manual/vote-note.php
|
||||
Disallow: /harming/humans
|
||||
Disallow: /ignoring/human/orders
|
||||
Disallow: /harm/to/self
|
||||
|
||||
|
||||
@@ -64,4 +64,3 @@ announcement</a> for more information.
|
||||
|
||||
<?php
|
||||
site_footer();
|
||||
|
||||
|
||||
@@ -145,4 +145,3 @@ EOT;
|
||||
}
|
||||
|
||||
site_footer();
|
||||
|
||||
|
||||
@@ -100,5 +100,3 @@ div#usernotes a.usernotes-voted:hover {
|
||||
position: absolute;
|
||||
right: 0px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user