Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Dfile.h130 } php_file_globals; typedef
133 #define FG(v) TSRMG(file_globals_id, php_file_globals *, v)
137 extern PHPAPI php_file_globals file_globals;
H A Dfile.c111 php_file_globals file_globals;
159 static void file_globals_ctor(php_file_globals *file_globals_p TSRMLS_DC) in file_globals_ctor()
168 static void file_globals_dtor(php_file_globals *file_globals_p TSRMLS_DC) in file_globals_dtor()
173 …STD_PHP_INI_ENTRY("user_agent", NULL, PHP_INI_ALL, OnUpdateString, user_agent, php_file_globals, f…
174 …STD_PHP_INI_ENTRY("from", NULL, PHP_INI_ALL, OnUpdateString, from_address, php_file_globals, file_…
175 …_timeout", "60", PHP_INI_ALL, OnUpdateLong, default_socket_timeout, php_file_globals, file_globals)
176 …endings", "0", PHP_INI_ALL, OnUpdateLong, auto_detect_line_endings, php_file_globals, file_globals)
184 …ts_allocate_id(&file_globals_id, sizeof(php_file_globals), (ts_allocate_ctor) file_globals_ctor, (… in PHP_INI_END()

Completed in 11 milliseconds