--TEST-- Test V8::executeString() : Call passed-back function (directly) --SKIPIF-- --FILE-- executeString($JS, 'basic.js'); echo $exports->hello()."\n"; ?> ===EOF=== --EXPECT-- hello ===EOF===