$x = 75;$x = 75; function myfunction() { echo $GLOBALS['x']; function myfunction() {} myfunction() echo $x; } myfunction()