$value) { $data[$key] = is_null($value) || is_scalar($value) ? $value : $this->exportNonScalar($value); } return $data; } }