<?php //0012270b24b0576a50b07d864dbca7bb

return [PHP_INT_MAX, new class() implements \Symfony\Component\Cache\Traits\CachedValueInterface { public function getValue(): mixed { 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\\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' => [
                [
                    'ids' => [
                        0,
                    ],
                    'competitionExcludedEmail' => [
                        1,
                    ],
                ],
            ],
        ],
        'Doctrine\\ORM\\Query\\Exec\\SingleSelectSqlFinalizer' => [
            'sql' => [
                1 => 'SELECT p0_.id AS id_0, p0_.score_domicile AS score_domicile_1, p0_.score_exterieur AS score_exterieur_2, p0_.points AS points_3, p0_.points_equipe AS points_equipe_4, p0_.points_base AS points_base_5, p0_.cote_coefficient AS cote_coefficient_6, p0_.prise_risque AS prise_risque_7, p0_.created_at AS created_at_8, p0_.updated_at AS updated_at_9, m1_.id AS id_10, m1_.date_heure AS date_heure_11, m1_.score_domicile AS score_domicile_12, m1_.score_exterieur AS score_exterieur_13, m1_.statut AS statut_14, m1_.phase AS phase_15, m1_.points_score_exact AS points_score_exact_16, m1_.points_bon_resultat AS points_bon_resultat_17, m1_.points_mauvais_resultat AS points_mauvais_resultat_18, m1_.cote_min AS cote_min_19, m1_.cote_moyenne AS cote_moyenne_20, m1_.cote_max AS cote_max_21, m1_.cote_domicile AS cote_domicile_22, m1_.cote_nul AS cote_nul_23, m1_.cote_exterieur AS cote_exterieur_24, m1_.created_at AS created_at_25, m1_.api_football_fixture_id AS api_football_fixture_id_26, m1_.venue_name AS venue_name_27, m1_.referee AS referee_28, m1_.push_reminder_sent_at AS push_reminder_sent_at_29, m1_.is_kdo_match AS is_kdo_match_30, m1_.api_football_sync_enabled AS api_football_sync_enabled_31, m1_.live_elapsed_minute AS live_elapsed_minute_32, m1_.live_scores_finalized_at AS live_scores_finalized_at_33, m1_.api_football_last_synced_at AS api_football_last_synced_at_34, c2_.id AS id_35, c2_.nom AS nom_36, c2_.drapeau AS drapeau_37, c2_.groupe AS groupe_38, c3_.id AS id_39, c3_.nom AS nom_40, c3_.drapeau AS drapeau_41, c3_.groupe AS groupe_42, p0_.joueur_id AS joueur_id_43, p0_.match_id AS match_id_44, m1_.pays_domicile_id AS pays_domicile_id_45, m1_.pays_exterieur_id AS pays_exterieur_id_46 FROM pronostic p0_ INNER JOIN `match` m1_ ON p0_.match_id = m1_.id INNER JOIN `user` u4_ ON p0_.joueur_id = u4_.id INNER JOIN country c2_ ON m1_.pays_domicile_id = c2_.id INNER JOIN country c3_ ON m1_.pays_exterieur_id = c3_.id WHERE p0_.joueur_id IN (?) AND m1_.score_domicile IS NOT NULL AND m1_.score_exterieur IS NOT NULL AND LOWER(u4_.email) <> ? ORDER BY m1_.date_heure DESC, m1_.id DESC',
            ],
        ],
        'stdClass' => [
            'aliasMap' => [
                2 => [
                    'p' => 'App\\Entity\\Pronostic',
                    'm' => 'App\\Entity\\GameMatch',
                    'hd' => 'App\\Entity\\Country',
                    'aw' => 'App\\Entity\\Country',
                ],
            ],
            'relationMap' => [
                2 => [
                    'm' => 'match',
                    'hd' => 'paysDomicile',
                    'aw' => 'paysExterieur',
                ],
            ],
            'parentAliasMap' => [
                2 => [
                    'm' => 'p',
                    'hd' => 'm',
                    'aw' => 'm',
                ],
            ],
            'fieldMappings' => [
                2 => [
                    'id_0' => 'id',
                    'score_domicile_1' => 'scoreDomicile',
                    'score_exterieur_2' => 'scoreExterieur',
                    'points_3' => 'points',
                    'points_equipe_4' => 'pointsEquipe',
                    'points_base_5' => 'pointsBase',
                    'cote_coefficient_6' => 'coteCoefficient',
                    'prise_risque_7' => 'priseRisque',
                    'created_at_8' => 'createdAt',
                    'updated_at_9' => 'updatedAt',
                    'id_10' => 'id',
                    'date_heure_11' => 'dateHeure',
                    'score_domicile_12' => 'scoreDomicile',
                    'score_exterieur_13' => 'scoreExterieur',
                    'statut_14' => 'statut',
                    'phase_15' => 'phase',
                    'points_score_exact_16' => 'pointsScoreExact',
                    'points_bon_resultat_17' => 'pointsBonResultat',
                    'points_mauvais_resultat_18' => 'pointsMauvaisResultat',
                    'cote_min_19' => 'coteMin',
                    'cote_moyenne_20' => 'coteMoyenne',
                    'cote_max_21' => 'coteMax',
                    'cote_domicile_22' => 'coteDomicile',
                    'cote_nul_23' => 'coteNul',
                    'cote_exterieur_24' => 'coteExterieur',
                    'created_at_25' => 'createdAt',
                    'api_football_fixture_id_26' => 'apiFootballFixtureId',
                    'venue_name_27' => 'venueName',
                    'referee_28' => 'referee',
                    'push_reminder_sent_at_29' => 'pushReminderSentAt',
                    'is_kdo_match_30' => 'isKdoMatch',
                    'api_football_sync_enabled_31' => 'apiFootballSyncEnabled',
                    'live_elapsed_minute_32' => 'liveElapsedMinute',
                    'live_scores_finalized_at_33' => 'liveScoresFinalizedAt',
                    'api_football_last_synced_at_34' => 'apiFootballLastSyncedAt',
                    'id_35' => 'id',
                    'nom_36' => 'nom',
                    'drapeau_37' => 'drapeau',
                    'groupe_38' => 'groupe',
                    'id_39' => 'id',
                    'nom_40' => 'nom',
                    'drapeau_41' => 'drapeau',
                    'groupe_42' => 'groupe',
                ],
            ],
            'columnAliasMappings' => [
                2 => [
                    'App\\Entity\\Pronostic' => [
                        'p' => [
                            'id' => 'id_0',
                            'scoreDomicile' => 'score_domicile_1',
                            'scoreExterieur' => 'score_exterieur_2',
                            'points' => 'points_3',
                            'pointsEquipe' => 'points_equipe_4',
                            'pointsBase' => 'points_base_5',
                            'coteCoefficient' => 'cote_coefficient_6',
                            'priseRisque' => 'prise_risque_7',
                            'createdAt' => 'created_at_8',
                            'updatedAt' => 'updated_at_9',
                        ],
                    ],
                    'App\\Entity\\GameMatch' => [
                        'm' => [
                            'id' => 'id_10',
                            'dateHeure' => 'date_heure_11',
                            'scoreDomicile' => 'score_domicile_12',
                            'scoreExterieur' => 'score_exterieur_13',
                            'statut' => 'statut_14',
                            'phase' => 'phase_15',
                            'pointsScoreExact' => 'points_score_exact_16',
                            'pointsBonResultat' => 'points_bon_resultat_17',
                            'pointsMauvaisResultat' => 'points_mauvais_resultat_18',
                            'coteMin' => 'cote_min_19',
                            'coteMoyenne' => 'cote_moyenne_20',
                            'coteMax' => 'cote_max_21',
                            'coteDomicile' => 'cote_domicile_22',
                            'coteNul' => 'cote_nul_23',
                            'coteExterieur' => 'cote_exterieur_24',
                            'createdAt' => 'created_at_25',
                            'apiFootballFixtureId' => 'api_football_fixture_id_26',
                            'venueName' => 'venue_name_27',
                            'referee' => 'referee_28',
                            'pushReminderSentAt' => 'push_reminder_sent_at_29',
                            'isKdoMatch' => 'is_kdo_match_30',
                            'apiFootballSyncEnabled' => 'api_football_sync_enabled_31',
                            'liveElapsedMinute' => 'live_elapsed_minute_32',
                            'liveScoresFinalizedAt' => 'live_scores_finalized_at_33',
                            'apiFootballLastSyncedAt' => 'api_football_last_synced_at_34',
                        ],
                    ],
                    'App\\Entity\\Country' => [
                        'hd' => [
                            'id' => 'id_35',
                            'nom' => 'nom_36',
                            'drapeau' => 'drapeau_37',
                            'groupe' => 'groupe_38',
                        ],
                        'aw' => [
                            'id' => 'id_39',
                            'nom' => 'nom_40',
                            'drapeau' => 'drapeau_41',
                            'groupe' => 'groupe_42',
                        ],
                    ],
                ],
            ],
            'typeMappings' => [
                2 => [
                    'joueur_id_43' => 'integer',
                    'match_id_44' => 'integer',
                    'pays_domicile_id_45' => 'integer',
                    'pays_exterieur_id_46' => 'integer',
                ],
            ],
            'entityMappings' => [
                2 => [
                    'p' => null,
                ],
            ],
            'metaMappings' => [
                2 => [
                    'joueur_id_43' => 'joueur_id',
                    'match_id_44' => 'match_id',
                    'pays_domicile_id_45' => 'pays_domicile_id',
                    'pays_exterieur_id_46' => 'pays_exterieur_id',
                ],
            ],
            'columnOwnerMap' => [
                2 => [
                    'id_0' => 'p',
                    'score_domicile_1' => 'p',
                    'score_exterieur_2' => 'p',
                    'points_3' => 'p',
                    'points_equipe_4' => 'p',
                    'points_base_5' => 'p',
                    'cote_coefficient_6' => 'p',
                    'prise_risque_7' => 'p',
                    'created_at_8' => 'p',
                    'updated_at_9' => 'p',
                    'id_10' => 'm',
                    'date_heure_11' => 'm',
                    'score_domicile_12' => 'm',
                    'score_exterieur_13' => 'm',
                    'statut_14' => 'm',
                    'phase_15' => 'm',
                    'points_score_exact_16' => 'm',
                    'points_bon_resultat_17' => 'm',
                    'points_mauvais_resultat_18' => 'm',
                    'cote_min_19' => 'm',
                    'cote_moyenne_20' => 'm',
                    'cote_max_21' => 'm',
                    'cote_domicile_22' => 'm',
                    'cote_nul_23' => 'm',
                    'cote_exterieur_24' => 'm',
                    'created_at_25' => 'm',
                    'api_football_fixture_id_26' => 'm',
                    'venue_name_27' => 'm',
                    'referee_28' => 'm',
                    'push_reminder_sent_at_29' => 'm',
                    'is_kdo_match_30' => 'm',
                    'api_football_sync_enabled_31' => 'm',
                    'live_elapsed_minute_32' => 'm',
                    'live_scores_finalized_at_33' => 'm',
                    'api_football_last_synced_at_34' => 'm',
                    'id_35' => 'hd',
                    'nom_36' => 'hd',
                    'drapeau_37' => 'hd',
                    'groupe_38' => 'hd',
                    'id_39' => 'aw',
                    'nom_40' => 'aw',
                    'drapeau_41' => 'aw',
                    'groupe_42' => 'aw',
                    'joueur_id_43' => 'p',
                    'match_id_44' => 'p',
                    'pays_domicile_id_45' => 'm',
                    'pays_exterieur_id_46' => 'm',
                ],
            ],
            'declaringClasses' => [
                2 => [
                    'id_0' => 'App\\Entity\\Pronostic',
                    'score_domicile_1' => 'App\\Entity\\Pronostic',
                    'score_exterieur_2' => 'App\\Entity\\Pronostic',
                    'points_3' => 'App\\Entity\\Pronostic',
                    'points_equipe_4' => 'App\\Entity\\Pronostic',
                    'points_base_5' => 'App\\Entity\\Pronostic',
                    'cote_coefficient_6' => 'App\\Entity\\Pronostic',
                    'prise_risque_7' => 'App\\Entity\\Pronostic',
                    'created_at_8' => 'App\\Entity\\Pronostic',
                    'updated_at_9' => 'App\\Entity\\Pronostic',
                    'id_10' => 'App\\Entity\\GameMatch',
                    'date_heure_11' => 'App\\Entity\\GameMatch',
                    'score_domicile_12' => 'App\\Entity\\GameMatch',
                    'score_exterieur_13' => 'App\\Entity\\GameMatch',
                    'statut_14' => 'App\\Entity\\GameMatch',
                    'phase_15' => 'App\\Entity\\GameMatch',
                    'points_score_exact_16' => 'App\\Entity\\GameMatch',
                    'points_bon_resultat_17' => 'App\\Entity\\GameMatch',
                    'points_mauvais_resultat_18' => 'App\\Entity\\GameMatch',
                    'cote_min_19' => 'App\\Entity\\GameMatch',
                    'cote_moyenne_20' => 'App\\Entity\\GameMatch',
                    'cote_max_21' => 'App\\Entity\\GameMatch',
                    'cote_domicile_22' => 'App\\Entity\\GameMatch',
                    'cote_nul_23' => 'App\\Entity\\GameMatch',
                    'cote_exterieur_24' => 'App\\Entity\\GameMatch',
                    'created_at_25' => 'App\\Entity\\GameMatch',
                    'api_football_fixture_id_26' => 'App\\Entity\\GameMatch',
                    'venue_name_27' => 'App\\Entity\\GameMatch',
                    'referee_28' => 'App\\Entity\\GameMatch',
                    'push_reminder_sent_at_29' => 'App\\Entity\\GameMatch',
                    'is_kdo_match_30' => 'App\\Entity\\GameMatch',
                    'api_football_sync_enabled_31' => 'App\\Entity\\GameMatch',
                    'live_elapsed_minute_32' => 'App\\Entity\\GameMatch',
                    'live_scores_finalized_at_33' => 'App\\Entity\\GameMatch',
                    'api_football_last_synced_at_34' => 'App\\Entity\\GameMatch',
                    'id_35' => 'App\\Entity\\Country',
                    'nom_36' => 'App\\Entity\\Country',
                    'drapeau_37' => 'App\\Entity\\Country',
                    'groupe_38' => 'App\\Entity\\Country',
                    'id_39' => 'App\\Entity\\Country',
                    'nom_40' => 'App\\Entity\\Country',
                    'drapeau_41' => 'App\\Entity\\Country',
                    'groupe_42' => 'App\\Entity\\Country',
                ],
            ],
        ],
    ],
    $o[0],
    []
); } }];
