<?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 (212527, 212526, 212525, 212524, 212523, 212522, 212521, 212520, 212519, 212518, 212517, 212516, 211904, 211903)',
            ],
        ],
        '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],
    []
);
