PHP Vérifiez si l'objet a un attribut

if(property_exists($car,color)){
	//$car->color exists
}
Grepper