PHP czy istnieje własność
if(property_exists($car,color)){
//$car->color exists
}
Grepper
if(property_exists($car,color)){
//$car->color exists
}
property_exists( $object , "key1" ); // bool