--TEST-- Test V8::executeString() : Issue #185 Wrong this on V8Object method invocation --SKIPIF-- --FILE-- executeString($JS); // now fetch `inst` from V8 and call method from PHP $inst = $v8->executeString('(inst)'); $inst->tell(); ?> ===EOF=== --EXPECT-- int(23) int(23) ===EOF===