Home
last modified time | relevance | path

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

/PHP-7.2/ext/standard/
H A Dfile.h137 } php_file_globals; typedef
140 #define FG(v) ZEND_TSRMG(file_globals_id, php_file_globals *, v)
144 extern PHPAPI php_file_globals file_globals;
H A Dfile.c107 php_file_globals file_globals;
150 static void file_globals_ctor(php_file_globals *file_globals_p) in file_globals_ctor()
152 memset(file_globals_p, 0, sizeof(php_file_globals)); in file_globals_ctor()
156 static void file_globals_dtor(php_file_globals *file_globals_p) in file_globals_dtor()
166 …STD_PHP_INI_ENTRY("user_agent", NULL, PHP_INI_ALL, OnUpdateString, user_agent, php_file_globals, f…
167 …STD_PHP_INI_ENTRY("from", NULL, PHP_INI_ALL, OnUpdateString, from_address, php_file_globals, file_…
168 …_timeout", "60", PHP_INI_ALL, OnUpdateLong, default_socket_timeout, php_file_globals, file_globals)
169 …endings", "0", PHP_INI_ALL, OnUpdateBool, auto_detect_line_endings, php_file_globals, file_globals)
177 …ts_allocate_id(&file_globals_id, sizeof(php_file_globals), (ts_allocate_ctor) file_globals_ctor, (… in PHP_INI_END()

Completed in 15 milliseconds