Commit: 156174565d9be18e3576e0edffbbe7230625ccc8 Author: Justin Martin <[email protected]> Tue, 8 Oct 2013 16:36:41 -0700 Committer: Hannes Magnusson <[email protected]> Thu, 17 Oct 2013 12:29:36 -0700 Parents: 85a6304cbbaeebfc9f069393f20c4bfe6cf98c5d Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=156174565d9be18e3576e0edffbbe7230625ccc8 Log: Added finally construct as a known term, redirecting to its exception handling example. Changed paths: M include/errors.inc Diff: diff --git a/include/errors.inc b/include/errors.inc index 1c756ef..131f711 100644 --- a/include/errors.inc +++ b/include/errors.inc @@ -382,6 +382,7 @@ $terms = array( 'exception' => 'language.exceptions.php', 'extends' => 'keyword.extends.php', 'file' => 'function.file.php', + 'finally' => 'language.exceptions.php#example-268', '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
