Searched refs:stmp (Results 1 – 1 of 1) sorted by relevance
518 zend_string *stmp; in php_stream_url_wrap_http_ex() local532 stmp = php_base64_encode((unsigned char*)scratch, strlen(scratch)); in php_stream_url_wrap_http_ex()535 smart_str_appends(&req_buf, ZSTR_VAL(stmp)); in php_stream_url_wrap_http_ex()540 zend_string_free(stmp); in php_stream_url_wrap_http_ex()
Completed in 6 milliseconds