Deprecated: Methods with the same name as their class will not be constructors in a future version o
<?php class Car { var $color = "add"; function Car($color="green") { $this-> ...
<?php class Car { var $color = "add"; function Car($color="green") { $this-> ...