You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 1, 2023. It is now read-only.
I was trying to run examples with recent hhvm and got errors:
$ hhvm --version
HipHop VM 4.111.0 (rel)
Compiler: 1621979252_828765612
Repo schema: d1ae8e21bf3419a65f12a010527485564e719d07
$ hhvm BaseRouterExample.php
Fatal error: Found top-level code in <path>/hack-router/examples/BaseRouterExample.php on line 17
Could this be addressed? What is the best way to avoid it?