Untitled

Run Settings
LanguagePHP
Language Version
Run Command
<?php class Car { var $color; function Car($color="green") { $this->color = $color; } function what_color() { return $this->color; } } ?>
Editor Settings
Theme
Key bindings
Full width
Lines