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