This file is indexed.

/usr/share/php/irods/prods/src/RODSObjIOOpr.inc.php is in php-irods-prods 3.3.0~beta1-2ubuntu1.

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
<?php
define ("DONE_OPR", 9999);
define ("PUT_OPR", 1);
define ("GET_OPR", 2);
define ("SAME_HOST_COPY_OPR", 3);
define ("COPY_TO_LOCAL_OPR", 4);
define ("COPY_TO_REM_OPR", 5);
define ("REPLICATE_OPR", 6);
define ("REPLICATE_DEST", 7);
define ("REPLICATE_SRC", 8);
define ("COPY_DEST", 9);
define ("COPY_SRC", 10);
define ("RENAME_DATA_OBJ", 11);
define ("RENAME_COLL", 12);
define ("MOVE_OPR", 13);
define ("RSYNC_OPR", 14);
define ("PHYMV_OPR", 15);
define ("PHYMV_SRC", 16);
define ("PHYMV_DEST", 17);
?>