http_header_line_length 742 ext/standard/http_fopen_wrapper.c size_t http_header_line_length; http_header_line_length 743 ext/standard/http_fopen_wrapper.c if (php_stream_get_line(stream, http_header_line, HTTP_HEADER_BLOCK_SIZE, &http_header_line_length) && *http_header_line != '\n' && *http_header_line != '\r') { http_header_line_length 744 ext/standard/http_fopen_wrapper.c char *e = http_header_line + http_header_line_length - 1; http_header_line_length 747 ext/standard/http_fopen_wrapper.c if (php_stream_get_line(stream, http_header_line, HTTP_HEADER_BLOCK_SIZE, &http_header_line_length) == NULL) { http_header_line_length 751 ext/standard/http_fopen_wrapper.c e = http_header_line + http_header_line_length - 1; http_header_line_length 758 ext/standard/http_fopen_wrapper.c http_header_line_length = e - http_header_line + 1; http_header_line_length 759 ext/standard/http_fopen_wrapper.c http_header_line[http_header_line_length] = '\0'; http_header_line_length 807 ext/standard/http_fopen_wrapper.c ZVAL_STRINGL(http_header, http_header_line, http_header_line_length, 1);