Skip to content

Commit

Permalink
Even though T_FINALLY isn't in the docs yet, and the finally keyword …
Browse files Browse the repository at this point in the history
…is not listed on the PHP manual page, it exists in PHP5.5 and so should end up in the keyword list eventually.
  • Loading branch information
gsherwood committed Mar 20, 2013
1 parent 208bd78 commit 5d373ff
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -66,6 +66,7 @@ public function register()
T_EXIT,
T_EXTENDS,
T_FINAL,
T_FINALLY,
T_FOR,
T_FOREACH,
T_FUNCTION,
Expand Down

0 comments on commit 5d373ff

Please sign in to comment.