Searched refs:mr (Results 1 – 1 of 1) sorted by relevance
399 long mr = 20; in php_curl_stream_opener() local400 …pt) != IS_STRING || !is_numeric_string(Z_STRVAL_PP(ctx_opt), Z_STRLEN_PP(ctx_opt), &mr, NULL, 1)) { in php_curl_stream_opener()402 mr = Z_LVAL_PP(ctx_opt); in php_curl_stream_opener()405 if (mr > 1) { in php_curl_stream_opener()411 curl_easy_setopt(curlstream->curl, CURLOPT_MAXREDIRS, mr); in php_curl_stream_opener()
Completed in 6 milliseconds