from_address      174 ext/standard/file.c 	STD_PHP_INI_ENTRY("from", NULL, PHP_INI_ALL, OnUpdateString, from_address, php_file_globals, file_globals)
from_address      123 ext/standard/file.h 	char *from_address; /* for the ftp and http wrappers */
from_address      273 ext/standard/ftp_fopen_wrapper.c 			if (FG(from_address)) {
from_address      274 ext/standard/ftp_fopen_wrapper.c 				php_stream_printf(stream TSRMLS_CC, "PASS %s\r\n", FG(from_address));
from_address      561 ext/standard/http_fopen_wrapper.c 	if (((have_header & HTTP_HEADER_FROM) == 0) && FG(from_address)) {
from_address      562 ext/standard/http_fopen_wrapper.c 		if (snprintf(scratch, scratch_len, "From: %s\r\n", FG(from_address)) > 0)