This file is indexed.

/usr/share/php/IcePatch2/FileServer.php is in php-zeroc-ice 3.7.0-5.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
<?php
// **********************************************************************
//
// Copyright (c) 2003-2017 ZeroC, Inc. All rights reserved.
//
// This copy of Ice is licensed to you under the terms described in the
// ICE_LICENSE file included in this distribution.
//
// **********************************************************************
//
// Ice version 3.7.0
//
// <auto-generated>
//
// Generated from file `FileServer.ice'
//
// Warning: do not edit this file.
//
// </auto-generated>
//


namespace
{
    require_once 'IcePatch2/FileInfo.php';
}

namespace IcePatch2
{
    global $IcePatch2__t_ByteSeqSeq;

    if(!isset($IcePatch2__t_ByteSeqSeq))
    {
        $IcePatch2__t_ByteSeqSeq = IcePHP_defineSequence('::IcePatch2::ByteSeqSeq', $Ice__t_ByteSeq);
    }
}

namespace IcePatch2
{
    global $IcePatch2__t_PartitionOutOfRangeException;
    class PartitionOutOfRangeException extends \Ice\UserException
    {
        public function __construct()
        {
        }

        public function ice_id()
        {
            return '::IcePatch2::PartitionOutOfRangeException';
        }

        public function __toString()
        {
            global $IcePatch2__t_PartitionOutOfRangeException;
            return IcePHP_stringifyException($this, $IcePatch2__t_PartitionOutOfRangeException);
        }
    }

    $IcePatch2__t_PartitionOutOfRangeException = IcePHP_defineException('::IcePatch2::PartitionOutOfRangeException', '\\IcePatch2\\PartitionOutOfRangeException', false, null, null);
}

namespace IcePatch2
{
    global $IcePatch2__t_FileAccessException;
    class FileAccessException extends \Ice\UserException
    {
        public function __construct($reason='')
        {
            $this->reason = $reason;
        }

        public function ice_id()
        {
            return '::IcePatch2::FileAccessException';
        }

        public function __toString()
        {
            global $IcePatch2__t_FileAccessException;
            return IcePHP_stringifyException($this, $IcePatch2__t_FileAccessException);
        }

        public $reason;
    }

    $IcePatch2__t_FileAccessException = IcePHP_defineException('::IcePatch2::FileAccessException', '\\IcePatch2\\FileAccessException', false, null, array(
        array('reason', $IcePHP__t_string, false, 0)));
}

namespace IcePatch2
{
    global $IcePatch2__t_FileSizeRangeException;
    class FileSizeRangeException extends \IcePatch2\FileAccessException
    {
        public function __construct($reason='')
        {
            parent::__construct($reason);
        }

        public function ice_id()
        {
            return '::IcePatch2::FileSizeRangeException';
        }

        public function __toString()
        {
            global $IcePatch2__t_FileSizeRangeException;
            return IcePHP_stringifyException($this, $IcePatch2__t_FileSizeRangeException);
        }
    }

    $IcePatch2__t_FileSizeRangeException = IcePHP_defineException('::IcePatch2::FileSizeRangeException', '\\IcePatch2\\FileSizeRangeException', false, $IcePatch2__t_FileAccessException, null);
}

namespace IcePatch2
{
    global $IcePatch2__t_FileServer;
    global $IcePatch2__t_FileServerPrx;

    class FileServerPrxHelper
    {
        public static function checkedCast($proxy, $facetOrContext=null, $context=null)
        {
            return $proxy->ice_checkedCast('::IcePatch2::FileServer', $facetOrContext, $context);
        }

        public static function uncheckedCast($proxy, $facet=null)
        {
            return $proxy->ice_uncheckedCast('::IcePatch2::FileServer', $facet);
        }

        public static function ice_staticId()
        {
            return '::IcePatch2::FileServer';
        }
    }

    $IcePatch2__t_FileServer = IcePHP_defineClass('::IcePatch2::FileServer', '\\IcePatch2\\FileServer', -1, false, true, $Ice__t_Value, null);

    $IcePatch2__t_FileServerPrx = IcePHP_defineProxy('::IcePatch2::FileServer', $Ice__t_ObjectPrx, null);

    IcePHP_defineOperation($IcePatch2__t_FileServerPrx, 'getFileInfoSeq', 2, 1, 0, array(array($IcePHP__t_int)), null, array($IcePatch2__t_FileInfoSeq), array($IcePatch2__t_PartitionOutOfRangeException, $IcePatch2__t_FileSizeRangeException));
    IcePHP_defineOperation($IcePatch2__t_FileServerPrx, 'getLargeFileInfoSeq', 2, 1, 0, array(array($IcePHP__t_int)), null, array($IcePatch2__t_LargeFileInfoSeq), array($IcePatch2__t_PartitionOutOfRangeException));
    IcePHP_defineOperation($IcePatch2__t_FileServerPrx, 'getChecksumSeq', 2, 1, 0, null, null, array($IcePatch2__t_ByteSeqSeq), null);
    IcePHP_defineOperation($IcePatch2__t_FileServerPrx, 'getChecksum', 2, 1, 0, null, null, array($Ice__t_ByteSeq), null);
    IcePHP_defineOperation($IcePatch2__t_FileServerPrx, 'getFileCompressed', 2, 1, 0, array(array($IcePHP__t_string), array($IcePHP__t_int), array($IcePHP__t_int)), null, array($Ice__t_ByteSeq), array($IcePatch2__t_FileAccessException, $IcePatch2__t_FileSizeRangeException));
    IcePHP_defineOperation($IcePatch2__t_FileServerPrx, 'getLargeFileCompressed', 2, 1, 0, array(array($IcePHP__t_string), array($IcePHP__t_long), array($IcePHP__t_int)), null, array($Ice__t_ByteSeq), array($IcePatch2__t_FileAccessException));
}
?>