diff options
author | Fred Emmott <fredemmott@fb.com> | 2014-01-13 23:48:22 +0100 |
---|---|---|
committer | Fred Emmott <fredemmott@fb.com> | 2014-01-13 23:57:49 +0100 |
commit | 9765472d1388c631ad57f4bd0dd4dd424f79e5e0 (patch) | |
tree | 7a575c27c6203113baa56db3858833e86f374a60 /system/helpers/language_helper.php | |
parent | 4e6c5281a3258b3ff530a43580d1b8dc8e34dd59 (diff) |
Don't throw in mock autoloader
This behavior doesn't appear to be used at all.
This fixes HHVM compatibility: HHVM optimizes class_exists() to a
dedicated bytecode - as it's not a function call, it doesn't show up
in the backtrace. 100% of the tests pass with this change.
Diffstat (limited to 'system/helpers/language_helper.php')
0 files changed, 0 insertions, 0 deletions