Home
last modified time | relevance | path

Searched refs:file_globals (Results 1 – 2 of 2) sorted by relevance

/php-src/ext/standard/
H A Dfile.h111 #define FG(v) (file_globals.v)
112 extern PHPAPI php_file_globals file_globals;
H A Dfile.c99 php_file_globals file_globals; variable
163 …_ENTRY("user_agent", NULL, PHP_INI_ALL, OnUpdateString, user_agent, php_file_globals, file_globals)
164 …_INI_ENTRY("from", NULL, PHP_INI_ALL, OnUpdateString, from_address, php_file_globals, file_globals)
165 …_timeout", "60", PHP_INI_ALL, OnUpdateLong, default_socket_timeout, php_file_globals, file_globals)
166 …P_INI_ALL, OnUpdateAutoDetectLineEndings, auto_detect_line_endings, php_file_globals, file_globals)
176 file_globals_ctor(&file_globals); in PHP_INI_END()
190 file_globals_dtor(&file_globals); in PHP_MSHUTDOWN_FUNCTION()

Completed in 16 milliseconds