object(Car)#1 (4) {
  ["make"]=>
  string(7) "Porsche"
  ["model"]=>
  string(3) "911"
  ["mileage"]=>
  int(12345)
  ["color"]=>
  string(3) "red"
}