from_address 166 ext/standard/file.c STD_PHP_INI_ENTRY("from", NULL, PHP_INI_ALL, OnUpdateString, from_address, php_file_globals, file_globals) from_address 125 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, "PASS %s\r\n", FG(from_address)); from_address 565 ext/standard/http_fopen_wrapper.c if (((have_header & HTTP_HEADER_FROM) == 0) && FG(from_address)) { from_address 566 ext/standard/http_fopen_wrapper.c if (snprintf(scratch, scratch_len, "From: %s\r\n", FG(from_address)) > 0)