This file is indexed.

/usr/include/php/20170718/TSRM/tsrm_strtok_r.h is in php7.2-dev 7.2.3-1ubuntu1.

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
#ifndef TSRM_STRTOK_R
#define TSRM_STRTOK_R

#include "TSRM.h"

TSRM_API char *tsrm_strtok_r(char *s, const char *delim, char **last);

#endif