What will happen if we use unsupported php in hhvm?

66 views Asked by At

What will happen if we use unsupported php in hhvm. Does the code run but we don't get JIT compilation's speed improvement or we will get an error and our code will not work?

1

There are 1 answers

1
AudioBubble On BEST ANSWER

The code will not work. The JIT isn't an addition to an existing PHP implementation. HHVM is a completely separate implementation, including differences in what will and won't run.