<?php //324a3c4087c84de9144944f1b476d53b

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\\ParserResult' => [
            'sqlFinalizer' => [
                $o[1],
            ],
            'resultSetMapping' => [
                $o[2],
            ],
            'parameterMappings' => [
                [
                    'courseId' => [
                        0,
                    ],
                    'status' => [
                        1,
                    ],
                ],
            ],
        ],
        'Doctrine\\ORM\\Query\\Exec\\SingleSelectSqlFinalizer' => [
            'sql' => [
                1 => 'SELECT c0_.id AS id_0, c0_.first_name AS first_name_1, c0_.last_name AS last_name_2, c0_.email AS email_3, c0_.phone AS phone_4, c0_.birth_date AS birth_date_5, c0_.age AS age_6, c0_.status AS status_7, c0_.booked_date AS booked_date_8, c0_.booked_time AS booked_time_9, c0_.selected_dates AS selected_dates_10, c0_.siblings AS siblings_11, c0_.team_size AS team_size_12, c0_.notes AS notes_13, c0_.booking_token AS booking_token_14, c0_.offer_token AS offer_token_15, c0_.offered_at AS offered_at_16, c0_.offer_until AS offer_until_17, c0_.created_at AS created_at_18, c0_.updated_at AS updated_at_19, c0_.payment_received AS payment_received_20, c0_.payment_date AS payment_date_21, c0_.total_price AS total_price_22, c0_.outlook_event_id AS outlook_event_id_23, c0_.guardian_first_name AS guardian_first_name_24, c0_.guardian_last_name AS guardian_last_name_25, c0_.child_first_name AS child_first_name_26, c0_.child_last_name AS child_last_name_27, c0_.child_birth_date AS child_birth_date_28, c0_.second_child_info AS second_child_info_29, c0_.selected_saturday_date AS selected_saturday_date_30, c0_.holiday_week AS holiday_week_31, c0_.pre_existing_conditions AS pre_existing_conditions_32, c0_.allergies_medications AS allergies_medications_33, c0_.diet_notes AS diet_notes_34, c0_.address AS address_35, c0_.child_gender AS child_gender_36, c0_.image_video_consent AS image_video_consent_37, c0_.agb_accepted AS agb_accepted_38, c0_.datenschutz_accepted AS datenschutz_accepted_39, c0_.course_id AS course_id_40 FROM course_booking c0_ WHERE c0_.course_id = ? AND c0_.status = ? ORDER BY c0_.created_at ASC, c0_.id ASC',
            ],
        ],
        'stdClass' => [
            'aliasMap' => [
                2 => [
                    'cb' => 'App\\Entity\\CourseBooking',
                ],
            ],
            'fieldMappings' => [
                2 => [
                    'id_0' => 'id',
                    'first_name_1' => 'firstName',
                    'last_name_2' => 'lastName',
                    'email_3' => 'email',
                    'phone_4' => 'phone',
                    'birth_date_5' => 'birthDate',
                    'age_6' => 'age',
                    'status_7' => 'status',
                    'booked_date_8' => 'bookedDate',
                    'booked_time_9' => 'bookedTime',
                    'selected_dates_10' => 'selectedDates',
                    'siblings_11' => 'siblings',
                    'team_size_12' => 'teamSize',
                    'notes_13' => 'notes',
                    'booking_token_14' => 'bookingToken',
                    'offer_token_15' => 'offerToken',
                    'offered_at_16' => 'offeredAt',
                    'offer_until_17' => 'offerUntil',
                    'created_at_18' => 'createdAt',
                    'updated_at_19' => 'updatedAt',
                    'payment_received_20' => 'paymentReceived',
                    'payment_date_21' => 'paymentDate',
                    'total_price_22' => 'totalPrice',
                    'outlook_event_id_23' => 'outlookEventId',
                    'guardian_first_name_24' => 'guardianFirstName',
                    'guardian_last_name_25' => 'guardianLastName',
                    'child_first_name_26' => 'childFirstName',
                    'child_last_name_27' => 'childLastName',
                    'child_birth_date_28' => 'childBirthDate',
                    'second_child_info_29' => 'secondChildInfo',
                    'selected_saturday_date_30' => 'selectedSaturdayDate',
                    'holiday_week_31' => 'holidayWeek',
                    'pre_existing_conditions_32' => 'preExistingConditions',
                    'allergies_medications_33' => 'allergiesMedications',
                    'diet_notes_34' => 'dietNotes',
                    'address_35' => 'address',
                    'child_gender_36' => 'childGender',
                    'image_video_consent_37' => 'imageVideoConsent',
                    'agb_accepted_38' => 'agbAccepted',
                    'datenschutz_accepted_39' => 'datenschutzAccepted',
                ],
            ],
            'columnAliasMappings' => [
                2 => [
                    'App\\Entity\\CourseBooking' => [
                        'cb' => [
                            'id' => 'id_0',
                            'firstName' => 'first_name_1',
                            'lastName' => 'last_name_2',
                            'email' => 'email_3',
                            'phone' => 'phone_4',
                            'birthDate' => 'birth_date_5',
                            'age' => 'age_6',
                            'status' => 'status_7',
                            'bookedDate' => 'booked_date_8',
                            'bookedTime' => 'booked_time_9',
                            'selectedDates' => 'selected_dates_10',
                            'siblings' => 'siblings_11',
                            'teamSize' => 'team_size_12',
                            'notes' => 'notes_13',
                            'bookingToken' => 'booking_token_14',
                            'offerToken' => 'offer_token_15',
                            'offeredAt' => 'offered_at_16',
                            'offerUntil' => 'offer_until_17',
                            'createdAt' => 'created_at_18',
                            'updatedAt' => 'updated_at_19',
                            'paymentReceived' => 'payment_received_20',
                            'paymentDate' => 'payment_date_21',
                            'totalPrice' => 'total_price_22',
                            'outlookEventId' => 'outlook_event_id_23',
                            'guardianFirstName' => 'guardian_first_name_24',
                            'guardianLastName' => 'guardian_last_name_25',
                            'childFirstName' => 'child_first_name_26',
                            'childLastName' => 'child_last_name_27',
                            'childBirthDate' => 'child_birth_date_28',
                            'secondChildInfo' => 'second_child_info_29',
                            'selectedSaturdayDate' => 'selected_saturday_date_30',
                            'holidayWeek' => 'holiday_week_31',
                            'preExistingConditions' => 'pre_existing_conditions_32',
                            'allergiesMedications' => 'allergies_medications_33',
                            'dietNotes' => 'diet_notes_34',
                            'address' => 'address_35',
                            'childGender' => 'child_gender_36',
                            'imageVideoConsent' => 'image_video_consent_37',
                            'agbAccepted' => 'agb_accepted_38',
                            'datenschutzAccepted' => 'datenschutz_accepted_39',
                        ],
                    ],
                ],
            ],
            'typeMappings' => [
                2 => [
                    'course_id_40' => 'integer',
                ],
            ],
            'entityMappings' => [
                2 => [
                    'cb' => null,
                ],
            ],
            'metaMappings' => [
                2 => [
                    'course_id_40' => 'course_id',
                ],
            ],
            'columnOwnerMap' => [
                2 => [
                    'id_0' => 'cb',
                    'first_name_1' => 'cb',
                    'last_name_2' => 'cb',
                    'email_3' => 'cb',
                    'phone_4' => 'cb',
                    'birth_date_5' => 'cb',
                    'age_6' => 'cb',
                    'status_7' => 'cb',
                    'booked_date_8' => 'cb',
                    'booked_time_9' => 'cb',
                    'selected_dates_10' => 'cb',
                    'siblings_11' => 'cb',
                    'team_size_12' => 'cb',
                    'notes_13' => 'cb',
                    'booking_token_14' => 'cb',
                    'offer_token_15' => 'cb',
                    'offered_at_16' => 'cb',
                    'offer_until_17' => 'cb',
                    'created_at_18' => 'cb',
                    'updated_at_19' => 'cb',
                    'payment_received_20' => 'cb',
                    'payment_date_21' => 'cb',
                    'total_price_22' => 'cb',
                    'outlook_event_id_23' => 'cb',
                    'guardian_first_name_24' => 'cb',
                    'guardian_last_name_25' => 'cb',
                    'child_first_name_26' => 'cb',
                    'child_last_name_27' => 'cb',
                    'child_birth_date_28' => 'cb',
                    'second_child_info_29' => 'cb',
                    'selected_saturday_date_30' => 'cb',
                    'holiday_week_31' => 'cb',
                    'pre_existing_conditions_32' => 'cb',
                    'allergies_medications_33' => 'cb',
                    'diet_notes_34' => 'cb',
                    'address_35' => 'cb',
                    'child_gender_36' => 'cb',
                    'image_video_consent_37' => 'cb',
                    'agb_accepted_38' => 'cb',
                    'datenschutz_accepted_39' => 'cb',
                    'course_id_40' => 'cb',
                ],
            ],
            'declaringClasses' => [
                2 => [
                    'id_0' => 'App\\Entity\\CourseBooking',
                    'first_name_1' => 'App\\Entity\\CourseBooking',
                    'last_name_2' => 'App\\Entity\\CourseBooking',
                    'email_3' => 'App\\Entity\\CourseBooking',
                    'phone_4' => 'App\\Entity\\CourseBooking',
                    'birth_date_5' => 'App\\Entity\\CourseBooking',
                    'age_6' => 'App\\Entity\\CourseBooking',
                    'status_7' => 'App\\Entity\\CourseBooking',
                    'booked_date_8' => 'App\\Entity\\CourseBooking',
                    'booked_time_9' => 'App\\Entity\\CourseBooking',
                    'selected_dates_10' => 'App\\Entity\\CourseBooking',
                    'siblings_11' => 'App\\Entity\\CourseBooking',
                    'team_size_12' => 'App\\Entity\\CourseBooking',
                    'notes_13' => 'App\\Entity\\CourseBooking',
                    'booking_token_14' => 'App\\Entity\\CourseBooking',
                    'offer_token_15' => 'App\\Entity\\CourseBooking',
                    'offered_at_16' => 'App\\Entity\\CourseBooking',
                    'offer_until_17' => 'App\\Entity\\CourseBooking',
                    'created_at_18' => 'App\\Entity\\CourseBooking',
                    'updated_at_19' => 'App\\Entity\\CourseBooking',
                    'payment_received_20' => 'App\\Entity\\CourseBooking',
                    'payment_date_21' => 'App\\Entity\\CourseBooking',
                    'total_price_22' => 'App\\Entity\\CourseBooking',
                    'outlook_event_id_23' => 'App\\Entity\\CourseBooking',
                    'guardian_first_name_24' => 'App\\Entity\\CourseBooking',
                    'guardian_last_name_25' => 'App\\Entity\\CourseBooking',
                    'child_first_name_26' => 'App\\Entity\\CourseBooking',
                    'child_last_name_27' => 'App\\Entity\\CourseBooking',
                    'child_birth_date_28' => 'App\\Entity\\CourseBooking',
                    'second_child_info_29' => 'App\\Entity\\CourseBooking',
                    'selected_saturday_date_30' => 'App\\Entity\\CourseBooking',
                    'holiday_week_31' => 'App\\Entity\\CourseBooking',
                    'pre_existing_conditions_32' => 'App\\Entity\\CourseBooking',
                    'allergies_medications_33' => 'App\\Entity\\CourseBooking',
                    'diet_notes_34' => 'App\\Entity\\CourseBooking',
                    'address_35' => 'App\\Entity\\CourseBooking',
                    'child_gender_36' => 'App\\Entity\\CourseBooking',
                    'image_video_consent_37' => 'App\\Entity\\CourseBooking',
                    'agb_accepted_38' => 'App\\Entity\\CourseBooking',
                    'datenschutz_accepted_39' => 'App\\Entity\\CourseBooking',
                ],
            ],
        ],
    ],
    $o[0],
    []
)];
