--TEST-- Auto-globals in arrow functions --FILE-- $GLOBALS['a']; var_dump($fn()); ?> --EXPECT-- int(123)