Commit: 0f8cc98cc5a58d8ef17d12f44b11e58d5efb455a Author: Peter Cowburn <[email protected]> Fri, 14 Aug 2020 11:40:27 +0100 Parents: d20df9f8eb2cfbbb2fba7d13fb544f2bc05a3fc8 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=0f8cc98cc5a58d8ef17d12f44b11e58d5efb455a Log: error redirects for "fn" and "arrow" to Arrow Functions manual page Changed paths: M error.php Diff: diff --git a/error.php b/error.php index fe02cd804..f912dd680 100644 --- a/error.php +++ b/error.php @@ -318,6 +318,8 @@ $uri_aliases = array ( "**" => "language.operators.arithmetic", "..." => "functions.arguments", "splat" => "functions.arguments", + "arrow" => "functions.arrow", + "fn" => "functions.arrow", "dowhile" => "control-structures.do.while", -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
