<?php //22189e20ca4b620a71ab940b2a1028dd

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' => [
                [
                    'cat' => [
                        0,
                    ],
                    'la' => [
                        1,
                    ],
                    'empId' => [
                        2,
                    ],
                    'age' => [
                        3,
                        4,
                    ],
                    'disIds' => [
                        5,
                    ],
                ],
            ],
        ],
        'Doctrine\\ORM\\Query\\Exec\\SingleSelectSqlFinalizer' => [
            'sql' => [
                1 => 'SELECT r0_.id AS id_0, r1_.id AS id_1, r1_.name AS name_2, r1_.url AS url_3, r1_.status AS status_4, r1_.enhanced AS enhanced_5, r1_.created_at AS created_at_6, r1_.updated_at AS updated_at_7, r0_.resource_id AS resource_id_8, r0_.category_id AS category_id_9, r0_.local_authority_id AS local_authority_id_10, r1_.updated_by_id AS updated_by_id_11 FROM resource_offering r0_ INNER JOIN resource r1_ ON r0_.resource_id = r1_.id LEFT JOIN resource_offering_employment_group r3_ ON r0_.id = r3_.resource_offering_id LEFT JOIN resource_employment_group r2_ ON r2_.id = r3_.resource_employment_group_id LEFT JOIN resource_offering_gender_group r5_ ON r0_.id = r5_.resource_offering_id LEFT JOIN resource_gender_group r4_ ON r4_.id = r5_.resource_gender_group_id LEFT JOIN resource_offering_age_group r7_ ON r0_.id = r7_.resource_offering_id LEFT JOIN resource_age_group r6_ ON r6_.id = r7_.resource_age_group_id LEFT JOIN resource_offering_disability r9_ ON r0_.id = r9_.resource_offering_id LEFT JOIN disability d8_ ON d8_.id = r9_.disability_id LEFT JOIN resource_offering_parent_carers_group r11_ ON r0_.id = r11_.resource_offering_id LEFT JOIN resource_parent_carers_group r10_ ON r10_.id = r11_.resource_parent_carers_group_id WHERE ((r0_.category_id IS NULL OR r0_.category_id = ?)) AND ((r0_.local_authority_id IS NULL OR r0_.local_authority_id = ?)) AND ((r2_.id IS NULL OR r2_.id = ?)) AND r4_.id IS NULL AND ((r6_.id IS NULL OR (r6_.min_age <= ? AND (r6_.max_age IS NULL OR r6_.max_age >= ?)))) AND ((d8_.id IS NULL OR d8_.id IN (?))) AND r10_.id IS NULL',
            ],
        ],
        'stdClass' => [
            'aliasMap' => [
                2 => [
                    'o' => 'App\\Entity\\ResourceOffering',
                    'r' => 'App\\Entity\\Resource',
                ],
            ],
            'relationMap' => [
                2 => [
                    'r' => 'resource',
                ],
            ],
            'parentAliasMap' => [
                2 => [
                    'r' => 'o',
                ],
            ],
            'fieldMappings' => [
                2 => [
                    'id_0' => 'id',
                    'id_1' => 'id',
                    'name_2' => 'name',
                    'url_3' => 'url',
                    'status_4' => 'status',
                    'enhanced_5' => 'enhanced',
                    'created_at_6' => 'createdAt',
                    'updated_at_7' => 'updatedAt',
                ],
            ],
            'columnAliasMappings' => [
                2 => [
                    'App\\Entity\\ResourceOffering' => [
                        'o' => [
                            'id' => 'id_0',
                        ],
                    ],
                    'App\\Entity\\Resource' => [
                        'r' => [
                            'id' => 'id_1',
                            'name' => 'name_2',
                            'url' => 'url_3',
                            'status' => 'status_4',
                            'enhanced' => 'enhanced_5',
                            'createdAt' => 'created_at_6',
                            'updatedAt' => 'updated_at_7',
                        ],
                    ],
                ],
            ],
            'typeMappings' => [
                2 => [
                    'resource_id_8' => 'integer',
                    'category_id_9' => 'integer',
                    'local_authority_id_10' => 'integer',
                    'updated_by_id_11' => 'integer',
                ],
            ],
            'entityMappings' => [
                2 => [
                    'o' => null,
                ],
            ],
            'metaMappings' => [
                2 => [
                    'resource_id_8' => 'resource_id',
                    'category_id_9' => 'category_id',
                    'local_authority_id_10' => 'local_authority_id',
                    'updated_by_id_11' => 'updated_by_id',
                ],
            ],
            'columnOwnerMap' => [
                2 => [
                    'id_0' => 'o',
                    'id_1' => 'r',
                    'name_2' => 'r',
                    'url_3' => 'r',
                    'status_4' => 'r',
                    'enhanced_5' => 'r',
                    'created_at_6' => 'r',
                    'updated_at_7' => 'r',
                    'resource_id_8' => 'o',
                    'category_id_9' => 'o',
                    'local_authority_id_10' => 'o',
                    'updated_by_id_11' => 'r',
                ],
            ],
            'declaringClasses' => [
                2 => [
                    'id_0' => 'App\\Entity\\ResourceOffering',
                    'id_1' => 'App\\Entity\\Resource',
                    'name_2' => 'App\\Entity\\Resource',
                    'url_3' => 'App\\Entity\\Resource',
                    'status_4' => 'App\\Entity\\Resource',
                    'enhanced_5' => 'App\\Entity\\Resource',
                    'created_at_6' => 'App\\Entity\\Resource',
                    'updated_at_7' => 'App\\Entity\\Resource',
                ],
            ],
        ],
    ],
    $o[0],
    []
)];
