user_agent        603 ext/soap/php_http.c 		} else if (FG(user_agent)) {
user_agent        605 ext/soap/php_http.c 			smart_str_appends(&soap_headers, FG(user_agent));
user_agent        165 ext/standard/file.c 	STD_PHP_INI_ENTRY("user_agent", NULL, PHP_INI_ALL, OnUpdateString, user_agent, php_file_globals, file_globals)
user_agent        124 ext/standard/file.h 	char *user_agent; /* for the http wrapper */
user_agent        597 ext/standard/http_fopen_wrapper.c 	} else if (FG(user_agent)) {
user_agent        598 ext/standard/http_fopen_wrapper.c 		ua_str = FG(user_agent);