<?php class Wow { public Typed $thing = "not a sausage"; public function __construct($thing) { $this->thing = $thing; } } var_dump(new Wow("not a sausage"));
You have javascript disabled. You will not be able to edit any code.