<?php$one?=?10;function?demo(){???$two?=?100;???$result?=?$two?+?$GLOBALS['one'];???return?$result;}//你會發(fā)現(xiàn)結(jié)果變成了110echo?demo();?>