<?php //7e3abede04b281633582f1a01cce5dc4

return [PHP_INT_MAX, static function () { return \Symfony\Component\VarExporter\Internal\Hydrator::hydrate(
    $o = [
        clone (($p = &\Symfony\Component\VarExporter\Internal\Registry::$prototypes)['Doctrine\\ORM\\Query\\ParserResult'] ?? \Symfony\Component\VarExporter\Internal\Registry::p('Doctrine\\ORM\\Query\\ParserResult')),
        clone ($p['Doctrine\\ORM\\Query\\Exec\\SingleSelectExecutor'] ?? \Symfony\Component\VarExporter\Internal\Registry::p('Doctrine\\ORM\\Query\\Exec\\SingleSelectExecutor')),
        clone ($p['Doctrine\\ORM\\Query\\ResultSetMapping'] ?? \Symfony\Component\VarExporter\Internal\Registry::p('Doctrine\\ORM\\Query\\ResultSetMapping')),
    ],
    null,
    [
        'Doctrine\\ORM\\Query\\ParserResult' => [
            '_sqlExecutor' => [
                $o[1],
            ],
            '_resultSetMapping' => [
                $o[2],
            ],
            '_parameterMappings' => [
                [
                    'id' => [
                        0,
                    ],
                    'from' => [
                        1,
                    ],
                    'to' => [
                        2,
                    ],
                ],
            ],
        ],
        'Doctrine\\ORM\\Query\\Exec\\AbstractSqlExecutor' => [
            '_sqlStatements' => [
                1 => 'SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.description AS description_2, s0_.start_time AS start_time_3, s0_.end_time AS end_time_4, s0_.nbhours AS nbhours_5, s0_.capacity AS capacity_6, s0_.teacher_name AS teacher_name_7, s0_.status AS status_8, s0_.price AS price_9, f1_.id AS id_10, f1_.description AS description_11, f1_.image AS image_12, f1_.document AS document_13, f1_.type AS type_14, f1_.language AS language_15, f1_.skills AS skills_16, f1_.publication_date AS publication_date_17, f1_.update_date AS update_date_18, f1_.slug AS slug_19, f1_.active AS active_20, f1_.title AS title_21, s0_.formation_id AS formation_id_22, f1_.category_id AS category_id_23, f1_.user_id AS user_id_24, f1_.quiz_id AS quiz_id_25 FROM session s0_ LEFT JOIN formation f1_ ON s0_.formation_id = f1_.id WHERE f1_.id = ? AND (s0_.start_time >= ? AND s0_.start_time <= ?) ORDER BY s0_.start_time ASC',
            ],
        ],
        'stdClass' => [
            'aliasMap' => [
                2 => [
                    's' => 'App\\Entity\\Session',
                    'f' => 'App\\Entity\\Formation',
                ],
            ],
            'relationMap' => [
                2 => [
                    'f' => 'formation',
                ],
            ],
            'parentAliasMap' => [
                2 => [
                    'f' => 's',
                ],
            ],
            'fieldMappings' => [
                2 => [
                    'id_0' => 'id',
                    'title_1' => 'title',
                    'description_2' => 'description',
                    'start_time_3' => 'startTime',
                    'end_time_4' => 'endTime',
                    'nbhours_5' => 'nbhours',
                    'capacity_6' => 'capacity',
                    'teacher_name_7' => 'teacherName',
                    'status_8' => 'status',
                    'price_9' => 'price',
                    'id_10' => 'id',
                    'description_11' => 'description',
                    'image_12' => 'image',
                    'document_13' => 'document',
                    'type_14' => 'type',
                    'language_15' => 'language',
                    'skills_16' => 'skills',
                    'publication_date_17' => 'publicationDate',
                    'update_date_18' => 'updateDate',
                    'slug_19' => 'slug',
                    'active_20' => 'active',
                    'title_21' => 'title',
                ],
            ],
            'typeMappings' => [
                2 => [
                    'formation_id_22' => 'integer',
                    'category_id_23' => 'integer',
                    'user_id_24' => 'integer',
                    'quiz_id_25' => 'integer',
                ],
            ],
            'entityMappings' => [
                2 => [
                    's' => null,
                ],
            ],
            'metaMappings' => [
                2 => [
                    'formation_id_22' => 'formation_id',
                    'category_id_23' => 'category_id',
                    'user_id_24' => 'user_id',
                    'quiz_id_25' => 'quiz_id',
                ],
            ],
            'columnOwnerMap' => [
                2 => [
                    'id_0' => 's',
                    'title_1' => 's',
                    'description_2' => 's',
                    'start_time_3' => 's',
                    'end_time_4' => 's',
                    'nbhours_5' => 's',
                    'capacity_6' => 's',
                    'teacher_name_7' => 's',
                    'status_8' => 's',
                    'price_9' => 's',
                    'id_10' => 'f',
                    'description_11' => 'f',
                    'image_12' => 'f',
                    'document_13' => 'f',
                    'type_14' => 'f',
                    'language_15' => 'f',
                    'skills_16' => 'f',
                    'publication_date_17' => 'f',
                    'update_date_18' => 'f',
                    'slug_19' => 'f',
                    'active_20' => 'f',
                    'title_21' => 'f',
                    'formation_id_22' => 's',
                    'category_id_23' => 'f',
                    'user_id_24' => 'f',
                    'quiz_id_25' => 'f',
                ],
            ],
            'declaringClasses' => [
                2 => [
                    'id_0' => 'App\\Entity\\Session',
                    'title_1' => 'App\\Entity\\Session',
                    'description_2' => 'App\\Entity\\Session',
                    'start_time_3' => 'App\\Entity\\Session',
                    'end_time_4' => 'App\\Entity\\Session',
                    'nbhours_5' => 'App\\Entity\\Session',
                    'capacity_6' => 'App\\Entity\\Session',
                    'teacher_name_7' => 'App\\Entity\\Session',
                    'status_8' => 'App\\Entity\\Session',
                    'price_9' => 'App\\Entity\\Session',
                    'id_10' => 'App\\Entity\\Formation',
                    'description_11' => 'App\\Entity\\Formation',
                    'image_12' => 'App\\Entity\\Formation',
                    'document_13' => 'App\\Entity\\Formation',
                    'type_14' => 'App\\Entity\\Formation',
                    'language_15' => 'App\\Entity\\Formation',
                    'skills_16' => 'App\\Entity\\Formation',
                    'publication_date_17' => 'App\\Entity\\Formation',
                    'update_date_18' => 'App\\Entity\\Formation',
                    'slug_19' => 'App\\Entity\\Formation',
                    'active_20' => 'App\\Entity\\Formation',
                    'title_21' => 'App\\Entity\\Formation',
                ],
            ],
        ],
    ],
    $o[0],
    []
); }];
