php se nulo então 0

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