<?php 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],
                ],
            ],
            'Doctrine\\ORM\\Query\\Exec\\AbstractSqlExecutor' => [
                '_sqlStatements' => [
                    1 => 'SELECT r0_.region_id AS region_id_0, r0_.express_id AS express_id_1, r0_.correos_id AS correos_id_2, r0_.nombre AS nombre_3, r0_.numero AS numero_4 FROM region r0_ ORDER BY r0_.nombre ASC',
                ],
            ],
            'stdClass' => [
                'aliasMap' => [
                    2 => [
                        'r' => 'App\\Entity\\Region',
                    ],
                ],
                'fieldMappings' => [
                    2 => [
                        'region_id_0' => 'regionId',
                        'express_id_1' => 'expressId',
                        'correos_id_2' => 'correosId',
                        'nombre_3' => 'nombre',
                        'numero_4' => 'numero',
                    ],
                ],
                'entityMappings' => [
                    2 => [
                        'r' => null,
                    ],
                ],
                'columnOwnerMap' => [
                    2 => [
                        'region_id_0' => 'r',
                        'express_id_1' => 'r',
                        'correos_id_2' => 'r',
                        'nombre_3' => 'r',
                        'numero_4' => 'r',
                    ],
                ],
                'declaringClasses' => [
                    2 => [
                        'region_id_0' => 'App\\Entity\\Region',
                        'express_id_1' => 'App\\Entity\\Region',
                        'correos_id_2' => 'App\\Entity\\Region',
                        'nombre_3' => 'App\\Entity\\Region',
                        'numero_4' => 'App\\Entity\\Region',
                    ],
                ],
            ],
        ],
        $o[0],
        []
    );

}];
