Untitled

Run Settings
LanguagePHP
Language Version
Run Command
<?php $x = 30; $y = 65; function addition() { $GLOBALS['z'] = $GLOBALS['x'] + $GLOBALS['y']; } addition(); echo $z; ?>
Editor Settings
Theme
Key bindings
Full width
Lines