Searched refs:php_file_globals (Results 1 – 2 of 2) sorted by relevance
/php-src/ext/standard/ |
H A D | file.h | 111 } php_file_globals; typedef 114 #define FG(v) ZEND_TSRMG(file_globals_id, php_file_globals *, v) 118 extern PHPAPI php_file_globals file_globals;
|
H A D | file.c | 91 php_file_globals file_globals; 131 static void file_globals_ctor(php_file_globals *file_globals_p) in file_globals_ctor() 133 memset(file_globals_p, 0, sizeof(php_file_globals)); in file_globals_ctor() 137 static void file_globals_dtor(php_file_globals *file_globals_p) in file_globals_dtor() 155 …STD_PHP_INI_ENTRY("user_agent", NULL, PHP_INI_ALL, OnUpdateString, user_agent, php_file_globals, f… 156 …STD_PHP_INI_ENTRY("from", NULL, PHP_INI_ALL, OnUpdateString, from_address, php_file_globals, file_… 157 …_timeout", "60", PHP_INI_ALL, OnUpdateLong, default_socket_timeout, php_file_globals, file_globals) 158 …P_INI_ALL, OnUpdateAutoDetectLineEndings, auto_detect_line_endings, php_file_globals, file_globals) 166 …ts_allocate_id(&file_globals_id, sizeof(php_file_globals), (ts_allocate_ctor) file_globals_ctor, (… in PHP_INI_END()
|
Completed in 8 milliseconds