quoted_host       141 ext/standard/streamsfuncs.c 		char *quoted_host = php_addslashes(host, host_len, NULL, 0 TSRMLS_CC);
quoted_host       143 ext/standard/streamsfuncs.c 		php_error_docref(NULL TSRMLS_CC, E_WARNING, "unable to connect to %s (%s)", quoted_host, errstr == NULL ? "Unknown error" : errstr);
quoted_host       144 ext/standard/streamsfuncs.c 		efree(quoted_host);