This file is indexed.

/usr/share/Ice-3.5.1/php/lib/Ice/Instrumentation.php is in php-zeroc-ice 3.5.1-5.2.

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
<?php
// **********************************************************************
//
// Copyright (c) 2003-2013 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.5.1
//
// <auto-generated>
//
// Generated from file `Instrumentation.ice'
//
// Warning: do not edit this file.
//
// </auto-generated>
//

require_once 'Ice/EndpointF.php';
require_once 'Ice/ConnectionF.php';
require_once 'Ice/Current.php';

if(!interface_exists('Ice_Instrumentation_Observer'))
{
    interface Ice_Instrumentation_Observer
    {
        public function attach();
        public function detach();
        public function failed($exceptionName);
    }

    $Ice_Instrumentation__t_Observer = IcePHP_defineClass('::Ice::Instrumentation::Observer', 'Ice_Instrumentation_Observer', -1, true, false, $Ice__t_Object, null, null);
}

if(!class_exists('Ice_Instrumentation_ThreadState'))
{
    class Ice_Instrumentation_ThreadState
    {
        const ThreadStateIdle = 0;
        const ThreadStateInUseForIO = 1;
        const ThreadStateInUseForUser = 2;
        const ThreadStateInUseForOther = 3;
    }

    $Ice_Instrumentation__t_ThreadState = IcePHP_defineEnum('::Ice::Instrumentation::ThreadState', array('ThreadStateIdle', 0, 'ThreadStateInUseForIO', 1, 'ThreadStateInUseForUser', 2, 'ThreadStateInUseForOther', 3));
}

if(!interface_exists('Ice_Instrumentation_ThreadObserver'))
{
    interface Ice_Instrumentation_ThreadObserver extends Ice_Instrumentation_Observer
    {
        public function stateChanged($oldState, $newState);
    }

    $Ice_Instrumentation__t_ThreadObserver = IcePHP_defineClass('::Ice::Instrumentation::ThreadObserver', 'Ice_Instrumentation_ThreadObserver', -1, true, false, $Ice__t_Object, array($Ice_Instrumentation__t_Observer), null);
}

if(!class_exists('Ice_Instrumentation_ConnectionState'))
{
    class Ice_Instrumentation_ConnectionState
    {
        const ConnectionStateValidating = 0;
        const ConnectionStateHolding = 1;
        const ConnectionStateActive = 2;
        const ConnectionStateClosing = 3;
        const ConnectionStateClosed = 4;
    }

    $Ice_Instrumentation__t_ConnectionState = IcePHP_defineEnum('::Ice::Instrumentation::ConnectionState', array('ConnectionStateValidating', 0, 'ConnectionStateHolding', 1, 'ConnectionStateActive', 2, 'ConnectionStateClosing', 3, 'ConnectionStateClosed', 4));
}

if(!interface_exists('Ice_Instrumentation_ConnectionObserver'))
{
    interface Ice_Instrumentation_ConnectionObserver extends Ice_Instrumentation_Observer
    {
        public function sentBytes($num);
        public function receivedBytes($num);
    }

    $Ice_Instrumentation__t_ConnectionObserver = IcePHP_defineClass('::Ice::Instrumentation::ConnectionObserver', 'Ice_Instrumentation_ConnectionObserver', -1, true, false, $Ice__t_Object, array($Ice_Instrumentation__t_Observer), null);
}

if(!interface_exists('Ice_Instrumentation_DispatchObserver'))
{
    interface Ice_Instrumentation_DispatchObserver extends Ice_Instrumentation_Observer
    {
        public function userException();
        public function reply($size);
    }

    $Ice_Instrumentation__t_DispatchObserver = IcePHP_defineClass('::Ice::Instrumentation::DispatchObserver', 'Ice_Instrumentation_DispatchObserver', -1, true, false, $Ice__t_Object, array($Ice_Instrumentation__t_Observer), null);
}

if(!interface_exists('Ice_Instrumentation_RemoteObserver'))
{
    interface Ice_Instrumentation_RemoteObserver extends Ice_Instrumentation_Observer
    {
        public function reply($size);
    }

    $Ice_Instrumentation__t_RemoteObserver = IcePHP_defineClass('::Ice::Instrumentation::RemoteObserver', 'Ice_Instrumentation_RemoteObserver', -1, true, false, $Ice__t_Object, array($Ice_Instrumentation__t_Observer), null);
}

if(!interface_exists('Ice_Instrumentation_InvocationObserver'))
{
    interface Ice_Instrumentation_InvocationObserver extends Ice_Instrumentation_Observer
    {
        public function retried();
        public function userException();
        public function getRemoteObserver($con, $endpt, $requestId, $size);
    }

    $Ice_Instrumentation__t_InvocationObserver = IcePHP_defineClass('::Ice::Instrumentation::InvocationObserver', 'Ice_Instrumentation_InvocationObserver', -1, true, false, $Ice__t_Object, array($Ice_Instrumentation__t_Observer), null);
}

if(!interface_exists('Ice_Instrumentation_ObserverUpdater'))
{
    interface Ice_Instrumentation_ObserverUpdater
    {
        public function updateConnectionObservers();
        public function updateThreadObservers();
    }

    $Ice_Instrumentation__t_ObserverUpdater = IcePHP_defineClass('::Ice::Instrumentation::ObserverUpdater', 'Ice_Instrumentation_ObserverUpdater', -1, true, false, $Ice__t_Object, null, null);
}

if(!interface_exists('Ice_Instrumentation_CommunicatorObserver'))
{
    interface Ice_Instrumentation_CommunicatorObserver
    {
        public function getConnectionEstablishmentObserver($endpt, $connector);
        public function getEndpointLookupObserver($endpt);
        public function getConnectionObserver($c, $e, $s, $o);
        public function getThreadObserver($parent, $id, $s, $o);
        public function getInvocationObserver($prx, $operation, $ctx);
        public function getDispatchObserver($c, $size);
        public function setObserverUpdater($updater);
    }

    $Ice_Instrumentation__t_CommunicatorObserver = IcePHP_defineClass('::Ice::Instrumentation::CommunicatorObserver', 'Ice_Instrumentation_CommunicatorObserver', -1, true, false, $Ice__t_Object, null, null);
}
?>