1--TEST-- 2Add $GLOBALS to itself 3--FILE-- 4<?php 5$x = $GLOBALS + $GLOBALS; 6?> 7===DONE=== 8--EXPECT-- 9===DONE=== 10