document.write("
<?php
class Car {
//properties
public $price;
public $colour;
}
oop2 - Snippet hosted by \"Cacher\"
");