Untitled

Run Settings
LanguagePHP
Language Version
Run Command
<?php $a = "Hello"; $b = $a . " world!"; echo $b; // 输出 Hello world! $x="Hello"; $x .= " world!"; echo $x; // 输出 Hello world! ?>
Editor Settings
Theme
Key bindings
Full width
Lines