Hi!
So, if I start a fresh MediaWiki Vagrant installation, and the vagrant ssh into the virtual machine, the fastest way to reproduce the issue is to start hhvmsh and type
function f():int { return 1; };
Suspicion: HHVM thinks "int" is a class name, not primitive type name. Not sure why though...