PHP_STREAM_URL_STAT_LINK  900 ext/standard/filestat.c 		flags |= PHP_STREAM_URL_STAT_LINK;
PHP_STREAM_URL_STAT_LINK 1039 main/streams/plain_wrapper.c 		if (flags & PHP_STREAM_URL_STAT_LINK) {
PHP_STREAM_URL_STAT_LINK 1045 main/streams/plain_wrapper.c 	if (flags & PHP_STREAM_URL_STAT_LINK) {
PHP_STREAM_URL_STAT_LINK 1929 main/streams/streams.c 		if (flags & PHP_STREAM_URL_STAT_LINK) {
PHP_STREAM_URL_STAT_LINK 1948 main/streams/streams.c 				if (flags & PHP_STREAM_URL_STAT_LINK) {
PHP_STREAM_URL_STAT_LINK   94 main/streams/userspace.c 	REGISTER_LONG_CONSTANT("STREAM_URL_STAT_LINK", 		PHP_STREAM_URL_STAT_LINK,		CONST_CS|CONST_PERSISTENT);