function myfunction() { $GLOBALS["x"] = 100; } myfuncton(); echo $GLOBALS["x"]; echo $x;