Commit:    13a506ce3e8102a771d63efcb2ae528ec02530a3
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:   d9bda015fab7f9a801eb1f046a3384a2b2f8fbce
Branches:  master

Link:       
http://git.php.net/?p=web/php.git;a=commitdiff;h=13a506ce3e8102a771d63efcb2ae528ec02530a3

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

Reply via email to