--TEST-- Test V8::executeString() : Issue #472 Destroy V8Js object which V8 isolate entered --SKIPIF-- --FILE-- executeString(' (() => { myjs.bosh() }) '); $ret(); var_dump($ret); ?> ===EOF=== --EXPECTF-- object(V8Function)#%d (0) { } ===EOF===