CURL_ERROR_SIZE  2855 ext/curl/interface.c 	memset(ch->err.str, 0, CURL_ERROR_SIZE + 1);
CURL_ERROR_SIZE  3144 ext/curl/interface.c 	ch->err.str[CURL_ERROR_SIZE] = 0;
CURL_ERROR_SIZE   162 ext/curl/php_curl.h 	char str[CURL_ERROR_SIZE + 1];