--TEST-- Test V8::executeString() : Simple test --SKIPIF-- --FILE-- executeString($JS, 'basic.js')); } catch (V8JsScriptException $e) { var_dump($e); } ?> ===EOF=== --EXPECT-- Hello World! int(13) ===EOF===