Home
last modified time | relevance | path

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

/PHP-7.0/ext/standard/
H A Dfile.c111 php_file_globals file_globals; variable
170 …_ENTRY("user_agent", NULL, PHP_INI_ALL, OnUpdateString, user_agent, php_file_globals, file_globals)
171 …_INI_ENTRY("from", NULL, PHP_INI_ALL, OnUpdateString, from_address, php_file_globals, file_globals)
172 …_timeout", "60", PHP_INI_ALL, OnUpdateLong, default_socket_timeout, php_file_globals, file_globals)
173 …endings", "0", PHP_INI_ALL, OnUpdateLong, auto_detect_line_endings, php_file_globals, file_globals)
183 file_globals_ctor(&file_globals); in PHP_INI_END()
327 file_globals_dtor(&file_globals); in PHP_MSHUTDOWN_FUNCTION()
H A Dfile.h143 #define FG(v) (file_globals.v)
144 extern PHPAPI php_file_globals file_globals;

Completed in 16 milliseconds