--TEST-- Bug #70910 (extract() breaks variable references) --FILE-- 'new value']; extract($hash); var_dump($var === $ref); --EXPECT-- bool(true)