<?php$one = 10;function ??(){ $two = 100; $result = $two + $GLOBALS['one']; return $result;}//??? ??? 110echo deco();?>