<?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],
                ],
                '_parameterMappings' => [
                    [
                        'rut' => [
                            0,
                        ],
                        'nombre' => [
                            1,
                        ],
                        'paterno' => [
                            2,
                        ],
                        'madre' => [
                            3,
                        ],
                        'email' => [
                            4,
                        ],
                        'rol' => [
                            5,
                        ],
                    ],
                ],
            ],
            'Doctrine\\ORM\\Query\\Exec\\AbstractSqlExecutor' => [
                '_sqlStatements' => [
                    1 => 'SELECT COUNT(u0_.id) AS sclr_0 FROM usuario u0_ LEFT JOIN perfil p1_ ON u0_.perfil_id = p1_.perfil_id LEFT JOIN cliente c2_ ON u0_.cliente_id = c2_.cliente_id LEFT JOIN establecimiento e3_ ON c2_.establecimiento_id = e3_.establecimiento_id LEFT JOIN empresa e4_ ON e3_.empresa_id = e4_.empresa_id WHERE c2_.rut LIKE ? OR u0_.nombre LIKE ? OR u0_.apellido_paterno LIKE ? OR u0_.apellido_materno LIKE ? OR u0_.email LIKE ? OR p1_.descripcion LIKE ?',
                ],
            ],
            'stdClass' => [
                'scalarMappings' => [
                    2 => [
                        'sclr_0' => 1,
                    ],
                ],
                'typeMappings' => [
                    2 => [
                        'sclr_0' => 'string',
                    ],
                ],
            ],
        ],
        $o[0],
        []
    );

}];
