Commit: 67c302a883275ff547cf7c7633c275698f2fb1e5 Author: Philip Olson <[email protected]> Tue, 1 May 2018 08:22:01 -0700 Parents: b4f7879cffdd3a6e284639c6fc705d3ee17ddcc9 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=67c302a883275ff547cf7c7633c275698f2fb1e5 Log: Point 'extends' to its docs; current redirect is a 404 Changed paths: M include/errors.inc Diff: diff --git a/include/errors.inc b/include/errors.inc index f314532..8858fa4 100644 --- a/include/errors.inc +++ b/include/errors.inc @@ -380,7 +380,7 @@ $terms = array( 'cookie' => 'features.cookies.php', 'date' => 'function.date.php', 'exception' => 'language.exceptions.php', - 'extends' => 'keyword.extends.php', + 'extends' => 'language.oop5.basic.php#language.oop5.basic.extends', 'file' => 'function.file.php', 'finally' => 'language.exceptions.php', 'fopen' => 'function.fopen.php', -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
