Commit: 3d4f16ce415d7550719dbeef75a8cb9972448a70 Author: Justin Martin <[email protected]> Tue, 8 Oct 2013 22:33:04 -0700 Committer: Hannes Magnusson <[email protected]> Thu, 17 Oct 2013 12:29:36 -0700 Parents: 156174565d9be18e3576e0edffbbe7230625ccc8 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=3d4f16ce415d7550719dbeef75a8cb9972448a70 Log: Remove the URI fragment for the finally keyword, for stability. Changed paths: M include/errors.inc Diff: diff --git a/include/errors.inc b/include/errors.inc index 131f711..758b02e 100644 --- a/include/errors.inc +++ b/include/errors.inc @@ -382,7 +382,7 @@ $terms = array( 'exception' => 'language.exceptions.php', 'extends' => 'keyword.extends.php', 'file' => 'function.file.php', - 'finally' => 'language.exceptions.php#example-268', + 'finally' => 'language.exceptions.php', 'fopen' => 'function.fopen.php', 'for' => 'control-structures.for.php', 'foreach' => 'control-structures.foreach.php', -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
