php si nulo entonces 0

if ($var == null){
	// do something 
}
CoderHomie