Fix method context validation error messages
commit74b0964f4f2a0ea4f43ff10cce6141dec7859d60
authormaide <ian@maide.ca>
Wed, 27 Aug 2014 21:59:55 +0000 (27 14:59 -0700)
committerhhvm-bot <hhvm-bot@fb.com>
Wed, 27 Aug 2014 22:30:24 +0000 (27 15:30 -0700)
treed0fffe5769fe61f5ddb7ff8f0591550a8816366d
parent3d92f412185c9c530ced576106c19365832ca685
Fix method context validation error messages

Summary: Closes https://github.com/facebook/hhvm/pull/3563

Reviewed By: @sgolemon

Differential Revision: D1516925
33 files changed:
hphp/runtime/vm/bytecode.cpp
hphp/test/quick/call11.php.expectf
hphp/test/quick/call12.php.expectf
hphp/test/quick/call13.php.expectf
hphp/test/quick/class_inaccessible_private.php [new file with mode: 0644]
hphp/test/quick/class_inaccessible_private.php.expectf [new file with mode: 0644]
hphp/test/quick/class_inaccessible_protected.php [new file with mode: 0644]
hphp/test/quick/class_inaccessible_protected.php.expectf [new file with mode: 0644]
hphp/test/quick/class_invalid_context.php [new file with mode: 0644]
hphp/test/quick/class_invalid_context.php.expectf [new file with mode: 0644]
hphp/test/quick/class_undefined_method.php [new file with mode: 0644]
hphp/test/quick/class_undefined_method.php.expectf [new file with mode: 0644]
hphp/test/quick/clsmethod-ctx.php.expectf
hphp/test/quick/clsmethod-trait.php.expectf
hphp/test/quick/debugger/eval1.php.expectf
hphp/test/quick/hh_softtype1.php.expectf
hphp/test/quick/method-undefined.php.expectf
hphp/test/quick/objmethod.php.expectf
hphp/test/quick/priv1.php.expectf
hphp/test/quick/priv2.php.expectf
hphp/test/quick/priv3.php.expectf
hphp/test/quick/priv4.php.expectf
hphp/test/quick/priv5.php.expectf
hphp/test/quick/priv6.php.expectf
hphp/test/quick/setm-method.php.expectf
hphp/test/quick/static_fatal.php.expectf
hphp/test/slow/call_static/1894.php.expectf
hphp/test/slow/collection_classes/frozen_set/immutability2.php.expectf
hphp/test/slow/collection_classes/frozen_set/immutability3.php.expectf
hphp/test/slow/eval_order/1500.php.expectf
hphp/test/slow/hhbbc/magic_call_005.php.expectf
hphp/test/slow/hhbbc/magic_call_006.php.expectf
hphp/test/slow/redeclared_classes/1474.php.expectf