IMO, `isset( $a, $b )` is unclear, and there's no good reason to use it instead of the more explicit `isset( $a ) && isset( $b )` Anyone have strong thoughts either way on this?