--TEST-- Test V8::executeString() : Issue #185 this on direct invocation of method --SKIPIF-- --FILE-- executeString($JS); // now fetch `inst` from V8 and call method from PHP $fn = $v8->executeString('(inst.tell)'); $fn(); ?> ===EOF=== --EXPECT-- NULL string(8) "function" NULL string(8) "function" ===EOF===