<?php //8702fc9bfe1a4e7939c6d25ba5fbb154

return [PHP_INT_MAX, static fn () => \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\\SingleSelectSqlFinalizer'] ?? \Symfony\Component\VarExporter\Internal\Registry::p('Doctrine\\ORM\\Query\\Exec\\SingleSelectSqlFinalizer')),
        clone ($p['Doctrine\\ORM\\Query\\ResultSetMapping'] ?? \Symfony\Component\VarExporter\Internal\Registry::p('Doctrine\\ORM\\Query\\ResultSetMapping')),
    ],
    null,
    [
        'Doctrine\\ORM\\Query\\Exec\\SingleSelectSqlFinalizer' => [
            'sql' => [
                1 => 'SELECT DISTINCT e0_.name AS name_0, e0_.description AS description_1, e0_.places AS places_2, e0_.start_day_at AS start_day_at_3, e0_.period AS period_4, e0_.lacks AS lacks_5, e0_.image AS image_6, e0_.price AS price_7, e0_.link AS link_8, e0_.informations AS informations_9, e0_.active AS active_10, e0_.speaker AS speaker_11, e0_.publish_at AS publish_at_12, e0_.waiting_place AS waiting_place_13, e0_.link_zoom AS link_zoom_14, e0_.id AS id_15, e0_.created_at AS created_at_16, u1_.id AS id_17, u1_.email AS email_18, u1_.roles AS roles_19, u1_.password AS password_20, u1_.pseudo AS pseudo_21, u1_.firstname AS firstname_22, u1_.lastname AS lastname_23, u1_.address AS address_24, u1_.zipcode AS zipcode_25, u1_.city AS city_26, u1_.country AS country_27, u1_.active AS active_28, u1_.avatar AS avatar_29, u1_.updated_at AS updated_at_30, u1_.created_at AS created_at_31, e0_.teacher_id AS teacher_id_32 FROM events e0_ LEFT JOIN users u1_ ON e0_.teacher_id = u1_.id LEFT JOIN tag_events t2_ ON e0_.id = t2_.event_id LEFT JOIN event_replays e3_ ON e0_.id = e3_.event_id WHERE t2_.tag_id IN (?) AND e0_.active = ? AND ((e0_.publish_at IS NULL OR e0_.publish_at <= ?)) AND e3_.id IS NOT NULL AND e0_.id IN (?) ORDER BY e0_.publish_at DESC, e0_.start_day_at DESC',
            ],
        ],
        'stdClass' => [
            'aliasMap' => [
                2 => [
                    'e' => 'App\\Entity\\Events',
                    'teacher' => 'App\\Entity\\Users',
                ],
            ],
            'relationMap' => [
                2 => [
                    'teacher' => 'teacher',
                ],
            ],
            'parentAliasMap' => [
                2 => [
                    'teacher' => 'e',
                ],
            ],
            'fieldMappings' => [
                2 => [
                    'name_0' => 'name',
                    'description_1' => 'description',
                    'places_2' => 'places',
                    'start_day_at_3' => 'startDayAt',
                    'period_4' => 'period',
                    'lacks_5' => 'lacks',
                    'image_6' => 'image',
                    'price_7' => 'price',
                    'link_8' => 'link',
                    'informations_9' => 'informations',
                    'active_10' => 'active',
                    'speaker_11' => 'speaker',
                    'publish_at_12' => 'publishAt',
                    'waiting_place_13' => 'waitingPlace',
                    'link_zoom_14' => 'linkZoom',
                    'id_15' => 'id',
                    'created_at_16' => 'createdAt',
                    'id_17' => 'id',
                    'email_18' => 'email',
                    'roles_19' => 'roles',
                    'password_20' => 'password',
                    'pseudo_21' => 'pseudo',
                    'firstname_22' => 'firstname',
                    'lastname_23' => 'lastname',
                    'address_24' => 'address',
                    'zipcode_25' => 'zipcode',
                    'city_26' => 'city',
                    'country_27' => 'country',
                    'active_28' => 'active',
                    'avatar_29' => 'avatar',
                    'updated_at_30' => 'updatedAt',
                    'created_at_31' => 'createdAt',
                ],
            ],
            'columnAliasMappings' => [
                2 => [
                    'App\\Entity\\Events' => [
                        'e' => [
                            'name' => 'name_0',
                            'description' => 'description_1',
                            'places' => 'places_2',
                            'startDayAt' => 'start_day_at_3',
                            'period' => 'period_4',
                            'lacks' => 'lacks_5',
                            'image' => 'image_6',
                            'price' => 'price_7',
                            'link' => 'link_8',
                            'informations' => 'informations_9',
                            'active' => 'active_10',
                            'speaker' => 'speaker_11',
                            'publishAt' => 'publish_at_12',
                            'waitingPlace' => 'waiting_place_13',
                            'linkZoom' => 'link_zoom_14',
                            'id' => 'id_15',
                            'createdAt' => 'created_at_16',
                        ],
                    ],
                    'App\\Entity\\Users' => [
                        'teacher' => [
                            'id' => 'id_17',
                            'email' => 'email_18',
                            'roles' => 'roles_19',
                            'password' => 'password_20',
                            'pseudo' => 'pseudo_21',
                            'firstname' => 'firstname_22',
                            'lastname' => 'lastname_23',
                            'address' => 'address_24',
                            'zipcode' => 'zipcode_25',
                            'city' => 'city_26',
                            'country' => 'country_27',
                            'active' => 'active_28',
                            'avatar' => 'avatar_29',
                            'updatedAt' => 'updated_at_30',
                            'createdAt' => 'created_at_31',
                        ],
                    ],
                ],
            ],
            'typeMappings' => [
                2 => [
                    'teacher_id_32' => 'integer',
                ],
            ],
            'entityMappings' => [
                2 => [
                    'e' => null,
                ],
            ],
            'metaMappings' => [
                2 => [
                    'teacher_id_32' => 'teacher_id',
                ],
            ],
            'columnOwnerMap' => [
                2 => [
                    'name_0' => 'e',
                    'description_1' => 'e',
                    'places_2' => 'e',
                    'start_day_at_3' => 'e',
                    'period_4' => 'e',
                    'lacks_5' => 'e',
                    'image_6' => 'e',
                    'price_7' => 'e',
                    'link_8' => 'e',
                    'informations_9' => 'e',
                    'active_10' => 'e',
                    'speaker_11' => 'e',
                    'publish_at_12' => 'e',
                    'waiting_place_13' => 'e',
                    'link_zoom_14' => 'e',
                    'id_15' => 'e',
                    'created_at_16' => 'e',
                    'id_17' => 'teacher',
                    'email_18' => 'teacher',
                    'roles_19' => 'teacher',
                    'password_20' => 'teacher',
                    'pseudo_21' => 'teacher',
                    'firstname_22' => 'teacher',
                    'lastname_23' => 'teacher',
                    'address_24' => 'teacher',
                    'zipcode_25' => 'teacher',
                    'city_26' => 'teacher',
                    'country_27' => 'teacher',
                    'active_28' => 'teacher',
                    'avatar_29' => 'teacher',
                    'updated_at_30' => 'teacher',
                    'created_at_31' => 'teacher',
                    'teacher_id_32' => 'e',
                ],
            ],
            'declaringClasses' => [
                2 => [
                    'name_0' => 'App\\Entity\\Events',
                    'description_1' => 'App\\Entity\\Events',
                    'places_2' => 'App\\Entity\\Events',
                    'start_day_at_3' => 'App\\Entity\\Events',
                    'period_4' => 'App\\Entity\\Events',
                    'lacks_5' => 'App\\Entity\\Events',
                    'image_6' => 'App\\Entity\\Events',
                    'price_7' => 'App\\Entity\\Events',
                    'link_8' => 'App\\Entity\\Events',
                    'informations_9' => 'App\\Entity\\Events',
                    'active_10' => 'App\\Entity\\Events',
                    'speaker_11' => 'App\\Entity\\Events',
                    'publish_at_12' => 'App\\Entity\\Events',
                    'waiting_place_13' => 'App\\Entity\\Events',
                    'link_zoom_14' => 'App\\Entity\\Events',
                    'id_15' => 'App\\Entity\\Events',
                    'created_at_16' => 'App\\Entity\\Events',
                    'id_17' => 'App\\Entity\\Users',
                    'email_18' => 'App\\Entity\\Users',
                    'roles_19' => 'App\\Entity\\Users',
                    'password_20' => 'App\\Entity\\Users',
                    'pseudo_21' => 'App\\Entity\\Users',
                    'firstname_22' => 'App\\Entity\\Users',
                    'lastname_23' => 'App\\Entity\\Users',
                    'address_24' => 'App\\Entity\\Users',
                    'zipcode_25' => 'App\\Entity\\Users',
                    'city_26' => 'App\\Entity\\Users',
                    'country_27' => 'App\\Entity\\Users',
                    'active_28' => 'App\\Entity\\Users',
                    'avatar_29' => 'App\\Entity\\Users',
                    'updated_at_30' => 'App\\Entity\\Users',
                    'created_at_31' => 'App\\Entity\\Users',
                ],
            ],
        ],
    ],
    $o[0],
    [
        [
            "\0".'Doctrine\\ORM\\Query\\ParserResult'."\0".'sqlExecutor' => null,
            "\0".'Doctrine\\ORM\\Query\\ParserResult'."\0".'sqlFinalizer' => $o[1],
            "\0".'Doctrine\\ORM\\Query\\ParserResult'."\0".'resultSetMapping' => $o[2],
            "\0".'Doctrine\\ORM\\Query\\ParserResult'."\0".'parameterMappings' => [
                'tagIds' => [
                    0,
                ],
                'active' => [
                    1,
                ],
                'now' => [
                    2,
                ],
                'dpid' => [
                    3,
                ],
            ],
        ],
    ]
)];
