Codice PHP:

$return 
= array('a' => $row[0] !== null ?: 0'b' => $row[1] !== null ?: 0'c' => $row[2] !== null ?: 0'd' => $row[3] !== null ?: 0);