This is not the first attempt. This seems to be focused on extending PHP's performance and capabilities. Personally, I'm more interested in porting PHP applications away from PHP.<p>Caucho Resin offers 100% php compatibility on the JVM, so that you can host your entire app in a servlet container, and port features one by one.
<a href="http://www.caucho.com/resin-3.1/doc/quercus.xtp" rel="nofollow">http://www.caucho.com/resin-3.1/doc/quercus.xtp</a><p>The PHP-to-Scala migration helper uses Resin/Quercus to provide the standard library to translate PHP to Scala. The output is a Scala codebase, so that you never have to touch the legacy PHP again.
<a href="https://code.google.com/p/php-to-scala-migration-helper/" rel="nofollow">https://code.google.com/p/php-to-scala-migration-helper/</a>