php_stream_locate_eol 748 ext/standard/file.c if (!(p = (char*)php_stream_locate_eol(stream, target_buf))) { php_stream_locate_eol 566 main/php_streams.h PHPAPI const char *php_stream_locate_eol(php_stream *stream, zend_string *buf); php_stream_locate_eol 905 main/streams/streams.c eol = php_stream_locate_eol(stream, NULL);