Cani di merda

Run Settings
LanguagePHP
Language Version
Run Command
<?php class Cane_di_merda { public $numLegs=4; public $name; static public $action; public function __construct($name) { $this->name = $name; } public function bark() { return "Woof! Arrrgh!"; } public function greet() { return "Questo cane si chiama ".$this->name . " e " . $this->$action . "!>br />"; } } $Cane_di_merda1 = new Cane_di_merda("Barker"); $Cane_di_merda2 = new Cane_di_merda("Amigo"); $Cane_di_merda1->$action = "morde"; $Cane_di_merda2->$action = "abbaia"; echo $Cane_di_merda1->bark() ."<br/>"; echo $Cane_di_merda1->greet(); echo $Cane_di_merda2->greet(); ?>
Editor Settings
Theme
Key bindings
Full width
Lines