<?php

namespace Symfony\Component\VarExporter\Internal;

return $getExpiry ? PHP_INT_MAX : Hydrator::hydrate(
    $o = [
        clone (($p = &Registry::$prototypes)['Doctrine\\ORM\\Query\\ParserResult'] ?? Registry::p('Doctrine\\ORM\\Query\\ParserResult')),
        clone ($p['Doctrine\\ORM\\Query\\Exec\\SingleSelectExecutor'] ?? Registry::p('Doctrine\\ORM\\Query\\Exec\\SingleSelectExecutor')),
        clone ($p['Doctrine\\ORM\\Query\\ResultSetMapping'] ?? Registry::p('Doctrine\\ORM\\Query\\ResultSetMapping')),
    ],
    null,
    [
        'Doctrine\\ORM\\Query\\ParserResult' => [
            '_sqlExecutor' => [
                $o[1],
            ],
            '_resultSetMapping' => [
                $o[2],
            ],
        ],
        'Doctrine\\ORM\\Query\\Exec\\AbstractSqlExecutor' => [
            '_sqlStatements' => [
                1 => 'SELECT a0_.id AS id_0, a0_.title AS title_1, a0_.description AS description_2, a0_.creation_date AS creation_date_3, a0_.publishdate AS publishdate_4, a0_.visible AS visible_5, a0_.cover AS cover_6, a0_.big_cover AS big_cover_7, a0_.album_cover AS album_cover_8 FROM album a0_',
            ],
        ],
        'stdClass' => [
            'aliasMap' => [
                2 => [
                    'e' => 'App\\Entity\\Album',
                ],
            ],
            'fieldMappings' => [
                2 => [
                    'id_0' => 'id',
                    'title_1' => 'title',
                    'description_2' => 'description',
                    'creation_date_3' => 'creationDate',
                    'publishdate_4' => 'publishdate',
                    'visible_5' => 'visible',
                    'cover_6' => 'cover',
                    'big_cover_7' => 'bigCover',
                    'album_cover_8' => 'albumCover',
                ],
            ],
            'entityMappings' => [
                2 => [
                    'e' => null,
                ],
            ],
            'columnOwnerMap' => [
                2 => [
                    'id_0' => 'e',
                    'title_1' => 'e',
                    'description_2' => 'e',
                    'creation_date_3' => 'e',
                    'publishdate_4' => 'e',
                    'visible_5' => 'e',
                    'cover_6' => 'e',
                    'big_cover_7' => 'e',
                    'album_cover_8' => 'e',
                ],
            ],
            'declaringClasses' => [
                2 => [
                    'id_0' => 'App\\Entity\\Album',
                    'title_1' => 'App\\Entity\\Album',
                    'description_2' => 'App\\Entity\\Album',
                    'creation_date_3' => 'App\\Entity\\Album',
                    'publishdate_4' => 'App\\Entity\\Album',
                    'visible_5' => 'App\\Entity\\Album',
                    'cover_6' => 'App\\Entity\\Album',
                    'big_cover_7' => 'App\\Entity\\Album',
                    'album_cover_8' => 'App\\Entity\\Album',
                ],
            ],
        ],
    ],
    $o[0],
    []
);
