Home
last modified time | relevance | path

Searched refs:protocol_version_len (Results 1 – 1 of 1) sorted by relevance

/PHP-5.5/ext/standard/
H A Dhttp_fopen_wrapper.c133 int protocol_version_len = 3; /* Default: "1.0" */ in php_stream_url_wrap_http_ex() local
366 protocol_version_len = spprintf(&protocol_version, 0, "%.1F", Z_DVAL_PP(tmpzval)); in php_stream_url_wrap_http_ex()
370 scratch_len = strlen(path) + 29 + protocol_version_len; in php_stream_url_wrap_http_ex()

Completed in 8 milliseconds