Fix a bug when lookupClsMethodHelper needs to fatal
commit123598b569a3204104700eaa2da6b094dd560cde
authorJordan DeLong <jdelong@fb.com>
Sat, 2 Nov 2013 05:14:53 +0000 (1 22:14 -0700)
committerSara Golemon <sgolemon@fb.com>
Mon, 4 Nov 2013 21:55:57 +0000 (4 13:55 -0800)
treebdd66931c19c2eb17d095d66fccf7e529b91dba0
parentfd17888ae8187f5f0d42c1a24bb7af5714bb854e
Fix a bug when lookupClsMethodHelper needs to fatal

It forgot to propagate the exception.

Reviewed By: @bertmaher

Differential Revision: D1039332
hphp/runtime/vm/jit/translator-runtime.cpp
hphp/test/quick/static_fatal.php [new file with mode: 0644]
hphp/test/quick/static_fatal.php.expectf [new file with mode: 0644]