Fix #1728 so that inherited methods invoked via ReflectionMethod are
commit967bfed5a8902141d2187ca4c80159fa8972088b
authorJoe Marrama <jmarrama@box.com>
Thu, 10 Apr 2014 02:04:17 +0000 (9 19:04 -0700)
committerSara Golemon <sgolemon@fb.com>
Fri, 11 Apr 2014 04:44:34 +0000 (10 21:44 -0700)
tree15950d271b029cb4c59a15955da3186f8f4f991e
parentda6328e48fb0e54dce944bf18d8540109efa688e
Fix #1728 so that inherited methods invoked via ReflectionMethod are

called with the correct class
Closes #2379

Reviewed By: @scannell

Differential Revision: D1268526

Pulled By: @alexmalyshev
hphp/runtime/ext/reflection/ext_reflection-classes.php
hphp/test/slow/late_static_binding/1887.php.expect
hphp/test/slow/reflection/invokeCorrectClass.php [new file with mode: 0644]
hphp/test/slow/reflection/invokeCorrectClass.php.expect [new file with mode: 0644]