PHP проверяет, есть ли у объекта атрибут
if(property_exists($car,color)){
//$car->color exists
}
Grepper
if(property_exists($car,color)){
//$car->color exists
}