object(Car)#1 (4) {
  ["make"]=>
  string(6) "Toyota"
  ["model"]=>
  string(5) "Prius"
  ["color"]=>
  string(4) "blue"
  ["mileage"]=>
  int(100)
}