--TEST-- Runkit_Sandbox::__get() method --SKIPIF-- --FILE-- eval('$test = 321;'); var_dump($php->test); var_dump($test); --EXPECT-- int(321) int(123)