php_file_globals 111 ext/standard/file.c php_file_globals file_globals; php_file_globals 154 ext/standard/file.c static void file_globals_ctor(php_file_globals *file_globals_p) php_file_globals 156 ext/standard/file.c memset(file_globals_p, 0, sizeof(php_file_globals)); php_file_globals 160 ext/standard/file.c static void file_globals_dtor(php_file_globals *file_globals_p) php_file_globals 165 ext/standard/file.c STD_PHP_INI_ENTRY("user_agent", NULL, PHP_INI_ALL, OnUpdateString, user_agent, php_file_globals, file_globals) php_file_globals 166 ext/standard/file.c STD_PHP_INI_ENTRY("from", NULL, PHP_INI_ALL, OnUpdateString, from_address, php_file_globals, file_globals) php_file_globals 167 ext/standard/file.c STD_PHP_INI_ENTRY("default_socket_timeout", "60", PHP_INI_ALL, OnUpdateLong, default_socket_timeout, php_file_globals, file_globals) php_file_globals 168 ext/standard/file.c STD_PHP_INI_ENTRY("auto_detect_line_endings", "0", PHP_INI_ALL, OnUpdateLong, auto_detect_line_endings, php_file_globals, file_globals) php_file_globals 176 ext/standard/file.c ts_allocate_id(&file_globals_id, sizeof(php_file_globals), (ts_allocate_ctor) file_globals_ctor, (ts_allocate_dtor) file_globals_dtor); php_file_globals 135 ext/standard/file.h #define FG(v) ZEND_TSRMG(file_globals_id, php_file_globals *, v) php_file_globals 139 ext/standard/file.h extern PHPAPI php_file_globals file_globals;