Searched refs:php_file_globals (Results 1 – 2 of 2) sorted by relevance
/PHP-7.1/ext/standard/ |
H A D | file.h | 137 } 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 D | file.c | 111 php_file_globals file_globals; 154 static void file_globals_ctor(php_file_globals *file_globals_p) in file_globals_ctor() 156 memset(file_globals_p, 0, sizeof(php_file_globals)); in file_globals_ctor() 160 static void file_globals_dtor(php_file_globals *file_globals_p) in file_globals_dtor() 170 …STD_PHP_INI_ENTRY("user_agent", NULL, PHP_INI_ALL, OnUpdateString, user_agent, php_file_globals, f… 171 …STD_PHP_INI_ENTRY("from", NULL, PHP_INI_ALL, OnUpdateString, from_address, php_file_globals, file_… 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) 181 …ts_allocate_id(&file_globals_id, sizeof(php_file_globals), (ts_allocate_ctor) file_globals_ctor, (… in PHP_INI_END()
|
Completed in 28 milliseconds