<?php //9d2dd9d16e392f727a6d3b042ae6ba3d

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' => [
                [
                    'tagID0' => [
                        0,
                    ],
                    'tagID1' => [
                        1,
                    ],
                    'tagID2' => [
                        2,
                    ],
                    'tagID3' => [
                        3,
                    ],
                    'tagID4' => [
                        4,
                    ],
                ],
            ],
        ],
        'Doctrine\\ORM\\Query\\Exec\\AbstractSqlExecutor' => [
            '_sqlStatements' => [
                1 => 'SELECT o0_.id AS id_0, o0_.intitule AS intitule_1, o0_.description AS description_2, o0_.valider AS valider_3, o0_.date_time_create AS date_time_create_4, o0_.archiver AS archiver_5, o0_.departement AS departement_6, o0_.commune AS commune_7, o0_.region AS region_8, o0_.code_postal AS code_postal_9, o0_.work_date AS work_date_10, o0_.work_experiences AS work_experiences_11, o0_.jtm AS jtm_12, o0_.salaire AS salaire_13, o0_.availability AS availability_14, o0_.availability_date AS availability_date_15, o0_.localisation AS localisation_16, o0_.level_langue AS level_langue_17, o0_.date_modify AS date_modify_18, o0_.entreprise_offre AS entreprise_offre_19, o0_.remote AS remote_20, o0_.work_time AS work_time_21, o0_.days_work AS days_work_22, o0_.taux_horaire AS taux_horaire_23, o0_.id_client_id AS id_client_id_24 FROM offre o0_ LEFT JOIN offre_tag o1_ ON o0_.id = o1_.offre_id LEFT JOIN offre_tag o2_ ON o0_.id = o2_.offre_id LEFT JOIN offre_tag o3_ ON o0_.id = o3_.offre_id LEFT JOIN offre_tag o4_ ON o0_.id = o4_.offre_id LEFT JOIN offre_tag o5_ ON o0_.id = o5_.offre_id WHERE o0_.valider = 1 AND o0_.archiver IS NULL AND ((o1_.tag_id = ? AND ((o1_.level = 4)))) AND ((o2_.tag_id = ? AND ((o2_.level = 4)))) AND ((o3_.tag_id = ? AND ((o3_.level = 4)))) AND ((o4_.tag_id = ? AND ((o4_.level = 4)))) AND ((o5_.tag_id = ? AND ((o5_.level = 4)))) ORDER BY o0_.date_modify DESC',
            ],
        ],
        'stdClass' => [
            'aliasMap' => [
                2 => [
                    'o' => 'App\\Entity\\Offre',
                ],
            ],
            'fieldMappings' => [
                2 => [
                    'id_0' => 'id',
                    'intitule_1' => 'intitule',
                    'description_2' => 'description',
                    'valider_3' => 'valider',
                    'date_time_create_4' => 'date_time_create',
                    'archiver_5' => 'archiver',
                    'departement_6' => 'departement',
                    'commune_7' => 'commune',
                    'region_8' => 'region',
                    'code_postal_9' => 'code_postal',
                    'work_date_10' => 'work_date',
                    'work_experiences_11' => 'work_experiences',
                    'jtm_12' => 'jtm',
                    'salaire_13' => 'salaire',
                    'availability_14' => 'availability',
                    'availability_date_15' => 'availability_date',
                    'localisation_16' => 'localisation',
                    'level_langue_17' => 'level_langue',
                    'date_modify_18' => 'date_modify',
                    'entreprise_offre_19' => 'entreprise_offre',
                    'remote_20' => 'remote',
                    'work_time_21' => 'work_time',
                    'days_work_22' => 'days_work',
                    'taux_horaire_23' => 'taux_horaire',
                ],
            ],
            'typeMappings' => [
                2 => [
                    'id_client_id_24' => 'integer',
                ],
            ],
            'entityMappings' => [
                2 => [
                    'o' => null,
                ],
            ],
            'metaMappings' => [
                2 => [
                    'id_client_id_24' => 'id_client_id',
                ],
            ],
            'columnOwnerMap' => [
                2 => [
                    'id_0' => 'o',
                    'intitule_1' => 'o',
                    'description_2' => 'o',
                    'valider_3' => 'o',
                    'date_time_create_4' => 'o',
                    'archiver_5' => 'o',
                    'departement_6' => 'o',
                    'commune_7' => 'o',
                    'region_8' => 'o',
                    'code_postal_9' => 'o',
                    'work_date_10' => 'o',
                    'work_experiences_11' => 'o',
                    'jtm_12' => 'o',
                    'salaire_13' => 'o',
                    'availability_14' => 'o',
                    'availability_date_15' => 'o',
                    'localisation_16' => 'o',
                    'level_langue_17' => 'o',
                    'date_modify_18' => 'o',
                    'entreprise_offre_19' => 'o',
                    'remote_20' => 'o',
                    'work_time_21' => 'o',
                    'days_work_22' => 'o',
                    'taux_horaire_23' => 'o',
                    'id_client_id_24' => 'o',
                ],
            ],
            'declaringClasses' => [
                2 => [
                    'id_0' => 'App\\Entity\\Offre',
                    'intitule_1' => 'App\\Entity\\Offre',
                    'description_2' => 'App\\Entity\\Offre',
                    'valider_3' => 'App\\Entity\\Offre',
                    'date_time_create_4' => 'App\\Entity\\Offre',
                    'archiver_5' => 'App\\Entity\\Offre',
                    'departement_6' => 'App\\Entity\\Offre',
                    'commune_7' => 'App\\Entity\\Offre',
                    'region_8' => 'App\\Entity\\Offre',
                    'code_postal_9' => 'App\\Entity\\Offre',
                    'work_date_10' => 'App\\Entity\\Offre',
                    'work_experiences_11' => 'App\\Entity\\Offre',
                    'jtm_12' => 'App\\Entity\\Offre',
                    'salaire_13' => 'App\\Entity\\Offre',
                    'availability_14' => 'App\\Entity\\Offre',
                    'availability_date_15' => 'App\\Entity\\Offre',
                    'localisation_16' => 'App\\Entity\\Offre',
                    'level_langue_17' => 'App\\Entity\\Offre',
                    'date_modify_18' => 'App\\Entity\\Offre',
                    'entreprise_offre_19' => 'App\\Entity\\Offre',
                    'remote_20' => 'App\\Entity\\Offre',
                    'work_time_21' => 'App\\Entity\\Offre',
                    'days_work_22' => 'App\\Entity\\Offre',
                    'taux_horaire_23' => 'App\\Entity\\Offre',
                ],
            ],
        ],
    ],
    $o[0],
    []
); }];
