News Feed
Jobs Feed
Sections




News Archive
DZone.com:
Running JavaScript inside PHP code
March 01, 2012 @ 09:56:45

On DZone.com Giorgio Sironi has a new post about an interesting new PHP extension that lets you run javascript inside PHP - v8js (VERY alpha right now).

v8js is a new PHP extension able to run JavaScript code inside V8, Google's JavaScript interpreter that powers for example Chrome and NodeJS. This extension is highly alpha - and its API would probably change in the months ahead. Since documentation is lacking, I invite you to repeat the discovering process I follow in this post in case you find some differences in a new version of v8js.

He gives you the (PECL-based) commands to get the extension and it's needed dependencies installed and enabled. He uses PHP's own Reflection features to look at the extension and find its methods including: "executeString", "getPendingException" and "getExtensions". To show it in action, he implements an old standby to test new languages - the FizzBuzz example - in Javascript, executed inside the PHP. He also includes a quick example of how to load in an external Javascript file and execute the results.

0 comments voice your opinion now!
javascript extension execute v8js google interpreter


blog comments powered by Disqus

Similar Posts

NETTUTS.com: An Introduction to Split Testing in WordPress

Jeff Moore's Blog: Keywords and Language Simplicity

Jim Wynia's Blog: Tracking Accomplishments with PHP, Google Calendar and Zend Framework

Derick Rethans' Blog: Starting Xdebug's debugger with Firefox

Systems Architect: Distributed application in PHP with Apache Zookeeper


Community Events











Don't see your event here?
Let us know!


development introduction framework testing conference release phpunit database series symfony2 zendframework2 language opinion interview functional usergroup community rest symfony podcast

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework