[ 'code' => ' */ function returnsList(): array { return $http_response_header; } ', 'assertions' => [] ]; yield 'ENV has scalar entries only' => [ 'code' => ' */ function f(): array { return $_ENV; } ' ]; } }