<?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 k0_.id AS id_0, k1_.id AS id_1, k1_.name AS name_2, k1_.value AS value_3, k1_.visible AS visible_4, k0_.`user` AS user_5, k0_.activity_id AS activity_id_6, k0_.project_id AS project_id_7, k1_.timesheet_id AS timesheet_id_8 FROM kimai2_timesheet k0_ LEFT JOIN kimai2_timesheet_meta k1_ ON k0_.id = k1_.timesheet_id WHERE k0_.id IN (113595, 113593, 113368, 113369, 113367, 113365, 112394, 112387, 112230, 110650, 110654, 110653, 110652, 110651, 110644, 110646, 110245, 110244, 110243, 110242, 110240, 110238, 110237, 110235, 109536, 109535, 109533, 109501, 109502, 109503, 109505, 109633, 109632, 109515, 109630, 109629, 109508, 109514, 109516, 109506, 109628, 109627, 109513, 109626, 109624, 109623, 109512, 108550, 109511, 108552)',
            ],
        ],
        'stdClass' => [
            'aliasMap' => [
                2 => [
                    't' => 'App\\Entity\\Timesheet',
                    'meta' => 'App\\Entity\\TimesheetMeta',
                ],
            ],
            'relationMap' => [
                2 => [
                    'meta' => 'meta',
                ],
            ],
            'parentAliasMap' => [
                2 => [
                    'meta' => 't',
                ],
            ],
            'fieldMappings' => [
                2 => [
                    'id_0' => 'id',
                    'id_1' => 'id',
                    'name_2' => 'name',
                    'value_3' => 'value',
                    'visible_4' => 'visible',
                ],
            ],
            'typeMappings' => [
                2 => [
                    'user_5' => 'integer',
                    'activity_id_6' => 'integer',
                    'project_id_7' => 'integer',
                    'timesheet_id_8' => 'integer',
                ],
            ],
            'entityMappings' => [
                2 => [
                    't' => null,
                ],
            ],
            'metaMappings' => [
                2 => [
                    'user_5' => 'user',
                    'activity_id_6' => 'activity_id',
                    'project_id_7' => 'project_id',
                    'timesheet_id_8' => 'timesheet_id',
                ],
            ],
            'columnOwnerMap' => [
                2 => [
                    'id_0' => 't',
                    'id_1' => 'meta',
                    'name_2' => 'meta',
                    'value_3' => 'meta',
                    'visible_4' => 'meta',
                    'user_5' => 't',
                    'activity_id_6' => 't',
                    'project_id_7' => 't',
                    'timesheet_id_8' => 'meta',
                ],
            ],
            'declaringClasses' => [
                2 => [
                    'id_0' => 'App\\Entity\\Timesheet',
                    'id_1' => 'App\\Entity\\TimesheetMeta',
                    'name_2' => 'App\\Entity\\TimesheetMeta',
                    'value_3' => 'App\\Entity\\TimesheetMeta',
                    'visible_4' => 'App\\Entity\\TimesheetMeta',
                ],
            ],
        ],
    ],
    $o[0],
    []
);
