--TEST-- Runkit_Sandbox_Parent Class -- Locked Call --SKIPIF-- --FILE-- ini_set('html_errors',false); $php->ini_set('display_errors',true); $php->error_reporting(E_ALL); $php->eval('$PARENT = new Runkit_Sandbox_Parent; $PARENT->foo();'); function foo() { echo "Bar\n"; } --EXPECTF-- Warning: Runkit_Sandbox_Parent::__call(): Access to call functions in the parent context is not enabled in Unknown(0) : Runkit_Sandbox Eval Code on line %d