Untitled

Run Settings
LanguagePHP
Language Version
Run Command
<?php $x=5; $y=10; function myTest() { global $x,$y; $y=$x+$y; } myTest(); echo $y; // 输出 15 ?>
Editor Settings
Theme
Key bindings
Full width
Lines