function myTest() { $x = 5; // local scope echo "
Variable x inside function is: $x
Variable x outside function is: $x