PHP - Variables and Data Types
Given the array
$data = [0, 1, "", "0", null, true, false, "false"];, which expression returns only the truthy values?