<?php //a6a0579343e8574f35047097516a4baf

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' => [
                [
                    'today' => [
                        0,
                    ],
                    'cancelled' => [
                        1,
                    ],
                ],
            ],
        ],
        'Doctrine\\ORM\\Query\\Exec\\SingleSelectSqlFinalizer' => [
            'sql' => [
                1 => 'SELECT e0_.id AS id_0, e0_.selected_date AS selected_date_1, e0_.selected_start_time AS selected_start_time_2, e0_.selected_end_time AS selected_end_time_3, e0_.parent_first_name AS parent_first_name_4, e0_.parent_last_name AS parent_last_name_5, e0_.parent_email AS parent_email_6, e0_.parent_phone AS parent_phone_7, e0_.child_first_name AS child_first_name_8, e0_.child_last_name AS child_last_name_9, e0_.child_gender AS child_gender_10, e0_.child_age AS child_age_11, e0_.total_children AS total_children_12, e0_.notes AS notes_13, e0_.status AS status_14, e0_.outlook_event_id AS outlook_event_id_15, e0_.booking_token AS booking_token_16, e0_.staff_token AS staff_token_17, e0_.created_at AS created_at_18, e0_.updated_at AS updated_at_19, e0_.confirmed_at AS confirmed_at_20, e0_.agb_accepted AS agb_accepted_21, e1_.id AS id_22, e1_.name AS name_23, e1_.age_group AS age_group_24, e1_.package_size AS package_size_25, e1_.max_children AS max_children_26, e1_.staff_required AS staff_required_27, e1_.is_active AS is_active_28, e1_.description AS description_29, e1_.created_at AS created_at_30, e1_.updated_at AS updated_at_31, e2_.id AS id_32, e2_.duration_hours AS duration_hours_33, e2_.price AS price_34, e2_.is_active AS is_active_35, e2_.created_at AS created_at_36, e2_.updated_at AS updated_at_37, e0_.event_package_id AS event_package_id_38, e0_.duration_id AS duration_id_39, e2_.event_package_id AS event_package_id_40 FROM event_booking e0_ LEFT JOIN event_package e1_ ON e0_.event_package_id = e1_.id LEFT JOIN event_package_duration e2_ ON e0_.duration_id = e2_.id WHERE e0_.selected_date >= ? AND e0_.status <> ? ORDER BY e0_.selected_date ASC, e0_.selected_start_time ASC',
            ],
        ],
        'stdClass' => [
            'aliasMap' => [
                2 => [
                    'b' => 'App\\Entity\\EventBooking',
                    'p' => 'App\\Entity\\EventPackage',
                    'd' => 'App\\Entity\\EventPackageDuration',
                ],
            ],
            'relationMap' => [
                2 => [
                    'p' => 'eventPackage',
                    'd' => 'duration',
                ],
            ],
            'parentAliasMap' => [
                2 => [
                    'p' => 'b',
                    'd' => 'b',
                ],
            ],
            'fieldMappings' => [
                2 => [
                    'id_0' => 'id',
                    'selected_date_1' => 'selectedDate',
                    'selected_start_time_2' => 'selectedStartTime',
                    'selected_end_time_3' => 'selectedEndTime',
                    'parent_first_name_4' => 'parentFirstName',
                    'parent_last_name_5' => 'parentLastName',
                    'parent_email_6' => 'parentEmail',
                    'parent_phone_7' => 'parentPhone',
                    'child_first_name_8' => 'childFirstName',
                    'child_last_name_9' => 'childLastName',
                    'child_gender_10' => 'childGender',
                    'child_age_11' => 'childAge',
                    'total_children_12' => 'totalChildren',
                    'notes_13' => 'notes',
                    'status_14' => 'status',
                    'outlook_event_id_15' => 'outlookEventId',
                    'booking_token_16' => 'bookingToken',
                    'staff_token_17' => 'staffToken',
                    'created_at_18' => 'createdAt',
                    'updated_at_19' => 'updatedAt',
                    'confirmed_at_20' => 'confirmedAt',
                    'agb_accepted_21' => 'agbAccepted',
                    'id_22' => 'id',
                    'name_23' => 'name',
                    'age_group_24' => 'ageGroup',
                    'package_size_25' => 'packageSize',
                    'max_children_26' => 'maxChildren',
                    'staff_required_27' => 'staffRequired',
                    'is_active_28' => 'isActive',
                    'description_29' => 'description',
                    'created_at_30' => 'createdAt',
                    'updated_at_31' => 'updatedAt',
                    'id_32' => 'id',
                    'duration_hours_33' => 'durationHours',
                    'price_34' => 'price',
                    'is_active_35' => 'isActive',
                    'created_at_36' => 'createdAt',
                    'updated_at_37' => 'updatedAt',
                ],
            ],
            'columnAliasMappings' => [
                2 => [
                    'App\\Entity\\EventBooking' => [
                        'b' => [
                            'id' => 'id_0',
                            'selectedDate' => 'selected_date_1',
                            'selectedStartTime' => 'selected_start_time_2',
                            'selectedEndTime' => 'selected_end_time_3',
                            'parentFirstName' => 'parent_first_name_4',
                            'parentLastName' => 'parent_last_name_5',
                            'parentEmail' => 'parent_email_6',
                            'parentPhone' => 'parent_phone_7',
                            'childFirstName' => 'child_first_name_8',
                            'childLastName' => 'child_last_name_9',
                            'childGender' => 'child_gender_10',
                            'childAge' => 'child_age_11',
                            'totalChildren' => 'total_children_12',
                            'notes' => 'notes_13',
                            'status' => 'status_14',
                            'outlookEventId' => 'outlook_event_id_15',
                            'bookingToken' => 'booking_token_16',
                            'staffToken' => 'staff_token_17',
                            'createdAt' => 'created_at_18',
                            'updatedAt' => 'updated_at_19',
                            'confirmedAt' => 'confirmed_at_20',
                            'agbAccepted' => 'agb_accepted_21',
                        ],
                    ],
                    'App\\Entity\\EventPackage' => [
                        'p' => [
                            'id' => 'id_22',
                            'name' => 'name_23',
                            'ageGroup' => 'age_group_24',
                            'packageSize' => 'package_size_25',
                            'maxChildren' => 'max_children_26',
                            'staffRequired' => 'staff_required_27',
                            'isActive' => 'is_active_28',
                            'description' => 'description_29',
                            'createdAt' => 'created_at_30',
                            'updatedAt' => 'updated_at_31',
                        ],
                    ],
                    'App\\Entity\\EventPackageDuration' => [
                        'd' => [
                            'id' => 'id_32',
                            'durationHours' => 'duration_hours_33',
                            'price' => 'price_34',
                            'isActive' => 'is_active_35',
                            'createdAt' => 'created_at_36',
                            'updatedAt' => 'updated_at_37',
                        ],
                    ],
                ],
            ],
            'typeMappings' => [
                2 => [
                    'event_package_id_38' => 'integer',
                    'duration_id_39' => 'integer',
                    'event_package_id_40' => 'integer',
                ],
            ],
            'entityMappings' => [
                2 => [
                    'b' => null,
                ],
            ],
            'metaMappings' => [
                2 => [
                    'event_package_id_38' => 'event_package_id',
                    'duration_id_39' => 'duration_id',
                    'event_package_id_40' => 'event_package_id',
                ],
            ],
            'columnOwnerMap' => [
                2 => [
                    'id_0' => 'b',
                    'selected_date_1' => 'b',
                    'selected_start_time_2' => 'b',
                    'selected_end_time_3' => 'b',
                    'parent_first_name_4' => 'b',
                    'parent_last_name_5' => 'b',
                    'parent_email_6' => 'b',
                    'parent_phone_7' => 'b',
                    'child_first_name_8' => 'b',
                    'child_last_name_9' => 'b',
                    'child_gender_10' => 'b',
                    'child_age_11' => 'b',
                    'total_children_12' => 'b',
                    'notes_13' => 'b',
                    'status_14' => 'b',
                    'outlook_event_id_15' => 'b',
                    'booking_token_16' => 'b',
                    'staff_token_17' => 'b',
                    'created_at_18' => 'b',
                    'updated_at_19' => 'b',
                    'confirmed_at_20' => 'b',
                    'agb_accepted_21' => 'b',
                    'id_22' => 'p',
                    'name_23' => 'p',
                    'age_group_24' => 'p',
                    'package_size_25' => 'p',
                    'max_children_26' => 'p',
                    'staff_required_27' => 'p',
                    'is_active_28' => 'p',
                    'description_29' => 'p',
                    'created_at_30' => 'p',
                    'updated_at_31' => 'p',
                    'id_32' => 'd',
                    'duration_hours_33' => 'd',
                    'price_34' => 'd',
                    'is_active_35' => 'd',
                    'created_at_36' => 'd',
                    'updated_at_37' => 'd',
                    'event_package_id_38' => 'b',
                    'duration_id_39' => 'b',
                    'event_package_id_40' => 'd',
                ],
            ],
            'declaringClasses' => [
                2 => [
                    'id_0' => 'App\\Entity\\EventBooking',
                    'selected_date_1' => 'App\\Entity\\EventBooking',
                    'selected_start_time_2' => 'App\\Entity\\EventBooking',
                    'selected_end_time_3' => 'App\\Entity\\EventBooking',
                    'parent_first_name_4' => 'App\\Entity\\EventBooking',
                    'parent_last_name_5' => 'App\\Entity\\EventBooking',
                    'parent_email_6' => 'App\\Entity\\EventBooking',
                    'parent_phone_7' => 'App\\Entity\\EventBooking',
                    'child_first_name_8' => 'App\\Entity\\EventBooking',
                    'child_last_name_9' => 'App\\Entity\\EventBooking',
                    'child_gender_10' => 'App\\Entity\\EventBooking',
                    'child_age_11' => 'App\\Entity\\EventBooking',
                    'total_children_12' => 'App\\Entity\\EventBooking',
                    'notes_13' => 'App\\Entity\\EventBooking',
                    'status_14' => 'App\\Entity\\EventBooking',
                    'outlook_event_id_15' => 'App\\Entity\\EventBooking',
                    'booking_token_16' => 'App\\Entity\\EventBooking',
                    'staff_token_17' => 'App\\Entity\\EventBooking',
                    'created_at_18' => 'App\\Entity\\EventBooking',
                    'updated_at_19' => 'App\\Entity\\EventBooking',
                    'confirmed_at_20' => 'App\\Entity\\EventBooking',
                    'agb_accepted_21' => 'App\\Entity\\EventBooking',
                    'id_22' => 'App\\Entity\\EventPackage',
                    'name_23' => 'App\\Entity\\EventPackage',
                    'age_group_24' => 'App\\Entity\\EventPackage',
                    'package_size_25' => 'App\\Entity\\EventPackage',
                    'max_children_26' => 'App\\Entity\\EventPackage',
                    'staff_required_27' => 'App\\Entity\\EventPackage',
                    'is_active_28' => 'App\\Entity\\EventPackage',
                    'description_29' => 'App\\Entity\\EventPackage',
                    'created_at_30' => 'App\\Entity\\EventPackage',
                    'updated_at_31' => 'App\\Entity\\EventPackage',
                    'id_32' => 'App\\Entity\\EventPackageDuration',
                    'duration_hours_33' => 'App\\Entity\\EventPackageDuration',
                    'price_34' => 'App\\Entity\\EventPackageDuration',
                    'is_active_35' => 'App\\Entity\\EventPackageDuration',
                    'created_at_36' => 'App\\Entity\\EventPackageDuration',
                    'updated_at_37' => 'App\\Entity\\EventPackageDuration',
                ],
            ],
        ],
    ],
    $o[0],
    []
)];
