Run ❯
Get your own PHP server
❯Run Code Ctrl+Alt+R
Change Orientation Ctrl+Alt+O
Change Theme Ctrl+Alt+D
Go to Spaces Ctrl+Alt+P
Local Scope
"; } myTest(); // using x outside the function will not work echo "Variable x outside function is: $x"; ?>
Local Scope
Variable x inside function is: 5
Variable x outside function is: