Handle T_STATIC on classes
commit38931392e93f721fc69d1ae50e928143fa0171e8
authorMark Williams <mwilliams@fb.com>
Mon, 16 Jan 2017 16:54:45 +0000 (16 08:54 -0800)
committerHhvm Bot <hhvm-bot@users.noreply.github.com>
Mon, 16 Jan 2017 17:04:39 +0000 (16 09:04 -0800)
tree453cbcc159e5bca55129cc8ac680160f51de5288
parenta65cc50fdac188233d9e211a6b4d9ddb0e55b39b
Handle T_STATIC on classes

Summary:
We transform "abstract final" to "static" in the parser, so we need to
handle T_STATIC here.

Reviewed By: ricklavoie

Differential Revision: D4420314

fbshipit-source-id: 61f787234c855265082c1bdb36264e26d348d231
hphp/compiler/statement/class_statement.cpp