$x = 5; function ModifyX() { //Some code here to increment $x by 1 } ModifyX() echo $x;//Should print 6